Home
last modified time | relevance | path

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

/linux-6.15/include/linux/soundwire/
H A Dsdw_intel.h25 #define SDW_SHIM_LCAP_LCOUNT_MASK GENMASK(2, 0) macro
/linux-6.15/drivers/soundwire/
H A Dintel.c85 links = intel_readl(s, SDW_SHIM_LCAP) & SDW_SHIM_LCAP_LCOUNT_MASK; in intel_reg_show()
/linux-6.15/sound/soc/sof/intel/
H A Dhda-dsp.c1275 caps &= SDW_SHIM_LCAP_LCOUNT_MASK; in hda_sdw_check_lcount_common()