Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/mei/
Dhw-me.c225 pci_read_config_dword(pdev, PCI_CFG_HFS_1, &reg); in mei_me_hw_config()
226 trace_mei_pci_cfg_read(dev->dev, "PCI_CFG_HFS_1", PCI_CFG_HFS_1, reg); in mei_me_hw_config()
1349 pci_bus_read_config_dword(pdev->bus, devfn, PCI_CFG_HFS_1, &reg); in mei_me_fw_type_sps()
1350 trace_mei_pci_cfg_read(&pdev->dev, "PCI_CFG_HFS_1", PCI_CFG_HFS_1, reg); in mei_me_fw_type_sps()
1366 .fw_status.status[0] = PCI_CFG_HFS_1
1370 .fw_status.status[0] = PCI_CFG_HFS_1, \
1375 .fw_status.status[0] = PCI_CFG_HFS_1, \
Dhw-me-regs.h97 #define PCI_CFG_HFS_1 0x40 macro