Home
last modified time | relevance | path

Searched refs:PCIR_CACHELNSZ (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath_pci.c119 cz = pci_read_config(dev, PCIR_CACHELNSZ, 1); in ath_pci_setup()
121 pci_write_config(dev, PCIR_CACHELNSZ, in ath_pci_setup()
/freebsd/sys/dev/mpt/
H A Dmpt_pci.c733 pci_read_config(mpt->dev, PCIR_CACHELNSZ, 2);
760 MPT_CHECK(LatencyTimer_LineSize, PCIR_CACHELNSZ, 2);
773 pci_write_config(mpt->dev, PCIR_CACHELNSZ,
/freebsd/sys/dev/firewire/
H A Dfwohci_pci.c221 cache_line = ocache_line = pci_read_config(self, PCIR_CACHELNSZ, 1); in fwohci_pci_init()
225 pci_write_config(self, PCIR_CACHELNSZ, cache_line, 1); in fwohci_pci_init()
/freebsd/sys/dev/isp/
H A Disp_pci.c129 #ifndef PCIR_CACHELNSZ
130 #define PCIR_CACHELNSZ 0x0c macro
594 data = pci_read_config(dev, PCIR_CACHELNSZ, 1); in isp_pci_attach()
598 pci_write_config(dev, PCIR_CACHELNSZ, data, 1); in isp_pci_attach()
/freebsd/sys/dev/cardbus/
H A Dcardbus.c167 pci_write_config(dev, PCIR_CACHELNSZ, 0x08, 1); in cardbus_device_setup_regs()
/freebsd/sys/dev/pci/
H A Dpcireg.h115 #define PCIR_CACHELNSZ 0x0c macro
H A Dpci.c725 cfg->cachelnsz = REG(PCIR_CACHELNSZ, 1); in pci_fill_devinfo()
6083 pci_write_config(dev, PCIR_CACHELNSZ, dinfo->cfg.cachelnsz, 1); in pci_cfg_restore()
6205 dinfo->cfg.cachelnsz = pci_read_config(dev, PCIR_CACHELNSZ, 1); in pci_cfg_save()
/freebsd/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c1298 PCIR_CACHELNSZ) { in _hv_pcifront_read_config()
/freebsd/sys/dev/msk/
H A Dif_msk.c1399 val = pci_read_config(sc->msk_dev, PCIR_CACHELNSZ, 1); in mskc_reset()
1401 pci_write_config(sc->msk_dev, PCIR_CACHELNSZ, 2, 1); in mskc_reset()
/freebsd/sys/dev/fxp/
H A Dif_fxp.c615 pci_read_config(dev, PCIR_CACHELNSZ, 1) != 0) in fxp_attach()
/freebsd/sys/dev/sym/
H A Dsym_hipd.c8476 cachelnsz = pci_read_config(dev, PCIR_CACHELNSZ, 1);
8479 pci_write_config(dev, PCIR_CACHELNSZ, cachelnsz, 1);