Home
last modified time | relevance | path

Searched defs:PHYS_TO_BUS_MEM (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/include/drm/
H A Dbus_dma_hacks.h48 # 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 Dbus_defs.h3 #define PHYS_TO_BUS_MEM(t,x) (x) macro
/netbsd-src/sys/arch/ofppc/include/
H A Dbus_defs.h6 #define PHYS_TO_BUS_MEM(t,x) (x) macro
/netbsd-src/sys/arch/rs6000/include/
H A Dbus_defs.h44 #define PHYS_TO_BUS_MEM(t, x) ((x) | MPC105_DIRECT_MAPPED_SPACE) macro
/netbsd-src/sys/arch/sandpoint/include/
H A Dbus_defs.h19 #define PHYS_TO_BUS_MEM(t,x) (x) macro
/netbsd-src/sys/arch/powerpc/include/
H A Dprep_bus.h38 #define PHYS_TO_BUS_MEM(t,x) ((x) | PREP_BUS_SPACE_IO) macro
H A Dprep_bus_defs.h38 #define PHYS_TO_BUS_MEM(t,x) ((x) | PREP_BUS_SPACE_IO) macro
H A Dbus_defs.h358 #define PHYS_TO_BUS_MEM(t, addr) (*(t)->_dma_phys_to_bus_mem)((t), (addr)) macro
/netbsd-src/sys/arch/or1k/include/
H A Dbus_defs.h342 #define PHYS_TO_BUS_MEM(t, addr) (*(t)->_dma_phys_to_bus_mem)((t), (addr)) macro