Searched refs:BUS_MEM_TO_PHYS (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/arch/macppc/include/
H A Dbus_defs.h4 #define BUS_MEM_TO_PHYS(t,x) (x) macro
/netbsd-current/sys/arch/ofppc/include/
H A Dbus_defs.h7 #define BUS_MEM_TO_PHYS(t,x) (x) macro
/netbsd-current/sys/arch/powerpc/include/
H A Dprep_bus_defs.h39 #define BUS_MEM_TO_PHYS(t,x) ((x) & ~PREP_BUS_SPACE_IO) macro
H A Dprep_bus.h39 #define BUS_MEM_TO_PHYS(t,x) ((x) & ~PREP_BUS_SPACE_IO) macro
H A Dbus_defs.h360 #ifndef BUS_MEM_TO_PHYS
362 #define BUS_MEM_TO_PHYS(t, addr) (*(t)->_dma_bus_mem_to_phys)((t), (addr)) macro
/netbsd-current/sys/arch/rs6000/include/
H A Dbus_defs.h45 #define BUS_MEM_TO_PHYS(t, x) ((x) & ~MPC105_DIRECT_MAPPED_SPACE) macro
/netbsd-current/sys/arch/sandpoint/include/
H A Dbus_defs.h20 #define BUS_MEM_TO_PHYS(t,x) (x) macro
/netbsd-current/sys/external/bsd/drm2/include/drm/
H A Dbus_dma_hacks.h49 # define BUS_MEM_TO_PHYS(dmat, baddr) ((paddr_t)(baddr)) macro
68 BUS_MEM_TO_PHYS(bus_dma_tag_t dmat, bus_addr_t ba) function
86 # define BUS_MEM_TO_PHYS(dmat, baddr) ((paddr_t)(baddr)) macro
91 # define BUS_MEM_TO_PHYS(dmat, baddr) \ macro
214 paddr_t paddr = BUS_MEM_TO_PHYS(dmat, baddr);
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dbus_dma.c429 curaddr = BUS_MEM_TO_PHYS(t, busaddr);
547 bus_addr_t addr = BUS_MEM_TO_PHYS(t, ds->ds_addr) + offset;
675 for (addr = BUS_MEM_TO_PHYS(t, segs[curseg].ds_addr);
676 addr < (BUS_MEM_TO_PHYS(t, segs[curseg].ds_addr)
709 addr = BUS_MEM_TO_PHYS(t, segs->ds_addr);
725 for (addr = BUS_MEM_TO_PHYS(t, segs[curseg].ds_addr);
726 addr < (BUS_MEM_TO_PHYS(t, segs[curseg].ds_addr)
782 if (BUS_MEM_TO_PHYS(t, segs[i].ds_addr) & PGOFSET)
793 return (BUS_MEM_TO_PHYS(t, segs[i].ds_addr) + off);
879 * Generic form of BUS_MEM_TO_PHYS()
[all...]
/netbsd-current/sys/arch/or1k/include/
H A Dbus_defs.h344 #ifndef BUS_MEM_TO_PHYS
346 #define BUS_MEM_TO_PHYS(t, addr) (*(t)->_dma_bus_mem_to_phys)((t), (addr)) macro

Completed in 123 milliseconds