Home
last modified time | relevance | path

Searched refs:pci_make_tag (Results 1 – 25 of 56) sorted by relevance

123

/openbsd/sys/arch/loongson/loongson/
H A Dgdium_machdep.c94 tag = pci_make_tag(pc, 0, 13, 0); in gdium_attach_hook()
103 tag = pci_make_tag(pc, 0, 13, 0); in gdium_attach_hook()
111 tag = pci_make_tag(pc, 0, 17, 0); in gdium_attach_hook()
121 tag = pci_make_tag(pc, 0, dev, 0); in gdium_attach_hook()
132 tag = pci_make_tag(pc, 0, dev, func); in gdium_attach_hook()
H A Dgeneric2e_machdep.c168 tag = pci_make_tag(pc, 0, dev, 0); in generic2e_pci_attach_hook()
477 tag = pci_make_tag(pc, 0, dev, 0); in via686sb_setup()
574 tag = pci_make_tag(pc, 0, dev, 2); in via686sb_setup()
580 tag = pci_make_tag(pc, 0, dev, 3); in via686sb_setup()
586 tag = pci_make_tag(pc, 0, dev, 5); in via686sb_setup()
H A Dgeneric3a_machdep.c374 tag = pci_make_tag(pc, 0, dev, 0); in rs780e_pci_attach_hook()
431 tag = pci_make_tag(pc, 0, dev, 0); in rs780sb_setup()
/openbsd/sys/arch/i386/pci/
H A Dpci_bus_fixup.c61 tag = pci_make_tag(pc, bus, device, 0); in pci_bus_check()
86 tag = pci_make_tag(pc, bus, device, function); in pci_bus_check()
168 tag = pci_make_tag(pc, bus, device, 0); in pci_bus_assign()
193 tag = pci_make_tag(pc, bus, device, function); in pci_bus_assign()
H A Dpchb.c282 tag = pci_make_tag(pa->pa_pc, 0, 16, 0); in pchbattach()
288 tag = pci_make_tag(pa->pa_pc, 0, 16, 0); in pchbattach()
294 tag = pci_make_tag(pa->pa_pc, 0, 16, 0); in pchbattach()
363 tag = pci_make_tag(pa->pa_pc, 0, 17, 7); in pchbattach()
H A Dpci_machdep.h91 pcitag_t pci_make_tag(pci_chipset_tag_t, int, int, int);
H A Dpcibios.c523 tag = pci_make_tag(pc, bus, device, 0); in pci_device_foreach()
545 tag = pci_make_tag(pc, bus, device, function); in pci_device_foreach()
/openbsd/sys/dev/cardbus/
H A Dcardbus_map.c83 pcitag_t tag = pci_make_tag(pc, sc->sc_bus, in cardbus_mapreg_map()
159 cardbustag = pci_make_tag(pc, sc->sc_bus, sc->sc_device, func); in cardbus_mapreg_unmap()
/openbsd/sys/arch/alpha/pci/
H A Dpci_2100_a50.c74 sioclass = pci_conf_read(pc, pci_make_tag(pc, 0, 7, 0), PCI_CLASS_REG);
183 pirqreg = pci_conf_read(pc, pci_make_tag(pc, 0, APECS_SIO_DEVICE, 0),
H A Dpci_axppci_33.c74 sioclass = pci_conf_read(pc, pci_make_tag(pc, 0, LCA_SIO_DEVICE, 0),
181 pirqreg = pci_conf_read(pc, pci_make_tag(pc, 0, LCA_SIO_DEVICE, 0),
H A Dpci_alphabook1.c100 sioclass = pci_conf_read(pc, pci_make_tag(pc, 0, LCA_SIO_DEVICE, 0), in pci_alphabook1_pickintr()
H A Dsio_pic.c175 tag = pci_make_tag(sio_pc, 0, device, 0); in i82378_setup_elcr()
234 tag = pci_make_tag(sio_pc, 0, device, 0); in cy82c693_setup_elcr()
H A Dpci_machdep.c78 tag = pci_make_tag(pc, bus, device, function);
/openbsd/sys/arch/i386/i386/
H A Dmpbios_intr_fixup.c196 icutag = pci_make_tag(pc, 0, device, 0); in mpbios_intr_fixup()
214 icutag = pci_make_tag(pc, 0, device, function); in mpbios_intr_fixup()
/openbsd/sys/arch/amd64/amd64/
H A Dmpbios_intr_fixup.c196 icutag = pci_make_tag(pc, 0, device, 0); in mpbios_intr_fixup()
214 icutag = pci_make_tag(pc, 0, device, function); in mpbios_intr_fixup()
/openbsd/sys/dev/pci/drm/include/linux/
H A Dpci.h197 pcitag_t tag = pci_make_tag(bus->pc, bus->number, in pci_bus_read_config_word()
210 pcitag_t tag = pci_make_tag(bus->pc, bus->number, in pci_bus_read_config_byte()
223 pcitag_t tag = pci_make_tag(bus->pc, bus->number, in pci_bus_write_config_byte()
/openbsd/sys/dev/pci/
H A Dmmuagp.c78 #define AGP_AMD64_NVIDIA_PCITAG(pc) pci_make_tag(pc, 0, 11, 0)
80 #define AGP_AMD64_VIA_PCITAG(pc) pci_make_tag(pc, 0, 1, 0)
252 tag = pci_make_tag(pa->pa_pc, 0, i, 3); in mmuagp_attach()
/openbsd/sys/arch/amd64/pci/
H A Daapic.c77 tag = pci_make_tag(pa->pa_pc, bus, dev, func); in aapic_attach()
H A Dacpipci.c198 tag = pci_make_tag(pba.pba_pc, sc->sc_bus, 0, 0); in acpipci_attach_bus()
226 tag = pci_make_tag(pba.pba_pc, sc->sc_bus, 24, 0); in acpipci_attach_bus()
/openbsd/sys/arch/amd64/include/
H A Dpci_machdep.h75 pcitag_t pci_make_tag(pci_chipset_tag_t, int, int, int);
/openbsd/sys/arch/macppc/include/
H A Dpci_machdep.h78 pcitag_t pci_make_tag(pci_chipset_tag_t, int, int, int);
/openbsd/sys/arch/hppa/dev/
H A Dssio.c151 tag = pci_make_tag(pa->pa_pc, pa->pa_bus, pa->pa_device, 1); in ssio_match()
287 tag = pci_make_tag(pa->pa_pc, pa->pa_bus, pa->pa_device, 2); in ssio_attach()
/openbsd/sys/arch/macppc/macppc/
H A Drbus_machdep.c84 tag = pci_make_tag(pc, 0, 0, 0); in macppc_cardbus_init()
/openbsd/sys/arch/landisk/include/
H A Dpci_machdep.h63 #define pci_make_tag(v, bus, dev, func) \ macro
/openbsd/sys/arch/loongson/include/
H A Dpci_machdep.h66 #define pci_make_tag(c, b, d, f) \ macro

123