Home
last modified time | relevance | path

Searched refs:ath79_device_reset_set (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/mips/ath79/
H A Dcommon.c87 void ath79_device_reset_set(u32 mask) in ath79_device_reset_set() function
117 EXPORT_SYMBOL_GPL(ath79_device_reset_set);
/openbmc/linux/arch/mips/include/asm/mach-ath79/
H A Dath79.h175 void ath79_device_reset_set(u32 mask);
/openbmc/linux/arch/mips/pci/
H A Dpci-ar71xx.c318 ath79_device_reset_set(AR71XX_RESET_PCI_BUS | AR71XX_RESET_PCI_CORE); in ar71xx_pci_reset()