Home
last modified time | relevance | path

Searched refs:board_pci_idsel (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/arch/mips/pci/
Dpci-alchemy.c46 int (*board_pci_idsel)(unsigned int devsel, int assert); member
122 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()
/linux-5.19.10/arch/mips/alchemy/
Dboard-mtx1.c230 .board_pci_idsel = mtx1_pci_idsel,
/linux-5.19.10/arch/mips/include/asm/mach-au1x00/
Dau1000.h799 int (*board_pci_idsel)(unsigned int devsel, int assert); member