Home
last modified time | relevance | path

Searched refs:syncprd (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/sof/intel/
H A Dhda-mlink.c294 static void hdaml_link_set_syncprd(u32 __iomem *lsync, u32 syncprd) in hdaml_link_set_syncprd() argument
300 val |= (syncprd & AZX_REG_ML_LSYNC_SYNCPRD); in hdaml_link_set_syncprd()
554 int hdac_bus_eml_set_syncprd_unlocked(struct hdac_bus *bus, bool alt, int elid, u32 syncprd) in hdac_bus_eml_set_syncprd_unlocked()
568 hdaml_link_set_syncprd(hlink->ml_addr + AZX_REG_ML_LSYNC, syncprd);
574 int hdac_bus_eml_sdw_set_syncprd_unlocked(struct hdac_bus *bus, u32 syncprd)
576 return hdac_bus_eml_set_syncprd_unlocked(bus, true, AZX_REG_ML_LEPTR_ID_SDW, syncprd); in hdac_bus_eml_wait_syncpu_unlocked()
550 hdac_bus_eml_set_syncprd_unlocked(struct hdac_bus * bus,bool alt,int elid,u32 syncprd) hdac_bus_eml_set_syncprd_unlocked() argument
570 hdac_bus_eml_sdw_set_syncprd_unlocked(struct hdac_bus * bus,u32 syncprd) hdac_bus_eml_sdw_set_syncprd_unlocked() argument
/linux/drivers/soundwire/
H A Dintel_ace2x.c540 u32 syncprd; in intel_link_power_up() local
545 syncprd = SDW_SHIM_SYNC_SYNCPRD_VAL_24_576; in intel_link_power_up()
548 syncprd = SDW_SHIM_SYNC_SYNCPRD_VAL_38_4; in intel_link_power_up()
552 syncprd = SDW_SHIM_SYNC_SYNCPRD_VAL_96; in intel_link_power_up()
571 ret = hdac_bus_eml_sdw_set_syncprd_unlocked(sdw->link_res->hbus, syncprd); in intel_link_power_up()