Home
last modified time | relevance | path

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

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