Searched refs:xbase (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/sound/soc/tegra/ |
D | tegra210_ope.h | 73 #define TEGRA_SOC_BYTES_EXT(xname, xbase, xregs, xshift, xmask, \ argument 83 .soc.base = xbase, \
|
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-v6.1/sound/soc/codecs/ |
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, \
|
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-v6.1/include/sound/ |
D | soc.h | 327 #define SND_SOC_BYTES(xname, xbase, xregs) \ argument 332 {.base = xbase, .num_regs = xregs }) } 333 #define SND_SOC_BYTES_E(xname, xbase, xregs, xhandler_get, xhandler_put) \ argument 338 {.base = xbase, .num_regs = xregs }) } 340 #define SND_SOC_BYTES_MASK(xname, xbase, xregs, xmask) \ argument 345 {.base = xbase, .num_regs = xregs, \
|
/Linux-v6.1/tools/perf/scripts/python/ |
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)
|