Home
last modified time | relevance | path

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

/linux/sound/soc/sdw_utils/
H A Dsoc_sdw_utils.c1287 sdw_version = SDW_VERSION(adr);
1649 sdw1_version = SDW_VERSION(adr); in is_sdca_endpoint_present()
1669 unsigned int sdw_version = SDW_VERSION(adr); in is_sdca_endpoint_present()
/linux/include/linux/soundwire/
H A Dsdw.h523 #define SDW_VERSION(addr) FIELD_GET(SDW_VERSION_MASK, addr) macro
/linux/drivers/soundwire/
H A Dbus.c802 id->sdw_version = SDW_VERSION(addr); in sdw_extract_slave_id()