Searched refs:_dma_phys_to_bus_mem (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/evbppc/pmppc/pci/
H A Dpci_machdep.c123 pci_bus_dma_tag._dma_phys_to_bus_mem = phys_to_pci;
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dbus_defs.h344 bus_addr_t (*_dma_phys_to_bus_mem)(bus_dma_tag_t, bus_addr_t); member in struct:powerpc_bus_dma_tag
345 #define PHYS_TO_BUS_MEM(t, addr) (*(t)->_dma_phys_to_bus_mem)((t), (addr))
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/booke/
H A Dbooke_machdep.c94 ._dma_phys_to_bus_mem = booke_dma_phys_to_bus_mem,

Completed in 61 milliseconds