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