Searched refs:PCIR_CACHELNSZ (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/ath/ |
H A D | if_ath_pci.c | 119 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 D | mpt_pci.c | 733 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 D | fwohci_pci.c | 221 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 D | isp_pci.c | 129 #ifndef PCIR_CACHELNSZ 130 #define PCIR_CACHELNSZ 0x0c macro 603 data = pci_read_config(dev, PCIR_CACHELNSZ, 1); in isp_pci_attach() 607 pci_write_config(dev, PCIR_CACHELNSZ, data, 1); in isp_pci_attach()
|
/freebsd/sys/dev/cardbus/ |
H A D | cardbus.c | 157 pci_write_config(dev, PCIR_CACHELNSZ, 0x08, 1); in cardbus_device_setup_regs()
|
/freebsd/sys/dev/pci/ |
H A D | pcireg.h | 115 #define PCIR_CACHELNSZ 0x0c macro
|
H A D | pci.c | 754 cfg->cachelnsz = REG(PCIR_CACHELNSZ, 1); in pci_fill_devinfo() 6276 pci_write_config(dev, PCIR_CACHELNSZ, dinfo->cfg.cachelnsz, 1); in pci_cfg_restore() 6398 dinfo->cfg.cachelnsz = pci_read_config(dev, PCIR_CACHELNSZ, 1); in pci_cfg_save()
|
/freebsd/sys/dev/hyperv/pcib/ |
H A D | vmbus_pcib.c | 1297 PCIR_CACHELNSZ) { in _hv_pcifront_read_config()
|
/freebsd/sys/dev/msk/ |
H A D | if_msk.c | 1401 val = pci_read_config(sc->msk_dev, PCIR_CACHELNSZ, 1); in mskc_reset() 1403 pci_write_config(sc->msk_dev, PCIR_CACHELNSZ, 2, 1); in mskc_reset()
|
/freebsd/sys/dev/fxp/ |
H A D | if_fxp.c | 609 pci_read_config(dev, PCIR_CACHELNSZ, 1) != 0) in fxp_attach()
|
/freebsd/sys/dev/sym/ |
H A D | sym_hipd.c | 8476 cachelnsz = pci_read_config(dev, PCIR_CACHELNSZ, 1); 8479 pci_write_config(dev, PCIR_CACHELNSZ, cachelnsz, 1);
|