/src/sys/arch/alpha/pci/ |
pci_2100_a50.c | 86 pcitag_t bustag = pa->pa_intrtag; local in function:ALPHA_PCI_INTR_INIT 105 pci_decompose_tag(pc, bustag, NULL, &device, NULL);
|
pci_alphabook1.c | 115 pcitag_t bustag = pa->pa_intrtag; local in function:ALPHA_PCI_INTR_INIT 130 pci_decompose_tag(pc, bustag, NULL, &device, NULL);
|
pci_axppci_33.c | 86 pcitag_t bustag = pa->pa_intrtag; local in function:ALPHA_PCI_INTR_INIT 105 pci_decompose_tag(pc, bustag, NULL, &device, NULL);
|
pci_up1000.c | 92 int bustag = pa->pa_intrtag; local in function:ALPHA_PCI_INTR_INIT 105 pci_decompose_tag(pc, bustag, &bus, &device, &function);
|
pci_1000.c | 136 pcitag_t bustag = pa->pa_intrtag; local in function:ALPHA_PCI_INTR_INIT 146 pci_decompose_tag(pc, bustag, NULL, &device, NULL);
|
pci_eb164.c | 152 pcitag_t bustag = pa->pa_intrtag; local in function:ALPHA_PCI_INTR_INIT 167 pci_decompose_tag(pc, bustag, &bus, &device, &function);
|
pci_kn20aa.c | 105 pcitag_t bustag = pa->pa_intrtag; local in function:ALPHA_PCI_INTR_INIT 127 pci_decompose_tag(pc, bustag, NULL, &device, NULL);
|
pci_1000a.c | 140 pcitag_t bustag = pa->pa_intrtag; local in function:ALPHA_PCI_INTR_INIT 171 pci_decompose_tag(pc, bustag, NULL, &device, NULL);
|
pci_550.c | 157 pcitag_t bustag = pa->pa_intrtag; local in function:ALPHA_PCI_INTR_INIT 171 pci_decompose_tag(pc, bustag, &bus, &device, &function);
|
pci_kn300.c | 136 pcitag_t bustag = pa->pa_intrtag; local in function:ALPHA_PCI_INTR_INIT 152 pci_decompose_tag(pc, bustag, NULL, &device, NULL);
|
pci_2100_a500.c | 351 pcitag_t bustag = pa->pa_intrtag; local in function:dec_2100_a500_pic_intr_map 367 pci_decompose_tag(pc, bustag, NULL, &device, NULL); 388 pcitag_t bustag = pa->pa_intrtag; local in function:dec_2100_a500_icic_intr_map 404 pci_decompose_tag(pc, bustag, NULL, &device, NULL);
|
pci_6600.c | 176 pcitag_t bustag = pa->pa_intrtag; local in function:ALPHA_PCI_INTR_INIT 190 pci_decompose_tag(pc, bustag, &bus, &device, &function);
|
pci_kn8ae.c | 137 pcitag_t bustag = pa->pa_intrtag; local in function:ALPHA_PCI_INTR_INIT 151 pci_decompose_tag(pc, bustag, NULL, &device, NULL);
|
pci_machdep.c | 206 pcitag_t const bustag = pa->pa_intrtag; local in function:alpha_pci_generic_intr_map 221 pci_decompose_tag(pc, bustag, &bus, &device, &function);
|
/src/sys/dev/cardbus/ |
cardbus_map.c | 233 bus_space_tag_t bustag; local in function:cardbus_mapreg_map 254 bustag = sc->sc_iot; 260 bustag = sc->sc_memt; 278 *tagp = bustag;
|
/src/sys/arch/evbmips/loongson/ |
loongson_intr.c | 215 pcitag_t bustag = pa->pa_intrtag; local in function:loongson_pci_intr_map 231 pci_decompose_tag(pc, bustag, NULL, &device, &function);
|
/src/sys/arch/algor/algor/ |
algor_p4032_intr.c | 497 pcitag_t bustag = pa->pa_intrtag; local in function:algor_p4032_pci_intr_map 513 pci_decompose_tag(pc, bustag, NULL, &device, NULL);
|
algor_p6032_intr.c | 442 pcitag_t bustag = pa->pa_intrtag; local in function:algor_p6032_pci_intr_map 458 pci_decompose_tag(pc, bustag, NULL, &device, NULL);
|
algor_p5064_intr.c | 585 pcitag_t bustag = pa->pa_intrtag; local in function:algor_p5064_pci_intr_map 601 pci_decompose_tag(pc, bustag, NULL, &device, NULL);
|
/src/sys/arch/evbmips/gdium/ |
gdium_intr.c | 337 pcitag_t bustag = pa->pa_intrtag; local in function:gdium_pci_intr_map 353 pci_decompose_tag(pc, bustag, NULL, &device, NULL);
|
/src/sys/arch/sparc/sparc/ |
pci_machdep.c | 232 pcitag_t bustag; local in function:pci_make_tag 280 bustag = PCITAG_CREATE(node, 284 busdata = pci_conf_read(NULL, bustag,
|