Home
last modified time | relevance | path

Searched refs:ath79_device_reset_clear (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/arch/mips/ath79/
Dcommon.c119 void ath79_device_reset_clear(u32 mask) in ath79_device_reset_clear() function
149 EXPORT_SYMBOL_GPL(ath79_device_reset_clear);
/linux-6.1.9/arch/mips/include/asm/mach-ath79/
Dath79.h176 void ath79_device_reset_clear(u32 mask);
/linux-6.1.9/arch/mips/pci/
Dpci-ar724x.c335 ath79_device_reset_clear(AR724X_RESET_PCIE); in ar724x_pci_hw_init()
336 ath79_device_reset_clear(AR724X_RESET_PCIE_PHY); in ar724x_pci_hw_init()
Dpci-ar71xx.c321 ath79_device_reset_clear(AR71XX_RESET_PCI_BUS | AR71XX_RESET_PCI_CORE); in ar71xx_pci_reset()