Home
last modified time | relevance | path

Searched refs:BM_PXP_CTRL_CLKGATE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/platform/nxp/
H A Dimx-pxp.c1766 pxp_write(dev, HW_PXP_CTRL_CLR, BM_PXP_CTRL_CLKGATE); in pxp_soft_reset()
1771 val & BM_PXP_CTRL_CLKGATE, 0, 100); in pxp_soft_reset()
1776 pxp_write(dev, HW_PXP_CTRL_CLR, BM_PXP_CTRL_CLKGATE); in pxp_soft_reset()
1913 pxp_write(dev, HW_PXP_CTRL_SET, BM_PXP_CTRL_CLKGATE); in pxp_remove()
H A Dimx-pxp.h21 #define BM_PXP_CTRL_CLKGATE 0x40000000 macro
23 (((v) << 30) & BM_PXP_CTRL_CLKGATE)