Home
last modified time | relevance | path

Searched refs:BM_PXP_CTRL_CLKGATE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/
H A Dimx-pxp.c1621 writel(BM_PXP_CTRL_CLKGATE, dev->mmio + HW_PXP_CTRL_CLR); in pxp_soft_reset()
1626 val & BM_PXP_CTRL_CLKGATE, 0, 100); in pxp_soft_reset()
1631 writel(BM_PXP_CTRL_CLKGATE, dev->mmio + HW_PXP_CTRL_CLR); in pxp_soft_reset()
1734 writel(BM_PXP_CTRL_CLKGATE, dev->mmio + HW_PXP_CTRL_SET); in pxp_remove()
H A Dimx-pxp.h21 #define BM_PXP_CTRL_CLKGATE 0x40000000 macro
23 (((v) << 30) & BM_PXP_CTRL_CLKGATE)
/kernel/linux/linux-6.6/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()
1910 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)

Completed in 15 milliseconds