Home
last modified time | relevance | path

Searched refs:PCIR_LATTIMER (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/firewire/
H A Dfwohci_pci.c214 latency = olatency = pci_read_config(self, PCIR_LATTIMER, 1); in fwohci_pci_init()
218 pci_write_config(self, PCIR_LATTIMER, latency, 1); in fwohci_pci_init()
/freebsd/sys/dev/isp/
H A Disp_pci.c133 #ifndef PCIR_LATTIMER
134 #define PCIR_LATTIMER 0x0d macro
613 data = pci_read_config(dev, PCIR_LATTIMER, 1); in isp_pci_attach()
617 pci_write_config(dev, PCIR_LATTIMER, data, 1); in isp_pci_attach()
/freebsd/sys/dev/ath/
H A Dif_ath_pci.c126 pci_write_config(dev, PCIR_LATTIMER, 0xa8, 1); in ath_pci_setup()
/freebsd/sys/dev/pccbb/
H A Dpccbb_pci.c416 if (pci_read_config(sc->dev, PCIR_LATTIMER, 1) < 0x20) in cbb_chipinit()
417 pci_write_config(sc->dev, PCIR_LATTIMER, 0x20, 1); in cbb_chipinit()
/freebsd/sys/dev/cardbus/
H A Dcardbus.c158 pci_write_config(dev, PCIR_LATTIMER, 0xa8, 1); in cardbus_device_setup_regs()
/freebsd/sys/dev/bhnd/cores/pci/
H A Dbhnd_pci_hostb.c323 pci_write_config(sc->pci_dev, PCIR_LATTIMER, 0x20 /* 960ns */, in bhnd_pci_wars_early_once()
/freebsd/sys/dev/sound/pci/
H A Des137x.c1443 val = pci_read_config(dev, PCIR_LATTIMER, 1); in sysctl_es137x_latency_timer()
1453 pci_write_config(dev, PCIR_LATTIMER, val, 1); in sysctl_es137x_latency_timer()
1689 pci_write_config(dev, PCIR_LATTIMER, r, 1); in es_init_sysctls()
/freebsd/sys/dev/pci/
H A Dpcireg.h116 #define PCIR_LATTIMER 0x0d macro
H A Dpci.c755 cfg->lattimer = REG(PCIR_LATTIMER, 1); in pci_fill_devinfo()
6277 pci_write_config(dev, PCIR_LATTIMER, dinfo->cfg.lattimer, 1); in pci_cfg_restore()
6399 dinfo->cfg.lattimer = pci_read_config(dev, PCIR_LATTIMER, 1); in pci_cfg_save()
/freebsd/sys/dev/dc/
H A Dif_dc.c2102 pci_write_config(dev, PCIR_LATTIMER, 0x80, 1); in dc_attach()