Home
last modified time | relevance | path

Searched refs:pci_cfg (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/mpt/
H A Dmpt_pci.c731 mpt->pci_cfg.Command = pci_read_config(mpt->dev, PCIR_COMMAND, 2);
732 mpt->pci_cfg.LatencyTimer_LineSize =
734 mpt->pci_cfg.IO_BAR = pci_read_config(mpt->dev, PCIR_BAR(0), 4);
735 mpt->pci_cfg.Mem0_BAR[0] = pci_read_config(mpt->dev, PCIR_BAR(1), 4);
736 mpt->pci_cfg.Mem0_BAR[1] = pci_read_config(mpt->dev, PCIR_BAR(2), 4);
737 mpt->pci_cfg.Mem1_BAR[0] = pci_read_config(mpt->dev, PCIR_BAR(3), 4);
738 mpt->pci_cfg.Mem1_BAR[1] = pci_read_config(mpt->dev, PCIR_BAR(4), 4);
739 mpt->pci_cfg.ROM_BAR = pci_read_config(mpt->dev, PCIR_BIOS, 4);
740 mpt->pci_cfg.IntLine = pci_read_config(mpt->dev, PCIR_INTLINE, 1);
741 mpt->pci_cfg.PMCSR = pci_read_config(mpt->dev, 0x44, 4);
[all …]
H A Dmpt.h643 struct mpt_pci_cfg pci_cfg; /* saved PCI conf registers */
/freebsd/sys/dev/e1000/
H A De1000_ich8lan.c4981 u16 pci_cfg; in e1000_reset_hw_ich8lan() local
5049 e1000_read_pci_cfg(hw, E1000_PCI_VENDOR_ID_REGISTER, &pci_cfg); in e1000_reset_hw_ich8lan()
5050 E1000_WRITE_REG(hw, E1000_STRAP, pci_cfg); in e1000_reset_hw_ich8lan()
5061 e1000_read_pci_cfg(hw, E1000_PCI_VENDOR_ID_REGISTER, &pci_cfg); in e1000_reset_hw_ich8lan()
5062 E1000_WRITE_REG(hw, E1000_STRAP, pci_cfg); in e1000_reset_hw_ich8lan()
/freebsd/sys/dev/qlnx/qlnxe/
H A Dnvm_cfg.h1910 u32 pci_cfg; /* 0x18 */ member