Searched refs:e_verb (Results 1 – 1 of 1) sorted by relevance
377 unsigned int offset_h, offset_l, e_verb; in hda_to_sdw() local386 e_verb = (verb - 0xf00) | 0x80; in hda_to_sdw()388 e_verb = (verb - 0x700); in hda_to_sdw()400 e_verb = verb >> 8; in hda_to_sdw()402 *sdw_addr_l = (e_verb << 8) | nid | 0x80; /* 0x80: valid bit */ in hda_to_sdw()407 *sdw_addr_h = (e_verb << 8) | nid; in hda_to_sdw()
Completed in 2 milliseconds