Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/sof/intel/
H A Dmtl.c330 u32 fwsts; in mtl_dsp_dump() local
334 fwsts = snd_sof_dsp_read(sdev, HDA_DSP_BAR, MTL_DSP_ROM_STS); in mtl_dsp_dump()
337 if (fwsts != 0xffffffff) in mtl_dsp_dump()
339 fwsts, fwlec); in mtl_dsp_dump()
/linux-6.15/drivers/hid/intel-ish-hid/ipc/
H A Dpci-ish.c277 uint32_t fwsts = dev->ops->get_fw_status(dev); in ish_resume_handler() local
280 && IPC_IS_ISH_ILUP(fwsts)) { in ish_resume_handler()
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_e610.c268 u32 fwsts = IXGBE_READ_REG(hw, GL_FWSTS); in ixgbe_aci_check_event_pending() local
270 return (fwsts & ep_bit_mask) ? true : false; in ixgbe_aci_check_event_pending()
H A Dixgbe_common.c3627 u32 hicr, i, fwsts; in ixgbe_hic_unlocked() local
3636 fwsts = IXGBE_READ_REG(hw, IXGBE_FWSTS); in ixgbe_hic_unlocked()
3637 IXGBE_WRITE_REG(hw, IXGBE_FWSTS, fwsts | IXGBE_FWSTS_FWRI); in ixgbe_hic_unlocked()