Searched refs:board_pci_idsel (Results 1 – 3 of 3) sorted by relevance
46 int (*board_pci_idsel)(unsigned int devsel, int assert); member122 if (ctx->board_pci_idsel(device, 1) == 0) { in config_access()182 (void)ctx->board_pci_idsel(device, 0); in config_access()444 if (pd->board_pci_idsel) in alchemy_pci_probe()445 ctx->board_pci_idsel = pd->board_pci_idsel; in alchemy_pci_probe()447 ctx->board_pci_idsel = alchemy_pci_def_idsel; in alchemy_pci_probe()
230 .board_pci_idsel = mtx1_pci_idsel,
799 int (*board_pci_idsel)(unsigned int devsel, int assert); member