board_pci_idsel 247 arch/mips/alchemy/board-mtx1.c .board_pci_idsel = mtx1_pci_idsel, board_pci_idsel 799 arch/mips/include/asm/mach-au1x00/au1000.h int (*board_pci_idsel)(unsigned int devsel, int assert); board_pci_idsel 46 arch/mips/pci/pci-alchemy.c int (*board_pci_idsel)(unsigned int devsel, int assert); board_pci_idsel 122 arch/mips/pci/pci-alchemy.c if (ctx->board_pci_idsel(device, 1) == 0) { board_pci_idsel 182 arch/mips/pci/pci-alchemy.c (void)ctx->board_pci_idsel(device, 0); board_pci_idsel 445 arch/mips/pci/pci-alchemy.c if (pd->board_pci_idsel) board_pci_idsel 446 arch/mips/pci/pci-alchemy.c ctx->board_pci_idsel = pd->board_pci_idsel; board_pci_idsel 448 arch/mips/pci/pci-alchemy.c ctx->board_pci_idsel = alchemy_pci_def_idsel;