Home
last modified time | relevance | path

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

/Linux-v6.1/sound/soc/tegra/
Dtegra210_ope.h73 #define TEGRA_SOC_BYTES_EXT(xname, xbase, xregs, xshift, xmask, \ argument
83 .soc.base = xbase, \
Dtegra210_mbdrc.c521 #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/
Darizona.h243 #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, \
Dmadera.h297 #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/
Dsoc.h327 #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/
Dexported-sql-viewer.py1270 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)