Searched refs:_VAR (Results 1 – 2 of 2) sorted by relevance
65 while the latter two are for flexible channel positions. _VAR type is69 only {RL/RR/FL/FR} while _VAR type would allow even swapping FL and
72 #define _VAR(id, offset, base) (base | (id & 0x1f) << 10 | (offset & 0x3ff)) macro73 #define VAR(id, offset) _VAR(id, offset, 0x0000)74 #define VAR8(id, offset) _VAR(id, offset, 0x8000)