Home
last modified time | relevance | path

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

/drivers/misc/mei/
Dhw-me.c444 u32 fwsts5 = 0; in mei_gsc_pxp_check() local
449 hw->read_fws(dev, PCI_CFG_HFS_5, &fwsts5); in mei_gsc_pxp_check()
450 trace_mei_pci_cfg_read(dev->dev, "PCI_CFG_HFS_5", PCI_CFG_HFS_5, fwsts5); in mei_gsc_pxp_check()
451 if ((fwsts5 & GSC_CFG_HFS_5_BOOT_TYPE_MSK) == GSC_CFG_HFS_5_BOOT_TYPE_PXP) { in mei_gsc_pxp_check()
452 dev_dbg(dev->dev, "pxp mode is ready 0x%08x\n", fwsts5); in mei_gsc_pxp_check()
455 dev_dbg(dev->dev, "pxp mode is not ready 0x%08x\n", fwsts5); in mei_gsc_pxp_check()