Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/nxp/
Dimx-pxp.c1647 writel(BM_PXP_CTRL_SFTRST, dev->mmio + HW_PXP_CTRL_CLR); in pxp_soft_reset()
1650 writel(BM_PXP_CTRL_SFTRST, dev->mmio + HW_PXP_CTRL_SET); in pxp_soft_reset()
1657 writel(BM_PXP_CTRL_SFTRST, dev->mmio + HW_PXP_CTRL_CLR); in pxp_soft_reset()
1757 writel(BM_PXP_CTRL_SFTRST, dev->mmio + HW_PXP_CTRL_SET); in pxp_remove()
Dimx-pxp.h18 #define BM_PXP_CTRL_SFTRST 0x80000000 macro
20 (((v) << 31) & BM_PXP_CTRL_SFTRST)