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

/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_pci.c192 cz = pci_read_config(dev, PCIR_CACHELNSZ, 1);
194 pci_write_config(dev, PCIR_CACHELNSZ,
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_pci.c738 pci_read_config(mpt->dev, PCIR_CACHELNSZ, 2);
765 MPT_CHECK(LatencyTimer_LineSize, PCIR_CACHELNSZ, 2);
778 pci_write_config(mpt->dev, PCIR_CACHELNSZ,
/freebsd-11-stable/sys/dev/firewire/
H A Dfwohci_pci.c233 cache_line = ocache_line = pci_read_config(self, PCIR_CACHELNSZ, 1);
237 pci_write_config(self, PCIR_CACHELNSZ, cache_line, 1);
/freebsd-11-stable/sys/sparc64/pci/
H A Dofw_pcibus.c199 CS_WRITE(PCIR_CACHELNSZ, STRBUF_LINESZ / sizeof(uint32_t), 1);
/freebsd-11-stable/sys/dev/cardbus/
H A Dcardbus.c166 pci_write_config(dev, PCIR_CACHELNSZ, 0x08, 1);
/freebsd-11-stable/sys/sparc64/ebus/
H A Debus.c318 pci_write_config(dev, PCIR_CACHELNSZ, 16 /* 64 bytes */, 1);
/freebsd-11-stable/sys/dev/isp/
H A Disp_pci.c210 #ifndef PCIR_CACHELNSZ
211 #define PCIR_CACHELNSZ 0x0c macro
883 data = pci_read_config(dev, PCIR_CACHELNSZ, 1);
887 pci_write_config(dev, PCIR_CACHELNSZ, data, 1);
/freebsd-11-stable/sys/mips/cavium/
H A Doctopci.c604 octopci_write_config(dev, b, s, f, PCIR_CACHELNSZ, 16, 1);
/freebsd-11-stable/sys/mips/rt305x/
H A Drt305x_pci.c839 PCIR_CACHELNSZ, 16, 1);
/freebsd-11-stable/sys/dev/pci/
H A Dpcireg.h113 #define PCIR_CACHELNSZ 0x0c macro
H A Dpci.c692 cfg->cachelnsz = REG(PCIR_CACHELNSZ, 1);
5881 pci_write_config(dev, PCIR_CACHELNSZ, dinfo->cfg.cachelnsz, 1);
6000 dinfo->cfg.cachelnsz = pci_read_config(dev, PCIR_CACHELNSZ, 1);
/freebsd-11-stable/sys/dev/sf/
H A Dif_sf.c787 reg = pci_read_config(dev, PCIR_CACHELNSZ, 1);
796 pci_write_config(dev, PCIR_CACHELNSZ, reg, 1);
/freebsd-11-stable/sys/dev/ncr/
H A Dncr.c3585 #ifdef PCIR_CACHELNSZ /* To be sure that new PCI stuff is present */
3587 u_char cachelnsz = pci_read_config(dev, PCIR_CACHELNSZ, 1);
3595 pci_write_config(dev, PCIR_CACHELNSZ, cachelnsz, 1);
3605 #endif /* PCIR_CACHELNSZ */
/freebsd-11-stable/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c1208 PCIR_CACHELNSZ) {
/freebsd-11-stable/sys/dev/msk/
H A Dif_msk.c1402 val = pci_read_config(sc->msk_dev, PCIR_CACHELNSZ, 1);
1404 pci_write_config(sc->msk_dev, PCIR_CACHELNSZ, 2, 1);
/freebsd-11-stable/sys/dev/sym/
H A Dsym_hipd.c8494 cachelnsz = pci_read_config(dev, PCIR_CACHELNSZ, 1);
8497 pci_write_config(dev, PCIR_CACHELNSZ, cachelnsz, 1);
/freebsd-11-stable/sys/dev/fxp/
H A Dif_fxp.c616 pci_read_config(dev, PCIR_CACHELNSZ, 1) != 0)
/freebsd-11-stable/sys/dev/txp/
H A Dif_txp.c312 reg = pci_read_config(dev, PCIR_CACHELNSZ, 1);
/freebsd-11-stable/sys/dev/ubsec/
H A Dubsec.c1969 pci_write_config(dev, PCIR_CACHELNSZ, UBS_DEF_CACHELINE, 1);

Completed in 508 milliseconds