Home
last modified time | relevance | path

Searched refs:AZX_REG_ML_LEPTR_ID_SDW (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/sound/soc/sof/intel/
Dhda-mlink.c143 case AZX_REG_ML_LEPTR_ID_SDW: in hdaml_lnk_enum()
546 return hdac_bus_eml_set_syncprd_unlocked(bus, true, AZX_REG_ML_LEPTR_ID_SDW, syncprd); in hdac_bus_eml_sdw_set_syncprd_unlocked()
570 return hdac_bus_eml_wait_syncpu_unlocked(bus, true, AZX_REG_ML_LEPTR_ID_SDW); in hdac_bus_eml_sdw_wait_syncpu_unlocked()
594 hdac_bus_eml_sync_arm_unlocked(bus, true, AZX_REG_ML_LEPTR_ID_SDW, sublink); in hdac_bus_eml_sdw_sync_arm_unlocked()
620 return hdac_bus_eml_sync_go_unlocked(bus, true, AZX_REG_ML_LEPTR_ID_SDW); in hdac_bus_eml_sdw_sync_go_unlocked()
649 return hdac_bus_eml_check_cmdsync_unlocked(bus, true, AZX_REG_ML_LEPTR_ID_SDW); in hdac_bus_eml_sdw_check_cmdsync_unlocked()
750 return hdac_bus_eml_power_up_unlocked(bus, true, AZX_REG_ML_LEPTR_ID_SDW, sublink); in hdac_bus_eml_sdw_power_up_unlocked()
756 return hdac_bus_eml_power_down_unlocked(bus, true, AZX_REG_ML_LEPTR_ID_SDW, sublink); in hdac_bus_eml_sdw_power_down_unlocked()
765 h2link = find_ext2_link(bus, true, AZX_REG_ML_LEPTR_ID_SDW); in hdac_bus_eml_sdw_get_lsdiid_unlocked()
781 h2link = find_ext2_link(bus, true, AZX_REG_ML_LEPTR_ID_SDW); in hdac_bus_eml_sdw_set_lsdiid()
[all …]
Dlnl.c192 return hdac_bus_eml_check_interrupt(bus, true, AZX_REG_ML_LEPTR_ID_SDW); in lnl_dsp_check_sdw_irq()
199 hdac_bus_eml_enable_interrupt(bus, true, AZX_REG_ML_LEPTR_ID_SDW, enable); in lnl_enable_sdw_irq()
Dhda.c177 AZX_REG_ML_LEPTR_ID_SDW); in hda_sdw_probe()
Dhda-dsp.c1298 slcount = hdac_bus_eml_get_count(bus, true, AZX_REG_ML_LEPTR_ID_SDW); in hda_sdw_check_lcount_ext()
/linux-6.12.1/include/sound/
Dhda_register.h315 #define AZX_REG_ML_LEPTR_ID_SDW 0x00 macro
/linux-6.12.1/drivers/soundwire/
Dintel_ace2x.c706 ret = hdac_bus_eml_get_count(sdw->link_res->hbus, true, AZX_REG_ML_LEPTR_ID_SDW); in intel_get_link_count()