Searched refs:IPU_CM_BASE (Results 1 – 3 of 3) sorted by relevance
229 base = reg - IPU_CM_BASE(0); in ipu3_fb_attach()231 err = bus_space_map(iot, IPU_CM_BASE(base), IPU_CM_SIZE, 0, &ioh); in ipu3_fb_attach()
319 base = reg - IPU_CM_BASE(0); in ipu3_fb_attach()321 err = bus_space_map(iot, IPU_CM_BASE(base), IPU_CM_SIZE, 0, &ioh); in ipu3_fb_attach()
887 #define IPU_CM_BASE(_base) ((_base) + 0x1e000000) macro