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