Searched refs:board_pci_idsel (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/au1000/mtx-1/
H A Dboard_setup.c46 extern int (*board_pci_idsel)(unsigned int devsel, int assert);
85 board_pci_idsel = mtx1_pci_idsel;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pci/
H A Dops-au1000.c50 int (*board_pci_idsel)(unsigned int devsel, int assert); variable
124 if (board_pci_idsel) {
125 if (board_pci_idsel(device, 1) == 0) {
186 if (board_pci_idsel) {
187 (void)board_pci_idsel(device, 0);

Completed in 98 milliseconds