Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/codecs/
Darizona.h202 #define ARIZONA_EQ_CONTROL(xname, xbase) \ argument
206 ((unsigned long)&(struct soc_bytes) { .base = xbase, \
209 #define ARIZONA_LHPF_CONTROL(xname, xbase) \ argument
213 ((unsigned long)&(struct soc_bytes) { .base = xbase, \
/linux-4.4.14/include/sound/
Dsoc.h281 #define SND_SOC_BYTES(xname, xbase, xregs) \ argument
286 {.base = xbase, .num_regs = xregs }) }
288 #define SND_SOC_BYTES_MASK(xname, xbase, xregs, xmask) \ argument
293 {.base = xbase, .num_regs = xregs, \