Home
last modified time | relevance | path

Searched refs:BM_PXP_CTRL_SFTRST (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()
1623 writel(BM_PXP_CTRL_SFTRST, dev->mmio + HW_PXP_CTRL_SET); in pxp_soft_reset()
1630 writel(BM_PXP_CTRL_SFTRST, dev->mmio + HW_PXP_CTRL_CLR); in pxp_soft_reset()
1735 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)