Home
last modified time | relevance | path

Searched refs:PCI_CFG_HFS_1 (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/misc/mei/
H A Dhw-me.c253 hw->read_fws(dev, PCI_CFG_HFS_1, &reg); in mei_me_hw_config()
254 trace_mei_pci_cfg_read(dev->dev, "PCI_CFG_HFS_1", PCI_CFG_HFS_1, reg); in mei_me_hw_config()
1566 pci_bus_read_config_dword(pdev->bus, devfn, PCI_CFG_HFS_1, &reg); in mei_me_fw_type_sps_4()
1567 trace_mei_pci_cfg_read(&pdev->dev, "PCI_CFG_HFS_1", PCI_CFG_HFS_1, reg); in mei_me_fw_type_sps_4()
1621 .fw_status.status[0] = PCI_CFG_HFS_1
1625 .fw_status.status[0] = PCI_CFG_HFS_1, \
1630 .fw_status.status[0] = PCI_CFG_HFS_1, \
H A Dhw-me-regs.h125 #define PCI_CFG_HFS_1 0x40 macro