Home
last modified time | relevance | path

Searched refs:attn (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/tools/sound/
H A Dfeeder_rate_mkfilter.awk121 function kaiserAttn2Beta(attn, beta)
123 if (attn < 0.0)
126 if (attn > 50.0)
127 beta = 0.1102 * ((1.0 * attn) - 8.7);
128 else if (attn > 21.0)
129 beta = (0.5842 * pow((1.0 * attn) - 21.0, 0.4)) + \
130 (0.07886 * ((1.0 * attn) - 21.0));
137 function kaiserBeta2Attn(beta, x, y, i, attn, xbeta)
143 attn = ((1.0 * beta) / 0.1102) + 8.7;
147 attn = 0.5 * (x + y);
[all …]
H A Dfeeder_eq_mkfilter.awk235 function feedeq_calc_preamp(norm, gain, shift, mul, bit, attn)
245 attn = pow(2.0, bit) / pow(2.0, 32.0);
246 mul = floor((attn * FEEDEQ_PREAMP_ONE) + 0.5);
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Deeti.txt9 - attn-gpios: A handle to a GPIO to check whether interrupt is still
28 attn-gpios = <&gpio 123 GPIO_ACTIVE_HIGH>;
H A Dsis_i2c.txt13 - attn-gpios: the gpio pin used as attention line
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs35l36.txt121 - cirrus,vpbr-max-attn : Maximum attenuation that the VP brownout prevention
132 - cirrus,vpbr-mute-en : During the attack state, if the vpbr-max-attn value
163 cirrus,vpbr-max-attn = <0x09>;
/freebsd/sys/dev/bxe/
H A Dbxe.c7526 struct attn_route attn = { {0} }; in bxe_chk_parity_attn() local
7532 attn.sig[0] = REG_RD(sc, MISC_REG_AEU_AFTER_INVERT_1_FUNC_0 + port*4); in bxe_chk_parity_attn()
7533 attn.sig[1] = REG_RD(sc, MISC_REG_AEU_AFTER_INVERT_2_FUNC_0 + port*4); in bxe_chk_parity_attn()
7534 attn.sig[2] = REG_RD(sc, MISC_REG_AEU_AFTER_INVERT_3_FUNC_0 + port*4); in bxe_chk_parity_attn()
7535 attn.sig[3] = REG_RD(sc, MISC_REG_AEU_AFTER_INVERT_4_FUNC_0 + port*4); in bxe_chk_parity_attn()
7541 attn.sig[3] &= ((REG_RD(sc, (!port ? MISC_REG_AEU_ENABLE4_FUNC_0_OUT_0 in bxe_chk_parity_attn()
7548 attn.sig[4] = REG_RD(sc, MISC_REG_AEU_AFTER_INVERT_5_FUNC_0 + port*4); in bxe_chk_parity_attn()
7550 return (bxe_parity_attn(sc, global, print, attn.sig)); in bxe_chk_parity_attn()
7555 uint32_t attn) in bxe_attn_int_deasserted4() argument
7560 if (attn & AEU_INPUTS_ATTN_BITS_PGLUE_HW_INTERRUPT) { in bxe_attn_int_deasserted4()
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c102 static inline bool ath11k_dp_rx_h_attn_msdu_done(struct rx_attention *attn) in ath11k_dp_rx_h_attn_msdu_done() argument
105 __le32_to_cpu(attn->info2)); in ath11k_dp_rx_h_attn_msdu_done()
108 static inline bool ath11k_dp_rx_h_attn_l4_cksum_fail(struct rx_attention *attn) in ath11k_dp_rx_h_attn_l4_cksum_fail() argument
111 __le32_to_cpu(attn->info1)); in ath11k_dp_rx_h_attn_l4_cksum_fail()
114 static inline bool ath11k_dp_rx_h_attn_ip_cksum_fail(struct rx_attention *attn) in ath11k_dp_rx_h_attn_ip_cksum_fail() argument
117 __le32_to_cpu(attn->info1)); in ath11k_dp_rx_h_attn_ip_cksum_fail()
120 static inline bool ath11k_dp_rx_h_attn_is_decrypted(struct rx_attention *attn) in ath11k_dp_rx_h_attn_is_decrypted() argument
123 __le32_to_cpu(attn->info2)) == in ath11k_dp_rx_h_attn_is_decrypted()
127 static u32 ath11k_dp_rx_h_attn_mpdu_err(struct rx_attention *attn) in ath11k_dp_rx_h_attn_mpdu_err() argument
129 u32 info = __le32_to_cpu(attn->info1); in ath11k_dp_rx_h_attn_mpdu_err()
[all …]
/freebsd/sys/contrib/device-tree/src/arm/intel/pxa/
H A Dpxa300-raumfeld-controller.dts200 attn-gpios = <&gpio 32 GPIO_ACTIVE_HIGH>;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td4403 def ATTN : XForm_attn<0, 256, (outs), (ins), "attn", IIC_BrB>;
/freebsd/contrib/flex/
H A DChangeLog4898 * NEWS, configure.in: version 2.5.22; portability fixes and attn to