Searched refs:HW_PXP_CTRL_CLR (Results 1 – 2 of 2) sorted by relevance
1620 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()
15 #define HW_PXP_CTRL_CLR (0x00000008) macro