Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H 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",
67 "MIC BIAS External1", "Secondary Mic",
68 "AMIC1", "MIC BIAS External1",
69 "AMIC2", "MIC BIAS Internal2",
70 "AMIC3", "MIC BIAS External1",
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dg711.c2263 #define BIAS (0x84) /* Bias for linear code. */ macro
2318 pcm_val += (BIAS >> 2); in sox_14linear2ulaw()
2357 t = ((u_val & QUANT_MASK) << 3) + BIAS; in sox_ulaw2linear16()
2360 return ((u_val & SIGN_BIT) ? (BIAS - t) : (t - BIAS)); in sox_ulaw2linear16()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/fs/proc/
H 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-iio-temperature-max3185622 BIAS output. These MOSFETs turn off when the input voltage is
/OK3568_Linux_fs/kernel/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); \
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
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 */
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/
H A Dapq8016-sbc.dtsi339 "AMIC2", "MIC BIAS Internal2",
340 "AMIC3", "MIC BIAS External1";
/OK3568_Linux_fs/kernel/Documentation/sound/soc/
H A Ddapm.rst221 Codec (BIAS) Domain
/OK3568_Linux_fs/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 */
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info10968 'restore FILENAME [binary] BIAS START END'
10974 If BIAS is non-zero, its value will be added to the addresses
10976 so they will be restored at address BIAS. Other bfd files have a
10977 built-in location; they will be restored at offset BIAS from that
10982 are relative to the addresses in the file, before the BIAS argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgdb.info10968 'restore FILENAME [binary] BIAS START END'
10974 If BIAS is non-zero, its value will be added to the addresses
10976 so they will be restored at address BIAS. Other bfd files have a
10977 built-in location; they will be restored at offset BIAS from that
10982 are relative to the addresses in the file, before the BIAS argument