Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/sound/alsa/
DChannel-Mapping-API.txt65 while the latter two are for flexible channel positions. _VAR type is
69 only {RL/RR/FL/FR} while _VAR type would allow even swapping FL and
/linux-4.4.14/drivers/media/i2c/soc_camera/
Dmt9t112.c72 #define _VAR(id, offset, base) (base | (id & 0x1f) << 10 | (offset & 0x3ff)) macro
73 #define VAR(id, offset) _VAR(id, offset, 0x0000)
74 #define VAR8(id, offset) _VAR(id, offset, 0x8000)