Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/mei/
H A Dhw-me.h65 int (*read_fws)(const struct mei_device *dev, int where, u32 *val); member
H A Dhw-me.c213 if (!fw_status || !hw->read_fws) in mei_me_fw_status()
218 ret = hw->read_fws(dev, fw_src->status[i], in mei_me_fw_status()
245 if (WARN_ON(!hw->read_fws)) in mei_me_hw_config()
253 hw->read_fws(dev, PCI_CFG_HFS_1, &reg); in mei_me_hw_config()
449 hw->read_fws(dev, PCI_CFG_HFS_5, &fwsts5); in mei_gsc_pxp_check()
H A Dgsc-me.c76 hw->read_fws = mei_gsc_read_hfs; in mei_gsc_probe()
H A Dpci-me.c219 hw->read_fws = mei_me_read_fws; in mei_me_probe()