Home
last modified time | relevance | path

Searched refs:pa_function (Results 1 – 25 of 40) sorted by relevance

12

/openbsd/sys/arch/alpha/pci/
H A Dpci_550.c200 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 Dpci_kn20aa.c159 pa->pa_bus, pa->pa_device, pa->pa_function);
168 kn20aa_irq, pa->pa_bus, pa->pa_device, pa->pa_function);
H A Dpci_2100_a50.c179 pa->pa_bus, pa->pa_device, pa->pa_function);
H A Dpci_kn300.c151 pa->pa_bus, pa->pa_device, pa->pa_function);
H A Dsio.c114 pa->pa_function == 0)
H A Dpci_6600.c155 pa->pa_bus, pa->pa_device, pa->pa_function);
H A Dpci_eb164.c187 if (pa->pa_function == 0)
/openbsd/sys/dev/pci/
H A Djmb.c110 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 Dif_bge.c572 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 Dpcivar.h137 u_int pa_function; member
H A Dqla_pci.c195 sc->sc_port = pa->pa_function; in qla_pci_attach()
H A Dsdhc_pci.c121 pa->pa_function == 4) in sdhc_pci_attach()
H A Dahc_pci.c687 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 Ddec_eb64plus.c207 slot = pa->pa_bus * 1000 + pa->pa_function * 100 +
H A Ddec_kn20aa.c207 slot = pa->pa_bus * 1000 + pa->pa_function * 100 +
H A Ddec_alphabook1.c203 slot = pa->pa_bus * 1000 + pa->pa_function * 100 + in dec_alphabook1_device_register()
H A Dapi_up1000.c209 if (b->slot % 1000 / 100 != pa->pa_function)
H A Ddec_kn300.c271 slot = pa->pa_bus * 1000 + pa->pa_function * 100 +
H A Ddec_1000a.c278 slot = pa->pa_bus * 1000 + pa->pa_function * 100 +
H A Ddec_550.c206 slot = pa->pa_bus * 1000 + pa->pa_function * 100 +
H A Ddec_eb164.c208 slot = pa->pa_bus * 1000 + pa->pa_function * 100 +
H A Ddec_axppci_33.c250 slot = pa->pa_bus * 1000 + pa->pa_function * 100 +
/openbsd/sys/dev/ic/
H A Daic79xx_openbsd.h232 #define aic_get_pci_function(pci) ((pci)->pa_function)
H A Daic7xxx_openbsd.h335 return (pci->pa_function); in ahc_get_pci_function()
/openbsd/sys/dev/pci/drm/i915/gt/
H A Dagp_intel_gtt.c41 if (pa->pa_bus == 0 && pa->pa_device == 0 && pa->pa_function == 0 && in inteldrm_gmch_match()

12