Searched refs:pci_intr_string (Results 1 – 25 of 94) sorted by relevance
1234
| /mirbsd/src/sys/arch/i386/pci/ |
| D | pci_machdep.h | 94 const char *pci_intr_string(pci_chipset_tag_t, pci_intr_handle_t);
|
| /mirbsd/src/sys/dev/puc/ |
| D | lpt_puc.c | 100 intrstr = pci_intr_string(aa->pc, aa->intrhandle);
|
| /mirbsd/src/sys/dev/pci/ |
| D | if_an_pci.c | 141 intrstr = pci_intr_string(pc, ih);
|
| D | if_ep_pci.c | 153 intrstr = pci_intr_string(pc, ih);
|
| D | iha_pci.c | 118 intrstr = pci_intr_string(pa->pa_pc, ih);
|
| D | trm_pci.c | 154 intrstr = pci_intr_string(pa->pa_pc, ih); in trm_pci_attach()
|
| D | twe_pci.c | 101 intrstr = pci_intr_string(pa->pa_pc, ih);
|
| D | dpt_pci.c | 137 intrstr = pci_intr_string(pc, ih);
|
| D | if_mtd_pci.c | 122 intrstr = pci_intr_string(pa->pa_pc, ih); in mtd_pci_attach()
|
| D | if_rl_pci.c | 170 intrstr = pci_intr_string(pc, ih);
|
| D | iop_pci.c | 146 intrstr = pci_intr_string(pc, ih); in iop_pci_attach()
|
| D | if_gem_pci.c | 175 intrstr = pci_intr_string(pa->pa_pc, intrhandle);
|
| D | adv_pci.c | 192 intrstr = pci_intr_string(pc, ih);
|
| D | adw_pci.c | 186 intrstr = pci_intr_string(pc, ih);
|
| D | bha_pci.c | 153 intrstr = pci_intr_string(pc, ih);
|
| D | if_re_pci.c | 171 intrstr = pci_intr_string(pc, ih); in re_pci_attach()
|
| D | if_fpa.c | 156 intrstr = pci_intr_string(pa->pa_pc, intrhandle);
|
| D | if_en_pci.c | 211 intrstr = pci_intr_string(scp->en_pc, ih);
|
| D | sdhc_pci.c | 98 intrstr = pci_intr_string(pa->pa_pc, ih); in sdhc_pci_attach()
|
| D | if_ne_pci.c | 272 intrstr = pci_intr_string(pc, ih);
|
| D | if_xl_pci.c | 260 intrstr = pci_intr_string(pc, ih);
|
| D | uhci_pci.c | 135 intrstr = pci_intr_string(pc, ih); in uhci_pci_attach()
|
| D | if_fxp_pci.c | 177 intrstr = pci_intr_string(pc, ih);
|
| D | ohci_pci.c | 153 intrstr = pci_intr_string(pc, ih); in ohci_pci_attach()
|
| D | aac_pci.c | 200 intrstr = pci_intr_string(pc, ih);
|
1234