| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | qcom,apq8016-sbc.txt | 26 * 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 D | g711.c | 2263 #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 D | mulaw.c | 52 #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 D | inode.c | 204 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 D | dsp_audio.c | 103 #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 D | sysfs-bus-iio-temperature-max31856 | 22 BIAS output. These MOSFETs turn off when the input voltage is
|
| /OK3568_Linux_fs/kernel/arch/sparc/net/ |
| H A D | bpf_jit_comp_32.c | 209 #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 D | am437x-sbc-t43.dts | 62 AM4372_IOPAD(0x8ec, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS AC BIAS EN */
|
| H A D | am437x-sk-evm.dts | 374 AM4372_IOPAD(0x8ec, PIN_OUTPUT | MUX_MODE0) /* DSS AC BIAS EN */
|
| H A D | am43x-epos-evm.dts | 435 AM4372_IOPAD(0x8ec, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS AC BIAS EN */
|
| H A D | am437x-gp-evm.dts | 295 AM4372_IOPAD(0x8ec, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS AC BIAS EN */
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/qcom/ |
| H A D | apq8016-sbc.dtsi | 339 "AMIC2", "MIC BIAS Internal2", 340 "AMIC3", "MIC BIAS External1";
|
| /OK3568_Linux_fs/kernel/Documentation/sound/soc/ |
| H A D | dapm.rst | 221 Codec (BIAS) Domain
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | am437x-sk-evm.dts | 347 0x0ec (PIN_OUTPUT | MUX_MODE0) /* DSS AC BIAS EN */
|
| H A D | am437x-gp-evm.dts | 273 0x0ec (PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS AC BIAS EN */
|
| H A D | am43x-epos-evm.dts | 312 AM4372_IOPAD(0x8ec, PIN_OUTPUT_PULLUP | MUX_MODE0) /* DSS AC BIAS EN */
|
| /OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/src/ |
| H A D | fpsp.S | 16000 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 D | gdb.info | 10968 '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 D | gdb.info | 10968 '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
|