Home
last modified time | relevance | path

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

/linux/drivers/misc/mei/
H A Dhw-me-regs.h140 # define PCI_CFG_HFS_2_D3_BLOCK BIT(7) macro
H A Dhw-me.c233 return (reg & PCI_CFG_HFS_2_D3_BLOCK) == PCI_CFG_HFS_2_D3_BLOCK; in mei_csc_pg_blocked()