/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_debug.c | 75 pci_config_get8(handle, PCI_CONF_REVID)); 78 pci_config_get8(handle, PCI_CONF_PROGCLASS)); 81 pci_config_get8(handle, PCI_CONF_SUBCLASS)); 84 pci_config_get8(handle, PCI_CONF_BASCLASS)); 87 pci_config_get8(handle, PCI_CONF_CACHE_LINESZ)); 90 pci_config_get8(handle, PCI_CONF_LATENCY_TIMER)); 93 pci_config_get8(handle, PCI_CONF_HEADER)); 96 pci_config_get8(handle, PCI_CONF_BIST)); 131 cap_ptr = pci_config_get8(handle, PCI_CONF_CAP_PTR); 137 pci_config_get8(handl [all...] |
/illumos-gate/usr/src/uts/common/io/ |
H A D | pci_cap.c | 67 for (i = 0, base = pci_config_get8(h, PCI_CONF_CAP_PTR); 68 base && i < index; base = pci_config_get8(h, base 71 if ((id = pci_config_get8(h, base)) == 0xff) 86 if ((id = pci_config_get8(h, base)) != 0xff) 135 header = pci_config_get8(h, PCI_CONF_HEADER); 152 for (base = pci_config_get8(h, base); base; 153 base = pci_config_get8(h, base + PCI_CAP_NEXT_PTR)) { 154 if (pci_config_get8(h, base) == id) { 217 header = pci_config_get8(h, PCI_CONF_HEADER); 231 for (base = pci_config_get8( [all...] |
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.c | 200 pci_config_get8(handle, PCI_CONF_REVID)); 203 pci_config_get8(handle, PCI_CONF_PROGCLASS)); 206 pci_config_get8(handle, PCI_CONF_SUBCLASS)); 209 pci_config_get8(handle, PCI_CONF_BASCLASS)); 212 pci_config_get8(handle, PCI_CONF_CACHE_LINESZ)); 215 pci_config_get8(handle, PCI_CONF_LATENCY_TIMER)); 218 pci_config_get8(handle, PCI_CONF_HEADER)); 221 pci_config_get8(handle, PCI_CONF_BIST)); 256 cap_ptr = pci_config_get8(handle, PCI_CONF_CAP_PTR); 262 pci_config_get8(handl [all...] |
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 395 pci_config_get8(handle, PCI_CONF_REVID)); 398 pci_config_get8(handle, PCI_CONF_PROGCLASS)); 401 pci_config_get8(handle, PCI_CONF_SUBCLASS)); 404 pci_config_get8(handle, PCI_CONF_BASCLASS)); 407 pci_config_get8(handle, PCI_CONF_CACHE_LINESZ)); 410 pci_config_get8(handle, PCI_CONF_LATENCY_TIMER)); 413 pci_config_get8(handle, PCI_CONF_HEADER)); 416 pci_config_get8(handle, PCI_CONF_BIST)); 438 cap_ptr = pci_config_get8(handle, PCI_CONF_CAP_PTR); 444 pci_config_get8(handl [all...] |
/illumos-gate/usr/src/uts/common/io/sfxge/ |
H A D | sfxge_pci.c | 67 for (off = pci_config_get8(sp->s_pci_handle, PCI_CONF_CAP_PTR); 69 off = pci_config_get8(sp->s_pci_handle, off + PCI_CAP_NEXT_PTR)) { 70 if (cap_id == pci_config_get8(sp->s_pci_handle,
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pci_impl.h | 193 ((xspace) ? 0 : pci_config_get8((confhdl), (cap_ptr) + PCI_CAP_ID)) 197 pci_config_get8((confhdl), (cap_ptr) + PCI_CAP_NEXT_PTR))
|
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus_cfg.c | 301 if (pci_config_get8(handle, PCI_CONF_IPIN)) { 302 intline = pci_config_get8(handle, PCI_CONF_ILINE); 627 header_type = pci_config_get8(handle, PCI_CONF_HEADER); 628 sec_bus = pci_config_get8(handle, PCI_BCNF_SECBUS); 695 header_type = pci_config_get8(handle, 734 bus_range[0] = pci_config_get8(handle, PCI_BCNF_SECBUS); 735 bus_range[1] = pci_config_get8(handle, PCI_BCNF_SUBBUS); 821 header_type = pci_config_get8(handle, PCI_CONF_HEADER) & 823 base_class = pci_config_get8(handle, PCI_CONF_BASCLASS); 832 sub_class = pci_config_get8(handl [all...] |
H A D | cardbus_hp.c | 1641 card_info.prog_class = pci_config_get8(handle, 1643 card_info.base_class = pci_config_get8(handle, 1645 card_info.sub_class = pci_config_get8(handle, 1647 card_info.header_type = pci_config_get8(handle, 1694 { "Latency =", 0xd, (int(*)())pci_config_get8, "%s 0x%02x" }, 1701 { "ILINE =", 0x3c, (int(*)())pci_config_get8, "%s 0x%02x" }, 1702 { "IPIN =", 0x3d, (int(*)())pci_config_get8, "%s 0x%02x" }, 1711 { "CacheLineSz =", 0xc, (int(*)())pci_config_get8, "%s 0x%02x" }, 1712 { "Latency =", 0xd, (int(*)())pci_config_get8, "%s 0x%02x" }, 1714 { "Pri Bus =", 0x18, (int(*)())pci_config_get8, " [all...] |
/illumos-gate/usr/src/uts/sun4v/ontario/os/ |
H A D | ontario.c | 117 val = pci_config_get8(isa_handle, 0x58);
|
/illumos-gate/usr/src/uts/sun4u/fjlite/os/ |
H A D | fjlite.c | 119 val = pci_config_get8(platform_isa_handle, 0x58);
|
/illumos-gate/usr/src/uts/sun4u/grover/os/ |
H A D | grover.c | 112 val = pci_config_get8(grover_isa_handle, 0x58);
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pcix.c | 54 if ((pci_config_get8(handle, PCI_CONF_HEADER) & PCI_HEADER_TYPE_M)
|
H A D | simba.c | 425 pci_config_get8(simba->config_handle, 428 pci_config_get8(simba->config_handle, 781 header_type = pci_config_get8(config_handle, PCI_CONF_HEADER); 821 n = pci_config_get8(config_handle, PCI_CONF_CACHE_LINESZ); 839 min_gnt = pci_config_get8(config_handle, 845 n = pci_config_get8(config_handle, PCI_CONF_LATENCY_TIMER); 936 statep->header_type = pci_config_get8(ch, PCI_CONF_HEADER); 941 pci_config_get8(ch, PCI_CONF_CACHE_LINESZ); 943 pci_config_get8(ch, PCI_CONF_LATENCY_TIMER); 946 pci_config_get8(c [all...] |
H A D | db21554.c | 1620 ph->revid = pci_config_get8(config_handle, hdr_off + PCI_CONF_REVID); 1621 ph->pif = pci_config_get8(config_handle, hdr_off + PCI_CONF_PROGCLASS); 1622 ph->subclass = pci_config_get8(config_handle, 1624 ph->class = pci_config_get8(config_handle, 1626 ph->cacheline = pci_config_get8(config_handle, 1628 ph->lat = pci_config_get8(config_handle, 1630 ph->hdr_type = pci_config_get8(config_handle, 1632 ph->bist = pci_config_get8(config_handle, hdr_off + PCI_CONF_BIST); 1647 ph->int_line = pci_config_get8(config_handle, hdr_off + PCI_CONF_ILINE); 1648 ph->int_pin = pci_config_get8(config_handl [all...] |
H A D | pci_util.c | 539 header_type = pci_config_get8(config_handle, PCI_CONF_HEADER); 571 bcr = pci_config_get8(config_handle, PCI_BCNF_BCNTRL); 589 n = pci_config_get8(config_handle, PCI_CONF_CACHE_LINESZ); 607 min_gnt = pci_config_get8(config_handle, 625 n = pci_config_get8(config_handle, PCI_CONF_LATENCY_TIMER);
|
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | sil3xxx.c | 94 cache_lnsz = pci_config_get8(pci_conf_handle, PCI_CONF_CACHE_LINESZ);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunpci.c | 61 pci_config_get8(ddi_acc_handle_t handle, off_t offset) function 153 * e.g. A 3rd party module/driver using pci_config_get8 and built against S10 427 cap_ptr = pci_config_get8(confhdl, PCI_BCNF_CAP_PTR); 432 cap_id = pci_config_get8(confhdl, 438 cap_ptr = pci_config_get8(confhdl, 503 chsp->chs_header_type = pci_config_get8(confhdl, 509 chsp->chs_cache_line_size = pci_config_get8(confhdl, 511 chsp->chs_latency_timer = pci_config_get8(confhdl, 516 pci_config_get8(confhdl, PCI_BCNF_LATENCY_TIMER); 599 cap_ptr = pci_config_get8(confhd [all...] |
/illumos-gate/usr/src/uts/sun4u/snowbird/os/ |
H A D | snowbird.c | 145 val = pci_config_get8(platform_isa_handle, 0x58);
|
/illumos-gate/usr/src/uts/sun4u/taco/os/ |
H A D | taco.c | 133 val = pci_config_get8(isa_handle, IDEIC_RINDEX);
|
/illumos-gate/usr/src/uts/i86pc/io/pciex/ |
H A D | npe_misc.c | 123 (pci_config_get8(cfg_hdl, PCI_CONF_REVID) >= 343 cl = pci_config_get8(cfg_hdl, PCI_CONF_BASCLASS); 344 scl = pci_config_get8(cfg_hdl, PCI_CONF_SUBCLASS);
|
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 405 pci_config_get8(config_handle, PCI_CONF_REVID)); 407 pci_config_get8(config_handle, PCI_CONF_PROGCLASS)); 409 pci_config_get8(config_handle, PCI_CONF_SUBCLASS)); 411 pci_config_get8(config_handle, PCI_CONF_BASCLASS)); 413 pci_config_get8(config_handle, PCI_CONF_CACHE_LINESZ)); 415 pci_config_get8(config_handle, PCI_CONF_HEADER)); 417 pci_config_get8(config_handle, PCI_CONF_BIST)); 449 pci_config_get8(config_handle, PCI_CONF_ILINE)); 451 pci_config_get8(config_handle, PCI_CONF_IPIN)); 453 pci_config_get8(config_handl [all...] |
/illumos-gate/usr/src/uts/intel/io/amr/ |
H A D | amrreg.h | 603 #define AMR_QGET_ISTAT(sc) pci_config_get8(sc->regsmap_handle, AMR_QINTR) 685 #define AMR_SGET_ISTAT(sc) pci_config_get8(sc->regsmap_handle, AMR_SINTR) 690 #define AMR_SGET_MBSTAT(sc) pci_config_get8(sc->regsmap_handle, \ 695 pci_config_get8(sc->regsmap_handle, AMR_STOGGLE) \ 700 pci_config_get8(sc->regsmap_handle, AMR_STOGGLE) \
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | pcicfg.c | 434 pci_config_get8(config_handle, PCI_CONF_REVID)); 436 pci_config_get8(config_handle, PCI_CONF_PROGCLASS)); 438 pci_config_get8(config_handle, PCI_CONF_SUBCLASS)); 440 pci_config_get8(config_handle, PCI_CONF_BASCLASS)); 442 pci_config_get8(config_handle, PCI_CONF_CACHE_LINESZ)); 444 pci_config_get8(config_handle, PCI_CONF_HEADER)); 446 pci_config_get8(config_handle, PCI_CONF_BIST)); 478 pci_config_get8(config_handle, PCI_CONF_ILINE)); 480 pci_config_get8(config_handle, PCI_CONF_IPIN)); 482 pci_config_get8(config_handl [all...] |
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | adapter.c | 42 *val = pci_config_get8(sc->pci_regh, reg);
|
/illumos-gate/usr/src/uts/intel/io/agpgart/ |
H A D | agptarget.c | 139 nextcap = (off_t)(pci_config_get8(pci_handle, AGP_CONF_CAPPTR)); 222 value = (uint16_t)pci_config_get8(softstate->tsoft_pcihdl, 432 memval = pci_config_get8(softstate->tsoft_pcihdl, 781 value = pci_config_get8(st->tsoft_pcihdl, 801 value2 = pci_config_get8(st->tsoft_pcihdl,
|