Home
last modified time | relevance | path

Searched refs:ath79_reset_rr (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/arch/mips/ath79/
Dirq.c34 status = ath79_reset_rr(AR934X_RESET_REG_PCIE_WMAC_INT_STATUS); in ar934x_ip2_irq_dispatch()
63 status = ath79_reset_rr(QCA955X_RESET_REG_EXT_INT_STATUS); in qca955x_ip2_irq_dispatch()
86 status = ath79_reset_rr(QCA955X_RESET_REG_EXT_INT_STATUS); in qca955x_ip3_irq_dispatch()
Ddev-wmac.c89 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()
Dcommon.c116 t = ath79_reset_rr(reg); in ath79_device_reset_set()
148 t = ath79_reset_rr(reg); in ath79_device_reset_clear()
Dclock.c203 t = ath79_reset_rr(AR933X_RESET_REG_BOOTSTRAP); in ar933x_clocks_init()
255 bootstrap = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP); in ar934x_clocks_init()
368 bootstrap = ath79_reset_rr(QCA953X_RESET_REG_BOOTSTRAP); in qca953x_clocks_init()
453 bootstrap = ath79_reset_rr(QCA955X_RESET_REG_BOOTSTRAP); in qca955x_clocks_init()
544 misc = ath79_reset_rr(AR71XX_RESET_REG_MISC_INT_ENABLE); in qca956x_clocks_init()
548 bootstrap = ath79_reset_rr(QCA956X_RESET_REG_BOOTSTRAP); in qca956x_clocks_init()
Ddev-usb.c189 bootstrap = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP); in ar934x_usb_setup()
Dpci.c234 bootstrap = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP); in ath79_register_pci()
Dsetup.c65 id = ath79_reset_rr(AR71XX_RESET_REG_REV_ID); in ath79_detect_sys_type()
/Linux-v4.19/arch/mips/include/asm/mach-ath79/
Dath79.h173 static inline u32 ath79_reset_rr(unsigned reg) in ath79_reset_rr() function
/Linux-v4.19/arch/mips/pci/
Dpci-ar724x.c425 if (ath79_reset_rr(AR724X_RESET_REG_RESET_MODULE) & AR724X_RESET_PCIE) in ar724x_pci_probe()