Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/ath79/
H A Dcommon.c119 void ath79_device_reset_clear(u32 mask) in ath79_device_reset_clear() function
149 EXPORT_SYMBOL_GPL(ath79_device_reset_clear);
/openbmc/linux/arch/mips/include/asm/mach-ath79/
H A Dath79.h176 void ath79_device_reset_clear(u32 mask);
/openbmc/linux/arch/mips/pci/
H A 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()
H A Dpci-ar71xx.c321 ath79_device_reset_clear(AR71XX_RESET_PCI_BUS | AR71XX_RESET_PCI_CORE); in ar71xx_pci_reset()