Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/misc/mei/
Dhw-me-regs.h123 # define PCI_CFG_HFS_1_OPMODE_MSK 0xf0000 /* OP MODE Mask: SPS <= 4.0 */ macro
Dhw-me.c1513 return (reg & PCI_CFG_HFS_1_OPMODE_MSK) == PCI_CFG_HFS_1_OPMODE_SPS; in mei_me_fw_type_sps_4()