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

/freebsd-13-stable/sys/dev/ath/
H A Dif_ath_pci.c121 cz = pci_read_config(dev, PCIR_CACHELNSZ, 1);
123 pci_write_config(dev, PCIR_CACHELNSZ,
/freebsd-13-stable/sys/dev/mpt/
H A Dmpt_pci.c736 pci_read_config(mpt->dev, PCIR_CACHELNSZ, 2);
763 MPT_CHECK(LatencyTimer_LineSize, PCIR_CACHELNSZ, 2);
776 pci_write_config(mpt->dev, PCIR_CACHELNSZ,
/freebsd-13-stable/sys/dev/firewire/
H A Dfwohci_pci.c223 cache_line = ocache_line = pci_read_config(self, PCIR_CACHELNSZ, 1);
227 pci_write_config(self, PCIR_CACHELNSZ, cache_line, 1);
/freebsd-13-stable/sys/dev/isp/
H A Disp_pci.c122 #ifndef PCIR_CACHELNSZ
123 #define PCIR_CACHELNSZ 0x0c macro
580 data = pci_read_config(dev, PCIR_CACHELNSZ, 1);
584 pci_write_config(dev, PCIR_CACHELNSZ, data, 1);
/freebsd-13-stable/sys/dev/cardbus/
H A Dcardbus.c170 pci_write_config(dev, PCIR_CACHELNSZ, 0x08, 1);
/freebsd-13-stable/sys/dev/pci/
H A Dpcireg.h114 #define PCIR_CACHELNSZ 0x0c macro
H A Dpci.c724 cfg->cachelnsz = REG(PCIR_CACHELNSZ, 1);
6016 pci_write_config(dev, PCIR_CACHELNSZ, dinfo->cfg.cachelnsz, 1);
6138 dinfo->cfg.cachelnsz = pci_read_config(dev, PCIR_CACHELNSZ, 1);
/freebsd-13-stable/sys/mips/cavium/
H A Doctopci.c606 octopci_write_config(dev, b, s, f, PCIR_CACHELNSZ, 16, 1);
/freebsd-13-stable/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c1260 PCIR_CACHELNSZ) {
/freebsd-13-stable/sys/dev/msk/
H A Dif_msk.c1406 val = pci_read_config(sc->msk_dev, PCIR_CACHELNSZ, 1);
1408 pci_write_config(sc->msk_dev, PCIR_CACHELNSZ, 2, 1);
/freebsd-13-stable/sys/dev/sym/
H A Dsym_hipd.c8480 cachelnsz = pci_read_config(dev, PCIR_CACHELNSZ, 1);
8483 pci_write_config(dev, PCIR_CACHELNSZ, cachelnsz, 1);
/freebsd-13-stable/sys/dev/fxp/
H A Dif_fxp.c620 pci_read_config(dev, PCIR_CACHELNSZ, 1) != 0)

Completed in 280 milliseconds