Searched defs:bndry (Results 1 – 6 of 6) sorted by relevance
/freebsd/tools/bus_space/ |
H A D | busdma.c | 57 unsigned long bndry; member 140 bd_tag_new(struct obj *ptag, int fd, u_long align, u_long bndry, in bd_tag_new() 182 bd_tag_create(const char *dev, u_long align, u_long bndry, u_long maxaddr, in bd_tag_create() 208 bd_tag_derive(int ptid, u_long align, u_long bndry, u_long maxaddr, in bd_tag_derive()
|
/freebsd/tools/bus_space/C/ |
H A D | lang.c | 101 busdma_tag_create(const char *dev, bus_addr_t align, bus_addr_t bndry, in busdma_tag_create() 116 busdma_tag_derive(busdma_tag_t tag, bus_addr_t align, bus_addr_t bndry, in busdma_tag_derive()
|
/freebsd/sys/dev/proto/ |
H A D | proto_busdma.h | 39 bus_addr_t bndry; member
|
H A D | proto_dev.h | 57 unsigned long bndry; member
|
/freebsd/tools/bus_space/Python/ |
H A D | lang.c | 179 u_long align, bndry, maxaddr, maxsz, maxsegsz; in busdma_tag_create() local 198 u_long align, bndry, maxaddr, maxsz, maxsegsz; in busdma_tag_derive() local
|
/freebsd/sys/dev/sdhci/ |
H A D | sdhci.h | 34 #define SDHCI_SDMA_BNDRY_TO_BBUFSZ(bndry) (4096 * (1 << bndry)) argument
|