Searched refs:ath79_reset_rr (Results 1 – 8 of 8) sorted by relevance
89 t = ath79_reset_rr(AR933X_RESET_REG_BOOTSTRAP); in ar933x_wmac_setup()112 t = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP); in ar934x_wmac_setup()130 t = ath79_reset_rr(QCA955X_RESET_REG_BOOTSTRAP); in qca955x_wmac_setup()
112 t = ath79_reset_rr(reg); in ath79_device_reset_set()140 t = ath79_reset_rr(reg); in ath79_device_reset_clear()
126 status = ath79_reset_rr(AR934X_RESET_REG_PCIE_WMAC_INT_STATUS); in ar934x_ip2_irq_dispatch()155 status = ath79_reset_rr(QCA955X_RESET_REG_EXT_INT_STATUS); in qca955x_ip2_irq_dispatch()178 status = ath79_reset_rr(QCA955X_RESET_REG_EXT_INT_STATUS); in qca955x_ip3_irq_dispatch()
170 t = ath79_reset_rr(AR933X_RESET_REG_BOOTSTRAP); in ar933x_clocks_init()254 bootstrap = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP); in ar934x_clocks_init()367 bootstrap = ath79_reset_rr(QCA955X_RESET_REG_BOOTSTRAP); in qca955x_clocks_init()
68 id = ath79_reset_rr(AR71XX_RESET_REG_REV_ID); in ath79_detect_sys_type()
189 bootstrap = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP); in ar934x_usb_setup()
234 bootstrap = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP); in ath79_register_pci()
139 static inline u32 ath79_reset_rr(unsigned reg) in ath79_reset_rr() function