Home
last modified time | relevance | path

Searched refs:BIAS (Results 1 – 13 of 13) sorted by relevance

/linux/Documentation/devicetree/bindings/sound/
A Dqcom,apq8016-sbc.txt26 * MIC BIAS External1
27 * MIC BIAS External2
28 * MIC BIAS Internal1
29 * MIC BIAS Internal2
65 "MIC BIAS External1", "Handset Mic",
66 "MIC BIAS Internal2", "Headset Mic",
68 "AMIC1", "MIC BIAS External1",
69 "AMIC2", "MIC BIAS Internal2",
70 "AMIC3", "MIC BIAS External1",
71 "DMIC1", "MIC BIAS Internal1",
[all …]
/linux/sound/core/oss/
A Dmulaw.c52 #define BIAS (0x84) /* Bias for linear code. */ macro
91 pcm_val = BIAS - pcm_val; in linear2ulaw()
94 pcm_val += BIAS; in linear2ulaw()
131 t = ((u_val & QUANT_MASK) << 3) + BIAS; in ulaw2linear()
134 return ((u_val & SIGN_BIT) ? (BIAS - t) : (t - BIAS)); in ulaw2linear()
/linux/fs/proc/
A Dinode.c204 enum {BIAS = -1U<<31}; enumerator
213 if (unlikely(atomic_dec_return(&pde->in_use) == BIAS)) in unuse_pde()
261 if (atomic_add_return(BIAS, &de->in_use) != BIAS) in proc_entry_rundown()
/linux/drivers/isdn/mISDN/
A Ddsp_audio.c103 #define BIAS 0x84 /*!< define the add-in bias for 16 bit samples */ macro
133 sample = sample + BIAS; in linear2ulaw()
/linux/Documentation/ABI/testing/
A Dsysfs-bus-iio-temperature-max3185622 BIAS output. These MOSFETs turn off when the input voltage is
/linux/arch/sparc/net/
A Dbpf_jit_comp_32.c209 #define BIAS (-4) macro
212 do { *prog++ = LD32I | RS1(SP) | S13(BIAS - (OFF)) | RD(DEST); \
216 do { *prog++ = ST32I | RS1(SP) | S13(BIAS - (OFF)) | RD(SRC); \
/linux/arch/arm/boot/dts/
A Dam437x-sbc-t43.dts62 AM4372_IOPAD(0x8ec, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS AC BIAS EN */
A Dam437x-sk-evm.dts374 AM4372_IOPAD(0x8ec, PIN_OUTPUT | MUX_MODE0) /* DSS AC BIAS EN */
A Dam43x-epos-evm.dts435 AM4372_IOPAD(0x8ec, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS AC BIAS EN */
A Dam437x-gp-evm.dts295 AM4372_IOPAD(0x8ec, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS AC BIAS EN */
/linux/arch/arm64/boot/dts/qcom/
A Dapq8016-sbc.dts356 "AMIC2", "MIC BIAS Internal2",
357 "AMIC3", "MIC BIAS External1";
/linux/Documentation/sound/soc/
A Ddapm.rst221 Codec (BIAS) Domain
/linux/arch/m68k/ifpsp060/src/
A Dfpsp.S16000 sub.l %d1,%d0 # scale = BIAS + (-exp)
16061 sub.l %d1,%d0 # scale = BIAS + (-exp)
16127 sub.l %d1,%d0 # scale = BIAS + (-exp)

Completed in 50 milliseconds