Searched refs:xbase (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/soc/tegra/ |
| A D | tegra210_ope.h | 73 #define TEGRA_SOC_BYTES_EXT(xname, xbase, xregs, xshift, xmask, \ argument 83 .soc.base = xbase, \
|
| A D | tegra210_mbdrc.c | 521 #define TEGRA_MBDRC_BYTES_EXT(xname, xbase, xregs, xshift, xmask, xinfo) \ argument 522 TEGRA_SOC_BYTES_EXT(xname, xbase, xregs, xshift, xmask, \ 527 #define TEGRA_MBDRC_BAND_BYTES_EXT(xname, xbase, xshift, xmask, xinfo) \ argument 528 TEGRA_MBDRC_BYTES_EXT(xname, xbase, TEGRA210_MBDRC_FILTER_COUNT, \
|
| /linux/sound/soc/codecs/ |
| A D | arizona.h | 243 #define ARIZONA_EQ_CONTROL(xname, xbase) \ argument 247 ((unsigned long)&(struct soc_bytes) { .base = xbase, \ 250 #define ARIZONA_LHPF_CONTROL(xname, xbase) \ argument 254 ((unsigned long)&(struct soc_bytes) { .base = xbase, \
|
| A D | madera.h | 297 #define MADERA_EQ_CONTROL(xname, xbase) \ argument 301 ((unsigned long)&(struct soc_bytes) { .base = xbase, \ 304 #define MADERA_LHPF_CONTROL(xname, xbase) \ argument 308 ((unsigned long)&(struct soc_bytes) { .base = xbase, \
|
| /linux/include/sound/ |
| A D | soc.h | 350 #define SND_SOC_BYTES(xname, xbase, xregs) \ argument 355 {.base = xbase, .num_regs = xregs }) } 356 #define SND_SOC_BYTES_E(xname, xbase, xregs, xhandler_get, xhandler_put) \ argument 361 {.base = xbase, .num_regs = xregs }) } 363 #define SND_SOC_BYTES_MASK(xname, xbase, xregs, xmask) \ argument 368 {.base = xbase, .num_regs = xregs, \
|
| /linux/tools/perf/scripts/python/ |
| A D | exported-sql-viewer.py | 1270 def __init__(self, collection, xbase=Decimal(0), ybase=Decimal(0)): argument 1273 self.xbase = xbase 1280 x = float(Decimal(x) - self.xbase) 1286 return Decimal(x) + self.xbase 1295 def __init__(self, db, collection, cpu, xbase): argument 1296 super(SwitchGraphData, self).__init__(collection, xbase)
|
Completed in 34 milliseconds