aligned_bus       397 arch/powerpc/platforms/ps3/mm.c 	unsigned long aligned_bus = _ALIGN_DOWN(bus_addr, 1 << r->page_size);
aligned_bus       398 arch/powerpc/platforms/ps3/mm.c 	unsigned long aligned_len = _ALIGN_UP(len+bus_addr-aligned_bus,
aligned_bus       403 arch/powerpc/platforms/ps3/mm.c 		if (aligned_bus >= c->bus_addr &&
aligned_bus       404 arch/powerpc/platforms/ps3/mm.c 		    aligned_bus + aligned_len <= c->bus_addr + c->len)
aligned_bus       408 arch/powerpc/platforms/ps3/mm.c 		if (aligned_bus + aligned_len <= c->bus_addr)
aligned_bus       412 arch/powerpc/platforms/ps3/mm.c 		if (aligned_bus >= c->bus_addr + c->len)
aligned_bus       892 arch/powerpc/platforms/ps3/mm.c 		unsigned long aligned_bus = _ALIGN_DOWN(bus_addr,
aligned_bus       895 arch/powerpc/platforms/ps3/mm.c 			- aligned_bus, 1 << r->page_size);
aligned_bus       901 arch/powerpc/platforms/ps3/mm.c 			__func__, __LINE__, aligned_bus);
aligned_bus       929 arch/powerpc/platforms/ps3/mm.c 		unsigned long aligned_bus = _ALIGN_DOWN(bus_addr,
aligned_bus       932 arch/powerpc/platforms/ps3/mm.c 						      - aligned_bus,
aligned_bus       939 arch/powerpc/platforms/ps3/mm.c 		    __func__, __LINE__, aligned_bus);