Searched defs:PHYS_TO_BUS_MEM (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/include/drm/ |
H A D | bus_dma_hacks.h | 48 # define PHYS_TO_BUS_MEM(dmat, paddr) ((bus_addr_t)(paddr)) macro 52 PHYS_TO_BUS_MEM(bus_dma_tag_t dmat, paddr_t pa) in PHYS_TO_BUS_MEM() function 85 # define PHYS_TO_BUS_MEM(dmat, paddr) ((bus_addr_t)(paddr)) macro 89 # define PHYS_TO_BUS_MEM(dmat, paddr) \ macro
|
/netbsd-src/sys/arch/macppc/include/ |
H A D | bus_defs.h | 3 #define PHYS_TO_BUS_MEM(t,x) (x) macro
|
/netbsd-src/sys/arch/ofppc/include/ |
H A D | bus_defs.h | 6 #define PHYS_TO_BUS_MEM(t,x) (x) macro
|
/netbsd-src/sys/arch/rs6000/include/ |
H A D | bus_defs.h | 44 #define PHYS_TO_BUS_MEM(t, x) ((x) | MPC105_DIRECT_MAPPED_SPACE) macro
|
/netbsd-src/sys/arch/sandpoint/include/ |
H A D | bus_defs.h | 19 #define PHYS_TO_BUS_MEM(t,x) (x) macro
|
/netbsd-src/sys/arch/powerpc/include/ |
H A D | prep_bus.h | 38 #define PHYS_TO_BUS_MEM(t,x) ((x) | PREP_BUS_SPACE_IO) macro
|
H A D | prep_bus_defs.h | 38 #define PHYS_TO_BUS_MEM(t,x) ((x) | PREP_BUS_SPACE_IO) macro
|
H A D | bus_defs.h | 358 #define PHYS_TO_BUS_MEM(t, addr) (*(t)->_dma_phys_to_bus_mem)((t), (addr)) macro
|
/netbsd-src/sys/arch/or1k/include/ |
H A D | bus_defs.h | 342 #define PHYS_TO_BUS_MEM(t, addr) (*(t)->_dma_phys_to_bus_mem)((t), (addr)) macro
|