Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/
Dimx-pxp.c1620 writel(BM_PXP_CTRL_SFTRST, dev->mmio + HW_PXP_CTRL_CLR); in pxp_soft_reset()
1621 writel(BM_PXP_CTRL_CLKGATE, dev->mmio + HW_PXP_CTRL_CLR); in pxp_soft_reset()
1630 writel(BM_PXP_CTRL_SFTRST, dev->mmio + HW_PXP_CTRL_CLR); in pxp_soft_reset()
1631 writel(BM_PXP_CTRL_CLKGATE, dev->mmio + HW_PXP_CTRL_CLR); in pxp_soft_reset()
Dimx-pxp.h15 #define HW_PXP_CTRL_CLR (0x00000008) macro