Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/tegra/
H A Dtegra210_ope.h73 #define TEGRA_SOC_BYTES_EXT(xname, xbase, xregs, xshift, xmask, \ argument
83 .soc.base = xbase, \
H A 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-6.15/sound/soc/codecs/
H A 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, \
H A 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-6.15/include/sound/
H A Dsoc.h322 #define SND_SOC_BYTES(xname, xbase, xregs) \ argument
327 {.base = xbase, .num_regs = xregs }) }
328 #define SND_SOC_BYTES_E(xname, xbase, xregs, xhandler_get, xhandler_put) \ argument
333 {.base = xbase, .num_regs = xregs }) }
335 #define SND_SOC_BYTES_MASK(xname, xbase, xregs, xmask) \ argument
340 {.base = xbase, .num_regs = xregs, \
/linux-6.15/tools/perf/scripts/python/
H A 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)