Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/
H A Dsoc-acpi.c147 version = SDW_VERSION(adr); in snd_soc_acpi_sdw_link_slaves_found()
/openbmc/linux/sound/soc/intel/boards/
H A Dsof_sdw.c1053 sdw_version = SDW_VERSION(adr); in find_codec_info_part()
1205 sdw1_version = SDW_VERSION(adr); in is_unique_device()
1233 sdw_version = SDW_VERSION(adr); in fill_sdw_codec_dlc()
/openbmc/linux/include/linux/soundwire/
H A Dsdw.h517 #define SDW_VERSION(addr) FIELD_GET(SDW_VERSION_MASK, addr) macro
/openbmc/linux/drivers/soundwire/
H A Dbus.c804 id->sdw_version = SDW_VERSION(addr); in sdw_extract_slave_id()