Home
last modified time | relevance | path

Searched refs:IPU_DP_SIZE (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/arm/freescale/imx/
H A Dimx51_ipuv3_fbd.c255 err = bus_space_map(iot, IPU_DP_BASE(base), IPU_DP_SIZE, 0, &ioh); in ipu3_fb_attach()
323 bus_space_unmap(sc->iot, sc->dp_ioh, IPU_DP_SIZE); in ipu3_fb_attach()
H A Dimx51_ipuv3.c345 err = bus_space_map(iot, IPU_DP_BASE(base), IPU_DP_SIZE, 0, &ioh); in ipu3_fb_attach()
405 bus_space_unmap(sc->iot, sc->dp_ioh, IPU_DP_SIZE); in ipu3_fb_attach()
H A Dimx51_ipuv3reg.h892 #define IPU_DP_SIZE 0x8000 macro