Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hid/intel-ish-hid/ipc/
Dpci-ish.c270 uint32_t fwsts = dev->ops->get_fw_status(dev); in ish_resume_handler() local
273 && IPC_IS_ISH_ILUP(fwsts)) { in ish_resume_handler()
/linux-6.12.1/sound/soc/sof/intel/
Dmtl.c332 u32 fwsts; in mtl_dsp_dump() local
336 fwsts = snd_sof_dsp_read(sdev, HDA_DSP_BAR, MTL_DSP_ROM_STS); in mtl_dsp_dump()
339 if (fwsts != 0xffffffff) in mtl_dsp_dump()
341 fwsts, fwlec); in mtl_dsp_dump()
/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_common.c3610 u32 hicr, i, fwsts; in ixgbe_hic_unlocked() local
3619 fwsts = IXGBE_READ_REG(hw, IXGBE_FWSTS); in ixgbe_hic_unlocked()
3620 IXGBE_WRITE_REG(hw, IXGBE_FWSTS, fwsts | IXGBE_FWSTS_FWRI); in ixgbe_hic_unlocked()