Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hid/intel-ish-hid/ipc/
Dpci-ish.c268 uint32_t fwsts = dev->ops->get_fw_status(dev); in ish_resume_handler() local
271 && IPC_IS_ISH_ILUP(fwsts)) { in ish_resume_handler()
/linux-6.1.9/sound/soc/sof/intel/
Dmtl.c313 u32 fwsts; in mtl_dsp_dump() local
316 fwsts = snd_sof_dsp_read(sdev, HDA_DSP_BAR, MTL_DSP_ROM_STS); in mtl_dsp_dump()
321 dev_err(sdev->dev, "ROM status: %#x, ROM error: %#x\n", fwsts, fwlec); in mtl_dsp_dump()
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.c3607 u32 hicr, i, fwsts; in ixgbe_hic_unlocked() local
3616 fwsts = IXGBE_READ_REG(hw, IXGBE_FWSTS); in ixgbe_hic_unlocked()
3617 IXGBE_WRITE_REG(hw, IXGBE_FWSTS, fwsts | IXGBE_FWSTS_FWRI); in ixgbe_hic_unlocked()