2 * Atheros AP9X reference board PCI initialization
4 * Copyright (C) 2009-2012 Gabor Juhos <juhosg@openwrt.org>
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published
8 * by the Free Software Foundation.
11 #ifndef _ATH79_DEV_AP9X_PCI_H
12 #define _ATH79_DEV_AP9X_PCI_H
16 #if defined(CONFIG_ATH79_DEV_AP9X_PCI)
17 void ap9x_pci_setup_wmac_led_pin(unsigned wmac
, int pin
);
18 void ap9x_pci_setup_wmac_gpio(unsigned wmac
, u32 mask
, u32 val
);
19 void ap9x_pci_setup_wmac_leds(unsigned wmac
, struct gpio_led
*leds
,
22 void ap91_pci_init(u8
*cal_data
, u8
*mac_addr
);
23 void ap94_pci_init(u8
*cal_data0
, u8
*mac_addr0
,
24 u8
*cal_data1
, u8
*mac_addr1
);
27 static inline void ap9x_pci_setup_wmac_led_pin(unsigned wmac
, int pin
) {}
28 static inline void ap9x_pci_setup_wmac_gpio(unsigned wmac
,
30 static inline void ap9x_pci_setup_wmac_leds(unsigned wmac
,
31 struct gpio_led
*leds
,
34 static inline void ap91_pci_init(u8
*cal_data
, u8
*mac_addr
) {}
35 static inline void ap94_pci_init(u8
*cal_data0
, u8
*mac_addr0
,
36 u8
*cal_data1
, u8
*mac_addr1
) {}
39 #endif /* _ATH79_DEV_AP9X_PCI_H */
This page took 0.053069 seconds and 5 git commands to generate.