Lines Matching refs:sync_writel
22 sync_writel(DFD_INTERNAL_CTL, 0x5); in dfd_setup()
63 sync_writel(DFD_POWER_CTL, 0xF9); in dfd_setup()
77 sync_writel(DFD_CLEAN_STATUS, 0x1); in dfd_setup()
78 sync_writel(DFD_CLEAN_STATUS, 0x0); in dfd_setup()
81 sync_writel(DFD_V30_CTL, 0x1); in dfd_setup()
92 sync_writel(DFD_V35_ENALBE, 0x1); in dfd_setup()
93 sync_writel(DFD_V35_TAP_NUMBER, 0xB); in dfd_setup()
94 sync_writel(DFD_V35_TAP_EN, DFD_V35_TAP_EN_VAL); in dfd_setup()
95 sync_writel(DFD_V35_SEQ0_0, DFD_V35_SEQ0_0_VAL); in dfd_setup()
98 sync_writel(DFD_HW_TRIGGER_MASK, 0xC); in dfd_setup()
130 sync_writel(MISC1_CFG_BASE + arg1, arg2); in dfd_smc_dispatcher()