Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Drt715-sdw.c376 unsigned int *sdw_addr_h, unsigned int *sdw_data_h, in hda_to_sdw() argument
392 *sdw_data_h = payload; /* 7 bits payload */ in hda_to_sdw()
403 *sdw_data_h = (payload >> 8); /* 16 bits payload [15:8] */ in hda_to_sdw()
H A Drt715.h224 unsigned int *sdw_addr_h, unsigned int *sdw_data_h,