Searched refs:OMAP1510_LB_OFFSET (Results 1 – 2 of 2) sorted by relevance
22 #define OMAP1510_LB_OFFSET UL(0x30000000) macro24 #define virt_to_lbus(x) ((x) - PAGE_OFFSET + OMAP1510_LB_OFFSET)25 #define lbus_to_virt(x) ((x) - OMAP1510_LB_OFFSET + PAGE_OFFSET)31 __dma = __dma - PHYS_OFFSET + OMAP1510_LB_OFFSET; \37 __dma += PHYS_OFFSET - OMAP1510_LB_OFFSET; \
152 lbaddr = tlb * 0x00100000 + OMAP1510_LB_OFFSET; in omap_1510_local_bus_init()