Searched refs:OMAP1510_LB_OFFSET (Results 1 – 2 of 2) sorted by relevance
24 #define OMAP1510_LB_OFFSET UL(0x30000000) macro26 #define virt_to_lbus(x) ((x) - PAGE_OFFSET + OMAP1510_LB_OFFSET)27 #define lbus_to_virt(x) ((x) - OMAP1510_LB_OFFSET + PAGE_OFFSET)33 __dma = __dma - PHYS_OFFSET + OMAP1510_LB_OFFSET; \39 __dma += PHYS_OFFSET - OMAP1510_LB_OFFSET; \
152 lbaddr = tlb * 0x00100000 + OMAP1510_LB_OFFSET; in omap_1510_local_bus_init()