Searched refs:board_pci_idsel (Results 1 – 3 of 3) sorted by relevance
45 int (*board_pci_idsel)(unsigned int devsel, int assert); member121 if (ctx->board_pci_idsel(device, 1) == 0) { in config_access()181 (void)ctx->board_pci_idsel(device, 0); in config_access()443 if (pd->board_pci_idsel) in alchemy_pci_probe()444 ctx->board_pci_idsel = pd->board_pci_idsel; in alchemy_pci_probe()446 ctx->board_pci_idsel = alchemy_pci_def_idsel; in alchemy_pci_probe()
260 .board_pci_idsel = mtx1_pci_idsel,
799 int (*board_pci_idsel)(unsigned int devsel, int assert); member