Searched refs:PCIR_LATTIMER (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/dev/firewire/
H A Dfwohci_pci.c216 latency = olatency = pci_read_config(self, PCIR_LATTIMER, 1);
220 pci_write_config(self, PCIR_LATTIMER, latency, 1);
/freebsd-13-stable/sys/dev/gem/
H A Dif_gem_pci.c182 pci_write_config(dev, PCIR_LATTIMER, GEM_ERI_LATENCY_TIMER, 1);
/freebsd-13-stable/sys/dev/isp/
H A Disp_pci.c126 #ifndef PCIR_LATTIMER
127 #define PCIR_LATTIMER 0x0d macro
590 data = pci_read_config(dev, PCIR_LATTIMER, 1);
594 pci_write_config(dev, PCIR_LATTIMER, data, 1);
/freebsd-13-stable/sys/dev/ath/
H A Dif_ath_pci.c128 pci_write_config(dev, PCIR_LATTIMER, 0xa8, 1);
/freebsd-13-stable/sys/dev/cardbus/
H A Dcardbus.c171 pci_write_config(dev, PCIR_LATTIMER, 0xa8, 1);
/freebsd-13-stable/sys/dev/pccbb/
H A Dpccbb_pci.c458 if (pci_read_config(sc->dev, PCIR_LATTIMER, 1) < 0x20)
459 pci_write_config(sc->dev, PCIR_LATTIMER, 0x20, 1);
/freebsd-13-stable/sys/dev/sound/pci/
H A Des137x.c1445 val = pci_read_config(dev, PCIR_LATTIMER, 1);
1455 pci_write_config(dev, PCIR_LATTIMER, val, 1);
1691 pci_write_config(dev, PCIR_LATTIMER, r, 1);
/freebsd-13-stable/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci_hostb.c325 pci_write_config(sc->pci_dev, PCIR_LATTIMER, 0x20 /* 960ns */,
/freebsd-13-stable/sys/dev/pci/
H A Dpcireg.h115 #define PCIR_LATTIMER 0x0d macro
H A Dpci.c725 cfg->lattimer = REG(PCIR_LATTIMER, 1);
6017 pci_write_config(dev, PCIR_LATTIMER, dinfo->cfg.lattimer, 1);
6139 dinfo->cfg.lattimer = pci_read_config(dev, PCIR_LATTIMER, 1);
/freebsd-13-stable/sys/mips/cavium/
H A Doctopci.c609 octopci_write_config(dev, b, s, f, PCIR_LATTIMER, 48, 1);
/freebsd-13-stable/sys/dev/dc/
H A Dif_dc.c2107 pci_write_config(dev, PCIR_LATTIMER, 0x80, 1);

Completed in 297 milliseconds