uboot/board/freescale/common/via.h
<<
>>
Prefs
   1#ifndef _MPC85xx_VIA_H
   2void mpc85xx_config_via(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab);
   3
   4/* Function 1, IDE */
   5void mpc85xx_config_via_usbide(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab);
   6
   7/* Function 2, USB ports 0-1 */
   8void mpc85xx_config_via_usb(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab);
   9
  10/* Function 3, USB ports 2-3 */
  11void mpc85xx_config_via_usb2(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab);
  12
  13/* Function 5, Power Management */
  14void mpc85xx_config_via_power(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab);
  15
  16/* Function 6, AC97 Interface */
  17void mpc85xx_config_via_ac97(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab);
  18#endif /* _MPC85xx_VIA_H */
  19