Home
last modified time | relevance | path

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

/arch/mips/ath79/
Ddev-usb.c82 ath79_device_reset_set(AR71XX_USB_RESET_MASK); in ath79_usb_setup()
114 ath79_device_reset_set(AR7240_RESET_USB_HOST); in ar7240_usb_setup()
118 ath79_device_reset_set(AR7240_RESET_OHCI_DLL); in ar7240_usb_setup()
136 ath79_device_reset_set(AR724X_RESET_USBSUS_OVERRIDE); in ar724x_usb_setup()
153 ath79_device_reset_set(AR913X_RESET_USBSUS_OVERRIDE); in ar913x_usb_setup()
170 ath79_device_reset_set(AR933X_RESET_USBSUS_OVERRIDE); in ar933x_usb_setup()
193 ath79_device_reset_set(AR934X_RESET_USBSUS_OVERRIDE); in ar934x_usb_setup()
Ddev-wmac.c50 ath79_device_reset_set(AR913X_RESET_AMBA2WMAC); in ar913x_wmac_setup()
65 ath79_device_reset_set(AR933X_RESET_WMAC); in ar933x_wmac_reset()
Dcommon.c90 void ath79_device_reset_set(u32 mask) in ath79_device_reset_set() function
116 EXPORT_SYMBOL_GPL(ath79_device_reset_set);
Dsetup.c43 ath79_device_reset_set(AR71XX_RESET_FULL_CHIP); in ath79_restart()
/arch/mips/include/asm/mach-ath79/
Dath79.h144 void ath79_device_reset_set(u32 mask);
/arch/mips/pci/
Dpci-ar71xx.c321 ath79_device_reset_set(AR71XX_RESET_PCI_BUS | AR71XX_RESET_PCI_CORE); in ar71xx_pci_reset()