/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | simba.c | 429 PCI_CONF_LATENCY_TIMER); in simba_attach() 843 pci_config_put8(config_handle, PCI_CONF_LATENCY_TIMER, in simba_initchild() 845 n = pci_config_get8(config_handle, PCI_CONF_LATENCY_TIMER); in simba_initchild() 943 pci_config_get8(ch, PCI_CONF_LATENCY_TIMER); in simba_save_config_regs() 1035 pci_config_put8(ch, PCI_CONF_LATENCY_TIMER, in simba_restore_config_regs()
|
H A D | db21554.c | 800 (uint8_t *)dbp->conf_io+poffset+PCI_CONF_LATENCY_TIMER, in db_set_perf_parameters() 805 (uint8_t *)dbp->conf_io+soffset+PCI_CONF_LATENCY_TIMER, in db_set_perf_parameters() 973 ((caddr_t)dbp->conf_io+PCI_CONF_LATENCY_TIMER)); in db_enable_io() 1629 hdr_off + PCI_CONF_LATENCY_TIMER); in db_pci_get_header() 2378 pci_config_put8(config_handle, PCI_CONF_LATENCY_TIMER, in db_initchild() 2380 n = pci_config_get8(config_handle, PCI_CONF_LATENCY_TIMER); in db_initchild() 2506 pci_config_get8(config_handle, PCI_CONF_LATENCY_TIMER); in db_save_config_regs() 2560 pci_config_put8(config_handle, PCI_CONF_LATENCY_TIMER, in db_restore_config_regs()
|
H A D | pci_util.c | 623 pci_config_put8(config_handle, PCI_CONF_LATENCY_TIMER, in init_child() 625 n = pci_config_get8(config_handle, PCI_CONF_LATENCY_TIMER); in init_child()
|
H A D | pci_pci.c | 420 pci_config_get8(config_handle, PCI_CONF_LATENCY_TIMER); in ppb_attach() 952 pci_config_put8(config_handle, PCI_CONF_LATENCY_TIMER, in ppb_initchild() 954 n = pci_config_get8(config_handle, PCI_CONF_LATENCY_TIMER); in ppb_initchild()
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_debug.c | 90 pci_config_get8(handle, PCI_CONF_LATENCY_TIMER)); in pci_dump()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sunpci.c | 414 PCI_CONF_LATENCY_TIMER); 768 pci_config_put8(confhdl, PCI_CONF_LATENCY_TIMER,
|
/illumos-gate/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.c | 215 pci_config_get8(handle, PCI_CONF_LATENCY_TIMER)); in ixgbe_pci_dump()
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 410 pci_config_get8(handle, PCI_CONF_LATENCY_TIMER)); in pciconfig_dump()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pci.h | 50 #define PCI_CONF_LATENCY_TIMER 0xD /* latency timer, 1 byte */ macro
|
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pcieb.c | 2183 pci_config_put8(cfg_hdl, PCI_CONF_LATENCY_TIMER, in pcieb_set_pci_perf_parameters() 2185 n = pci_config_get8(cfg_hdl, PCI_CONF_LATENCY_TIMER); in pcieb_set_pci_perf_parameters()
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | ebus.c | 906 pci_config_put8(conf_handle, PCI_CONF_LATENCY_TIMER, in ebus_config()
|
/illumos-gate/usr/src/uts/common/io/rge/ |
H A D | rge_chip.c | 730 pci_config_put8(rgep->cfg_handle, PCI_CONF_LATENCY_TIMER, 0x40); in rge_chip_ident() 815 cidp->latency = pci_config_get8(handle, PCI_CONF_LATENCY_TIMER); in rge_chip_cfg_init()
|
/illumos-gate/usr/src/uts/common/io/nge/ |
H A D | nge_chip.c | 625 PCI_CONF_LATENCY_TIMER); in nge_chip_cfg_init() 1040 pci_config_put8(ngep->cfg_handle, PCI_CONF_LATENCY_TIMER, in nge_chip_reset()
|
/illumos-gate/usr/src/uts/common/io/cardbus/ |
H A D | cardbus.c | 1196 pci_config_put8(config_handle, PCI_CONF_LATENCY_TIMER, in cardbus_init_child_regs() 1198 n = pci_config_get8(config_handle, PCI_CONF_LATENCY_TIMER); in cardbus_init_child_regs()
|
/illumos-gate/usr/src/uts/common/io/audio/drv/audioens/ |
H A D | audioens.c | 1078 pci_config_put8(pcih, PCI_CONF_LATENCY_TIMER, in audioens_attach()
|
/illumos-gate/usr/src/cmd/pcitool/ |
H A D | pcitool.c | 267 { PCI_CONF_LATENCY_TIMER, 1, "LT", "Latency Timer" },
|
/illumos-gate/usr/src/uts/common/io/hme/ |
H A D | hme.c | 1310 PCI_CONF_LATENCY_TIMER); in hmeattach() 1337 PCI_CONF_LATENCY_TIMER, (uchar_t)newLT); in hmeattach()
|
/illumos-gate/usr/src/uts/common/io/sfe/ |
H A D | sfe.c | 2029 latim = pci_config_get8(conf_handle, PCI_CONF_LATENCY_TIMER); in sfeattach()
|
/illumos-gate/usr/src/uts/common/io/ath/ |
H A D | ath_main.c | 2038 pci_config_put8(asc->asc_cfg_handle, PCI_CONF_LATENCY_TIMER, 0xa8); in ath_attach()
|
/illumos-gate/usr/src/uts/common/io/bge/ |
H A D | bge_chip2.c | 398 cidp->latency = pci_config_get8(handle, PCI_CONF_LATENCY_TIMER); in bge_chip_cfg_init() 4279 pci_config_put8(bgep->cfg_handle, PCI_CONF_LATENCY_TIMER, in bge_chip_reset()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_dbg.c | 658 pci_config_get8(qlge->pci_handle, PCI_CONF_LATENCY_TIMER); in ql_dump_pci_config()
|
/illumos-gate/usr/src/uts/common/io/ral/ |
H A D | rt2560.c | 2416 ddi_put8(ioh, (uint8_t *)(regs + PCI_CONF_LATENCY_TIMER), 0xa8); in rt2560_attach()
|
/illumos-gate/usr/src/uts/common/io/vr/ |
H A D | vr.c | 1846 pci_latency = VR_GET8(vrp->acc_cfg, PCI_CONF_LATENCY_TIMER); in vr_start()
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_main.c | 2856 pci_config_put8(sc->sc_cfg_handle, PCI_CONF_LATENCY_TIMER, 0xa8); in arn_attach()
|
/illumos-gate/usr/src/uts/common/io/rwd/ |
H A D | rt2661.c | 2889 (uint8_t *)(sc->sc_cfg_base + PCI_CONF_LATENCY_TIMER), 0xa8); in rt2661_attach()
|