Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/soundwire/
H A Dsdw.h521 #define SDW_CLASS_ID(addr) FIELD_GET(SDW_CLASS_ID_MASK, addr) macro
/openbmc/linux/sound/soc/intel/boards/
H A Dsof_sdw.c1208 class1_id = SDW_CLASS_ID(adr); in is_unique_device()
1238 class_id = SDW_CLASS_ID(adr); in fill_sdw_codec_dlc()
/openbmc/linux/drivers/soundwire/
H A Dbus.c808 id->class_id = SDW_CLASS_ID(addr); in sdw_extract_slave_id()