Home
last modified time | relevance | path

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

/linux-6.1.9/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);
/linux-6.1.9/arch/mips/include/asm/mach-ath79/ !
Dath79.h175 void ath79_device_reset_set(u32 mask);
/linux-6.1.9/arch/mips/pci/ !
Dpci-ar71xx.c318 ath79_device_reset_set(AR71XX_RESET_PCI_BUS | AR71XX_RESET_PCI_CORE); in ar71xx_pci_reset()