Searched refs:pa_function (Results 1 – 25 of 40) sorted by relevance
12
/openbsd/sys/arch/alpha/pci/ |
H A D | pci_550.c | 200 if (pa->pa_function == 0) 202 if (pa->pa_function == 1 || 203 pa->pa_function == 2) 224 pa->pa_bus, pa->pa_device, pa->pa_function);
|
H A D | pci_kn20aa.c | 159 pa->pa_bus, pa->pa_device, pa->pa_function); 168 kn20aa_irq, pa->pa_bus, pa->pa_device, pa->pa_function);
|
H A D | pci_2100_a50.c | 179 pa->pa_bus, pa->pa_device, pa->pa_function);
|
H A D | pci_kn300.c | 151 pa->pa_bus, pa->pa_device, pa->pa_function);
|
H A D | sio.c | 114 pa->pa_function == 0)
|
H A D | pci_6600.c | 155 pa->pa_bus, pa->pa_device, pa->pa_function);
|
H A D | pci_eb164.c | 187 if (pa->pa_function == 0)
|
/openbsd/sys/dev/pci/ |
H A D | jmb.c | 110 if (pa->pa_function == (ISSET(ctl0, JM_PCI_CTL0_AHCI_F1) ? 1 : 0)) { in jmb_attach() 131 if (pa->pa_function == (ISSET(ctl0, JM_PCI_CTL0_PCIIDE_F1) ? 1 : 0)) { in jmb_attach()
|
H A D | if_bge.c | 572 if (pa->pa_function == 0) in bge_ape_lock_init() 581 switch (pa->pa_function) { in bge_ape_lock_init() 673 if (pa->pa_function == 0) in bge_ape_lock() 676 bit = (1 << pa->pa_function); in bge_ape_lock() 680 if (pa->pa_function == 0) in bge_ape_lock() 683 bit = (1 << pa->pa_function); in bge_ape_lock() 687 if (pa->pa_function == 0) in bge_ape_lock() 750 if (pa->pa_function == 0) in bge_ape_unlock() 756 if (pa->pa_function == 0) in bge_ape_unlock() 762 if (pa->pa_function == 0) in bge_ape_unlock() [all …]
|
H A D | pcivar.h | 137 u_int pa_function; member
|
H A D | qla_pci.c | 195 sc->sc_port = pa->pa_function; in qla_pci_attach()
|
H A D | sdhc_pci.c | 121 pa->pa_function == 4) in sdhc_pci_attach()
|
H A D | ahc_pci.c | 687 entry = ahc_find_pci_device(pa->pa_id, subid, pa->pa_function); in ahc_pci_probe() 742 entry = ahc_find_pci_device(pa->pa_id, subid, pa->pa_function); in ahc_pci_attach() 757 bd->func = pa->pa_function; in ahc_pci_attach()
|
/openbsd/sys/arch/alpha/alpha/ |
H A D | dec_eb64plus.c | 207 slot = pa->pa_bus * 1000 + pa->pa_function * 100 +
|
H A D | dec_kn20aa.c | 207 slot = pa->pa_bus * 1000 + pa->pa_function * 100 +
|
H A D | dec_alphabook1.c | 203 slot = pa->pa_bus * 1000 + pa->pa_function * 100 + in dec_alphabook1_device_register()
|
H A D | api_up1000.c | 209 if (b->slot % 1000 / 100 != pa->pa_function)
|
H A D | dec_kn300.c | 271 slot = pa->pa_bus * 1000 + pa->pa_function * 100 +
|
H A D | dec_1000a.c | 278 slot = pa->pa_bus * 1000 + pa->pa_function * 100 +
|
H A D | dec_550.c | 206 slot = pa->pa_bus * 1000 + pa->pa_function * 100 +
|
H A D | dec_eb164.c | 208 slot = pa->pa_bus * 1000 + pa->pa_function * 100 +
|
H A D | dec_axppci_33.c | 250 slot = pa->pa_bus * 1000 + pa->pa_function * 100 +
|
/openbsd/sys/dev/ic/ |
H A D | aic79xx_openbsd.h | 232 #define aic_get_pci_function(pci) ((pci)->pa_function)
|
H A D | aic7xxx_openbsd.h | 335 return (pci->pa_function); in ahc_get_pci_function()
|
/openbsd/sys/dev/pci/drm/i915/gt/ |
H A D | agp_intel_gtt.c | 41 if (pa->pa_bus == 0 && pa->pa_device == 0 && pa->pa_function == 0 && in inteldrm_gmch_match()
|
12