_BUS_PHYS_TO_BUS
#define _BUS_PHYS_TO_BUS(pa) ((bus_addr_t)(pa))
#define _BUS_PHYS_TO_BUS(pa) ((bus_addr_t)xpmap_ptom(pa))