Searched refs:syncprd (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/sound/
H A Dhda-mlink.h21 int hdac_bus_eml_set_syncprd_unlocked(struct hdac_bus *bus, bool alt, int elid, u32 syncprd);
22 int hdac_bus_eml_sdw_set_syncprd_unlocked(struct hdac_bus *bus, u32 syncprd);
81 hdac_bus_eml_set_syncprd_unlocked(struct hdac_bus *bus, bool alt, int elid, u32 syncprd) argument
87 hdac_bus_eml_sdw_set_syncprd_unlocked(struct hdac_bus *bus, u32 syncprd) argument
/linux-master/drivers/soundwire/
H A Dintel_ace2x.c77 u32 syncprd; local
87 syncprd = SDW_SHIM_SYNC_SYNCPRD_VAL_38_4;
89 syncprd = SDW_SHIM_SYNC_SYNCPRD_VAL_24;
91 ret = hdac_bus_eml_sdw_set_syncprd_unlocked(sdw->link_res->hbus, syncprd);
H A Dintel.c348 u32 syncprd; local
364 syncprd = SDW_SHIM_SYNC_SYNCPRD_VAL_38_4;
366 syncprd = SDW_SHIM_SYNC_SYNCPRD_VAL_24;
377 u32p_replace_bits(&sync_reg, syncprd, SDW_SHIM_SYNC_SYNCPRD);
/linux-master/sound/soc/sof/intel/
H A Dhda-mlink.c283 static void hdaml_link_set_syncprd(u32 __iomem *lsync, u32 syncprd) argument
289 val |= (syncprd & AZX_REG_ML_LSYNC_SYNCPRD);
524 int hdac_bus_eml_set_syncprd_unlocked(struct hdac_bus *bus, bool alt, int elid, u32 syncprd) argument
538 hdaml_link_set_syncprd(hlink->ml_addr + AZX_REG_ML_LSYNC, syncprd);
544 int hdac_bus_eml_sdw_set_syncprd_unlocked(struct hdac_bus *bus, u32 syncprd) argument
546 return hdac_bus_eml_set_syncprd_unlocked(bus, true, AZX_REG_ML_LEPTR_ID_SDW, syncprd);

Completed in 128 milliseconds