Lines Matching refs:reg
43 void ath79_ddr_wb_flush(u32 reg) in ath79_ddr_wb_flush() argument
45 void __iomem *flush_reg = ath79_ddr_base + reg; in ath79_ddr_wb_flush()
62 u32 reg; in ath79_device_reset_set() local
66 reg = AR71XX_RESET_REG_RESET_MODULE; in ath79_device_reset_set()
68 reg = AR724X_RESET_REG_RESET_MODULE; in ath79_device_reset_set()
70 reg = AR913X_RESET_REG_RESET_MODULE; in ath79_device_reset_set()
72 reg = AR933X_RESET_REG_RESET_MODULE; in ath79_device_reset_set()
74 reg = AR934X_RESET_REG_RESET_MODULE; in ath79_device_reset_set()
76 reg = QCA955X_RESET_REG_RESET_MODULE; in ath79_device_reset_set()
81 t = ath79_reset_rr(reg); in ath79_device_reset_set()
82 ath79_reset_wr(reg, t | mask); in ath79_device_reset_set()
90 u32 reg; in ath79_device_reset_clear() local
94 reg = AR71XX_RESET_REG_RESET_MODULE; in ath79_device_reset_clear()
96 reg = AR724X_RESET_REG_RESET_MODULE; in ath79_device_reset_clear()
98 reg = AR913X_RESET_REG_RESET_MODULE; in ath79_device_reset_clear()
100 reg = AR933X_RESET_REG_RESET_MODULE; in ath79_device_reset_clear()
102 reg = AR934X_RESET_REG_RESET_MODULE; in ath79_device_reset_clear()
104 reg = QCA955X_RESET_REG_RESET_MODULE; in ath79_device_reset_clear()
109 t = ath79_reset_rr(reg); in ath79_device_reset_clear()
110 ath79_reset_wr(reg, t & ~mask); in ath79_device_reset_clear()