/openbsd/sys/arch/loongson/loongson/ |
H A D | gdium_machdep.c | 94 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 D | generic2e_machdep.c | 168 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 D | generic3a_machdep.c | 374 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 D | pci_bus_fixup.c | 61 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 D | pchb.c | 282 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 D | pci_machdep.h | 91 pcitag_t pci_make_tag(pci_chipset_tag_t, int, int, int);
|
H A D | pcibios.c | 523 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 D | cardbus_map.c | 83 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 D | pci_2100_a50.c | 74 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 D | pci_axppci_33.c | 74 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 D | pci_alphabook1.c | 100 sioclass = pci_conf_read(pc, pci_make_tag(pc, 0, LCA_SIO_DEVICE, 0), in pci_alphabook1_pickintr()
|
H A D | sio_pic.c | 175 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 D | pci_machdep.c | 78 tag = pci_make_tag(pc, bus, device, function);
|
/openbsd/sys/arch/i386/i386/ |
H A D | mpbios_intr_fixup.c | 196 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 D | mpbios_intr_fixup.c | 196 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 D | pci.h | 197 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 D | mmuagp.c | 78 #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 D | aapic.c | 77 tag = pci_make_tag(pa->pa_pc, bus, dev, func); in aapic_attach()
|
H A D | acpipci.c | 198 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 D | pci_machdep.h | 75 pcitag_t pci_make_tag(pci_chipset_tag_t, int, int, int);
|
/openbsd/sys/arch/macppc/include/ |
H A D | pci_machdep.h | 78 pcitag_t pci_make_tag(pci_chipset_tag_t, int, int, int);
|
/openbsd/sys/arch/hppa/dev/ |
H A D | ssio.c | 151 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 D | rbus_machdep.c | 84 tag = pci_make_tag(pc, 0, 0, 0); in macppc_cardbus_init()
|
/openbsd/sys/arch/landisk/include/ |
H A D | pci_machdep.h | 63 #define pci_make_tag(v, bus, dev, func) \ macro
|
/openbsd/sys/arch/loongson/include/ |
H A D | pci_machdep.h | 66 #define pci_make_tag(c, b, d, f) \ macro
|