Searched refs:OMAP1510_LB_OFFSET (Results 1 – 2 of 2) sorted by relevance
25 #define OMAP1510_LB_OFFSET UL(0x30000000) macro27 #define virt_to_lbus(x) ((x) - PAGE_OFFSET + OMAP1510_LB_OFFSET)28 #define lbus_to_virt(x) ((x) - OMAP1510_LB_OFFSET + PAGE_OFFSET)34 __dma = __dma - PHYS_OFFSET + OMAP1510_LB_OFFSET; \40 __dma += PHYS_OFFSET - OMAP1510_LB_OFFSET; \
149 lbaddr = tlb * 0x00100000 + OMAP1510_LB_OFFSET; in omap_1510_local_bus_init()