Home
last modified time | relevance | path

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

/openbmc/linux/sound/core/oss/
H 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()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dqcom,sm8250.yaml234 "AMIC2", "MIC BIAS Internal2",
235 "AMIC3", "MIC BIAS External1";
290 "AMIC1", "MIC BIAS Internal1",
291 "AMIC2", "MIC BIAS Internal2",
292 "AMIC3", "MIC BIAS Internal3";
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8916-huawei-g7.dts293 "AMIC1", "MIC BIAS External1",
294 "AMIC2", "MIC BIAS External2",
295 "AMIC3", "MIC BIAS External1";
H A Dapq8039-t2.dts167 audio-routing = "AMIC2", "MIC BIAS Internal2";
H A Dapq8016-sbc.dts323 "AMIC2", "MIC BIAS Internal2",
324 "AMIC3", "MIC BIAS External1";
/openbmc/linux/fs/proc/
H A Dinode.c202 enum {BIAS = -1U<<31}; enumerator
211 if (unlikely(atomic_dec_return(&pde->in_use) == BIAS)) in unuse_pde()
266 if (atomic_add_return(BIAS, &de->in_use) != BIAS) in proc_entry_rundown()
/openbmc/linux/drivers/isdn/mISDN/
H A Ddsp_audio.c103 #define BIAS 0x84 /*!< define the add-in bias for 16 bit samples */ macro
133 sample = sample + BIAS; in linear2ulaw()
/openbmc/linux/arch/sparc/net/
H 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); \
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Dam437x-sbc-t43.dts62 AM4372_IOPAD(0x8ec, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS AC BIAS EN */
H A Dam437x-sk-evm.dts374 AM4372_IOPAD(0x8ec, PIN_OUTPUT | MUX_MODE0) /* DSS AC BIAS EN */
H A Dam43x-epos-evm.dts435 AM4372_IOPAD(0x8ec, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS AC BIAS EN */
H A Dam437x-gp-evm.dts295 AM4372_IOPAD(0x8ec, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS AC BIAS EN */
/openbmc/phosphor-gpio-monitor/
H A DREADME.md107 8. Bias: [Optional] Configure a BIAS on the GPIO line, for example PULL_UP
/openbmc/u-boot/drivers/power/regulator/
H A DKconfig207 This pseudo-regulator is used to provide a BIAS voltage to MMC1
/openbmc/u-boot/arch/arm/dts/
H A Dam437x-sk-evm.dts347 0x0ec (PIN_OUTPUT | MUX_MODE0) /* DSS AC BIAS EN */
H A Dam437x-gp-evm.dts273 0x0ec (PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS AC BIAS EN */
H A Dam43x-epos-evm.dts312 AM4372_IOPAD(0x8ec, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS AC BIAS EN */
/openbmc/linux/Documentation/sound/soc/
H A Ddapm.rst221 Codec (BIAS) Domain
/openbmc/linux/arch/m68k/ifpsp060/src/
H 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)