Symbol: BUS_ADDRESS
sys/dev/raid/hpt27xx/him.h
286
BUS_ADDRESS bus;
sys/dev/raid/hpt27xx/him.h
367
BUS_ADDRESS bus;
sys/dev/raid/hpt27xx/hpt27xx_os_bsd.c
199
void *freelist_get_dma(struct freelist *list, BUS_ADDRESS *busaddr)
sys/dev/raid/hpt27xx/hpt27xx_os_bsd.c
205
*busaddr = *(BUS_ADDRESS *)((void **)result+1);
sys/dev/raid/hpt27xx/hpt27xx_os_bsd.c
209
void freelist_put_dma(struct freelist *list, void *p, BUS_ADDRESS busaddr)
sys/dev/raid/hpt27xx/hpt27xx_os_bsd.c
214
*(BUS_ADDRESS *)((void **)p+1) = busaddr;
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
175
*(BUS_ADDRESS *)(p+1) = (BUS_ADDRESS)vtophys(p);
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
188
dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p));
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
199
BUS_ADDRESS bus;
sys/dev/raid/hpt27xx/ldm.h
162
void *dmapool_get_page(PVBUS vbus, BUS_ADDRESS *busaddr);
sys/dev/raid/hpt27xx/ldm.h
163
void *dmapool_get_page_at(PVBUS vbus, void *p, BUS_ADDRESS *busaddr);
sys/dev/raid/hpt27xx/ldm.h
164
void dmapool_put_page(PVBUS vbus, void *p, BUS_ADDRESS busaddr);
sys/dev/raid/hpt27xx/ldm.h
96
void *freelist_get_dma(struct freelist *, BUS_ADDRESS *busaddr);
sys/dev/raid/hpt27xx/ldm.h
97
void freelist_put_dma(struct freelist *, void *p, BUS_ADDRESS busaddr);
sys/dev/raid/hpt27xx/osm.h
110
#define HI_BUSADDR(x) (sizeof(BUS_ADDRESS)>4? (x)>>32 : 0)
sys/dev/raid/hptrr/him.h
260
BUS_ADDRESS bus;
sys/dev/raid/hptrr/him.h
328
BUS_ADDRESS bus;
sys/dev/raid/hptrr/hptrr_os_bsd.c
181
void *freelist_get_dma(struct freelist *list, BUS_ADDRESS *busaddr)
sys/dev/raid/hptrr/hptrr_os_bsd.c
187
*busaddr = *(BUS_ADDRESS *)((void **)result+1);
sys/dev/raid/hptrr/hptrr_os_bsd.c
191
void freelist_put_dma(struct freelist *list, void *p, BUS_ADDRESS busaddr)
sys/dev/raid/hptrr/hptrr_os_bsd.c
196
*(BUS_ADDRESS *)((void **)p+1) = busaddr;
sys/dev/raid/hptrr/hptrr_osm_bsd.c
191
*(BUS_ADDRESS *)(p+1) = (BUS_ADDRESS)vtophys(p);
sys/dev/raid/hptrr/hptrr_osm_bsd.c
204
dmapool_put_page((PVBUS)vbus_ext->vbus, p, (BUS_ADDRESS)vtophys(p));
sys/dev/raid/hptrr/hptrr_osm_bsd.c
215
BUS_ADDRESS bus;
sys/dev/raid/hptrr/ldm.h
157
void *dmapool_get_page(PVBUS vbus, BUS_ADDRESS *busaddr);
sys/dev/raid/hptrr/ldm.h
158
void *dmapool_get_page_at(PVBUS vbus, void *p, BUS_ADDRESS *busaddr);
sys/dev/raid/hptrr/ldm.h
159
void dmapool_put_page(PVBUS vbus, void *p, BUS_ADDRESS busaddr);
sys/dev/raid/hptrr/ldm.h
91
void *freelist_get_dma(struct freelist *, BUS_ADDRESS *busaddr);
sys/dev/raid/hptrr/ldm.h
92
void freelist_put_dma(struct freelist *, void *p, BUS_ADDRESS busaddr);
sys/dev/raid/hptrr/osm.h
79
#define HI_BUSADDR(x) (sizeof(BUS_ADDRESS)>4? (x)>>32 : 0)