Searched refs:pci_config_get8 (Results 1 - 25 of 109) sorted by relevance

12345

/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_debug.c75 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 Dpci_cap.c67 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 Dixgbe_debug.c200 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 De1000g_debug.c395 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 Dsfxge_pci.c67 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 Dpci_impl.h193 ((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 Dcardbus_cfg.c301 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 Dcardbus_hp.c1641 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 Dontario.c117 val = pci_config_get8(isa_handle, 0x58);
/illumos-gate/usr/src/uts/sun4u/fjlite/os/
H A Dfjlite.c119 val = pci_config_get8(platform_isa_handle, 0x58);
/illumos-gate/usr/src/uts/sun4u/grover/os/
H A Dgrover.c112 val = pci_config_get8(grover_isa_handle, 0x58);
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcix.c54 if ((pci_config_get8(handle, PCI_CONF_HEADER) & PCI_HEADER_TYPE_M)
H A Dsimba.c425 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 Ddb21554.c1620 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 Dpci_util.c539 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 Dsil3xxx.c94 cache_lnsz = pci_config_get8(pci_conf_handle, PCI_CONF_CACHE_LINESZ);
/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c61 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 Dsnowbird.c145 val = pci_config_get8(platform_isa_handle, 0x58);
/illumos-gate/usr/src/uts/sun4u/taco/os/
H A Dtaco.c133 val = pci_config_get8(isa_handle, IDEIC_RINDEX);
/illumos-gate/usr/src/uts/i86pc/io/pciex/
H A Dnpe_misc.c123 (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 Dpcicfg.c405 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 Damrreg.h603 #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 Dpcicfg.c434 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 Dadapter.c42 *val = pci_config_get8(sc->pci_regh, reg);
/illumos-gate/usr/src/uts/intel/io/agpgart/
H A Dagptarget.c139 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,

Completed in 321 milliseconds

12345