Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/freescale/imx/
H A Dimx51_ipuv3_fbd.c274 err = bus_space_map(iot, IPU_CPMEM_BASE(base), IPU_CPMEM_SIZE, 0, in ipu3_fb_attach()
317 bus_space_unmap(sc->iot, sc->cpmem_ioh, IPU_CPMEM_SIZE); in ipu3_fb_attach()
H A Dimx51_ipuv3.c364 err = bus_space_map(iot, IPU_CPMEM_BASE(base), IPU_CPMEM_SIZE, 0, in ipu3_fb_attach()
399 bus_space_unmap(sc->iot, sc->cpmem_ioh, IPU_CPMEM_SIZE); in ipu3_fb_attach()
H A Dimx51_ipuv3reg.h914 #define IPU_CPMEM_SIZE 0x20000 macro