PHYS_TO_BUS_MEM
#define PHYS_TO_BUS_MEM(t,x) (x)
#define PHYS_TO_BUS_MEM(t,x) (x)
#define PHYS_TO_BUS_MEM(t, addr) (*(t)->_dma_phys_to_bus_mem)((t), (addr))
#define PHYS_TO_BUS_MEM(t, addr) (*(t)->_dma_phys_to_bus_mem)((t), (addr))
#define PHYS_TO_BUS_MEM(t,x) ((x) | PREP_BUS_SPACE_IO)
#define PHYS_TO_BUS_MEM(t,x) ((x) | PREP_BUS_SPACE_IO)
#define PHYS_TO_BUS_MEM(t, x) ((x) | MPC105_DIRECT_MAPPED_SPACE)
#define PHYS_TO_BUS_MEM(t,x) (x)