Home
last modified time | relevance | path

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

/linux/Documentation/sound/designs/
H A Dchannel-mapping-api.rst69 while the latter two are for flexible channel positions. ``_VAR`` type is
73 only {RL/RR/FL/FR} while ``_VAR`` type would allow even swapping FL and
/linux/drivers/media/i2c/
H A Dmt9t112.c76 #define _VAR(id, offset, base) (base | (id & 0x1f) << 10 | (offset & 0x3ff)) macro
77 #define VAR(id, offset) _VAR(id, offset, 0x0000)
78 #define VAR8(id, offset) _VAR(id, offset, 0x8000)