Searched refs:sbl_resources (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/media/platform/omap3isp/
H A Disp.c1316 isp->sbl_resources |= res; omap3isp_sbl_enable()
1318 if (isp->sbl_resources & OMAP3_ISP_SBL_CSI1_READ) omap3isp_sbl_enable()
1321 if (isp->sbl_resources & OMAP3_ISP_SBL_CCDC_LSC_READ) omap3isp_sbl_enable()
1324 if (isp->sbl_resources & OMAP3_ISP_SBL_CSI2C_WRITE) omap3isp_sbl_enable()
1327 if (isp->sbl_resources & OMAP3_ISP_SBL_RESIZER_WRITE) omap3isp_sbl_enable()
1330 if (isp->sbl_resources & OMAP3_ISP_SBL_WRITE) omap3isp_sbl_enable()
1333 if (isp->sbl_resources & OMAP3_ISP_SBL_READ) omap3isp_sbl_enable()
1343 isp->sbl_resources &= ~res; omap3isp_sbl_disable()
1345 if (!(isp->sbl_resources & OMAP3_ISP_SBL_CSI1_READ)) omap3isp_sbl_disable()
1348 if (!(isp->sbl_resources & OMAP3_ISP_SBL_CCDC_LSC_READ)) omap3isp_sbl_disable()
1351 if (!(isp->sbl_resources & OMAP3_ISP_SBL_CSI2C_WRITE)) omap3isp_sbl_disable()
1354 if (!(isp->sbl_resources & OMAP3_ISP_SBL_RESIZER_WRITE)) omap3isp_sbl_disable()
1357 if (!(isp->sbl_resources & OMAP3_ISP_SBL_WRITE)) omap3isp_sbl_disable()
1360 if (!(isp->sbl_resources & OMAP3_ISP_SBL_READ)) omap3isp_sbl_disable()
H A Disp.h221 unsigned int sbl_resources; member in struct:isp_device

Completed in 82 milliseconds