Searched refs:PCIR_LATTIMER (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/firewire/ |
H A D | fwohci_pci.c | 214 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 D | isp_pci.c | 133 #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 D | if_ath_pci.c | 126 pci_write_config(dev, PCIR_LATTIMER, 0xa8, 1); in ath_pci_setup()
|
/freebsd/sys/dev/pccbb/ |
H A D | pccbb_pci.c | 416 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 D | cardbus.c | 158 pci_write_config(dev, PCIR_LATTIMER, 0xa8, 1); in cardbus_device_setup_regs()
|
/freebsd/sys/dev/bhnd/cores/pci/ |
H A D | bhnd_pci_hostb.c | 323 pci_write_config(sc->pci_dev, PCIR_LATTIMER, 0x20 /* 960ns */, in bhnd_pci_wars_early_once()
|
/freebsd/sys/dev/sound/pci/ |
H A D | es137x.c | 1443 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 D | pcireg.h | 116 #define PCIR_LATTIMER 0x0d macro
|
H A D | pci.c | 755 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 D | if_dc.c | 2102 pci_write_config(dev, PCIR_LATTIMER, 0x80, 1); in dc_attach()
|