/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02.h | 29 s8 high_gain[MT_MAX_CHAINS]; 30 s8 rssi_offset[MT_MAX_CHAINS]; 31 s8 lna_gain; 44 s8 avg_rssi_all; 45 s8 agc_gain_adjust; 46 s8 agc_lowest_gain; 47 s8 low_gain; 49 s8 temp_vco; 50 s8 temp; 60 s8 tssi_dc; [all …]
|
H A D | mt76x02_txrx.c | 56 s8 mt76x02_tx_get_max_txpwr_adj(struct mt76x02_dev *dev, in mt76x02_tx_get_max_txpwr_adj() 59 s8 max_txpwr; in mt76x02_tx_get_max_txpwr_adj() 96 s8 mt76x02_tx_get_txpwr_adj(struct mt76x02_dev *dev, s8 txpwr, s8 max_txpwr_adj) in mt76x02_tx_get_txpwr_adj() 98 txpwr = min_t(s8, txpwr, dev->txpower_conf); in mt76x02_tx_get_txpwr_adj() 100 txpwr = min_t(s8, txpwr, max_txpwr_adj); in mt76x02_tx_get_txpwr_adj() 105 return min_t(s8, txpwr, 7); in mt76x02_tx_get_txpwr_adj() 110 void mt76x02_tx_set_txpwr_auto(struct mt76x02_dev *dev, s8 txpwr) in mt76x02_tx_set_txpwr_auto() 112 s8 txpwr_adj; in mt76x02_tx_set_txpwr_auto()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | verifier_movsx.c | 14 __description("MOV32SX, S8") 20 w0 = (s8)w0; \ in mov32sx_s8() 38 __description("MOV64SX, S8") 44 r0 = (s8)r0; \ in mov64sx_s8() 75 __description("MOV32SX, S8, range_check") 81 w1 = (s8)w0; \ in mov32sx_s8_range() 82 /* w1 with s8 range */ \ in mov32sx_s8_range() 140 __description("MOV64SX, S8, range_check") 146 r1 = (s8)r0; \ in mov64sx_s8_range() 147 /* r1 with s8 range */ \ in mov64sx_s8_range() [all …]
|
H A D | verifier_ldsx.c | 21 __description("LDSX, S8") in ldsx_s8() 29 "r0 = *(s8 *)(r10 - 8);" 31 "r0 = *(s8 *)(r10 - 1);" 73 __description("LDSX, S8 range checking, privileged") in ldsx_s8_range_priv() 82 "r1 = *(s8 *)(r10 - 8);" in ldsx_s8_range_priv() 84 "r1 = *(s8 *)(r10 - 1);" in ldsx_s8_range_priv() 86 /* r1 with s8 range */ in ldsx_s8_range_priv() 302 "r8 = *(s8 *)(r0 + 32);" 305 "r9 = *(s8 *)(r1 + 32);" 328 "r0 = *(s8 *)(r [all...] |
/linux/arch/parisc/net/ |
H A D | bpf_jit_comp32.c | 73 static const s8 regmap[][2] = { 110 static s8 hi(const s8 *r) in hi() 115 static s8 lo(const s8 *r) in lo() 120 static void emit_hppa_copy(const s8 rs, const s8 rd, struct hppa_jit_context *ctx) in emit_hppa_copy() 129 static void emit_hppa_xor(const s8 r1, const s8 r2, const s8 r3, struct hppa_jit_context *ctx) in emit_hppa_xor() 141 static void emit_imm(const s8 rd, s32 imm, struct hppa_jit_context *ctx) in emit_imm() 156 static void emit_imm32(const s8 *rd, s32 imm, struct hppa_jit_context *ctx) in emit_imm32() 170 static void emit_imm64(const s8 *rd, s32 imm_hi, s32 imm_lo, in emit_imm64() 179 const s8 *r0 = regmap[BPF_REG_0]; in __build_epilogue() 219 static bool is_stacked(s8 reg) in is_stacked() [all …]
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_int.h | 355 s8 i; 356 s8 q; 367 s8 index; 368 s8 index_internal; 369 s8 index_internal_save; 391 s8 max_pwr_2g; 392 s8 idle_targ_2g; 396 s8 max_pwr_5gm; 397 s8 idle_targ_5gm; 398 s8 max_pwr_5gh; [all …]
|
H A D | phy_lcn.h | 58 s8 lcnphy_tx_power_idx_override; 72 s8 lcnphy_input_pwr_offset_db; 75 s8 lcnphy_lastsensed_temperature; 76 s8 lcnphy_pkteng_rssi_slope; 86 s8 lcnphy_final_papd_cal_idx; 108 s8 lcnphy_tx_power_offset[TXP_NUM_RATES];
|
/linux/arch/riscv/net/ |
H A D | bpf_jit_comp32.c | 71 static const s8 bpf2rv32[][2] = { 101 static s8 hi(const s8 *r) in hi() 106 static s8 lo(const s8 *r) in lo() 111 static void emit_imm(const s8 rd, s32 imm, struct rv_jit_context *ctx) in emit_imm() 124 static void emit_imm32(const s8 *rd, s32 imm, struct rv_jit_context *ctx) in emit_imm32() 136 static void emit_imm64(const s8 *rd, s32 imm_hi, s32 imm_lo, in emit_imm64() 146 const s8 *r0 = bpf2rv32[BPF_REG_0]; in __build_epilogue() 180 static bool is_stacked(s8 reg) in is_stacked() 185 static const s8 *bpf_get_reg64(const s8 *reg, const s8 *tmp, in bpf_get_reg64() 196 static void bpf_put_reg64(const s8 *reg, const s8 *src, in bpf_put_reg64() [all …]
|
/linux/arch/arm/net/ |
H A D | bpf_jit_32.c | 150 static const s8 bpf2a32[][2] = { 523 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_udivmod() 588 static inline void emit_udivmod64(const s8 *rd, const s8 *rm, const s8 *rn, struct jit_ctx *ctx, in emit_udivmod64() 661 static bool is_stacked(s8 reg) in is_stacked() 670 static s8 arm_bpf_get_reg32(s8 reg, s8 tmp, struct jit_ctx *ctx) in arm_bpf_get_reg32() 679 static const s8 *arm_bpf_get_reg64(const s8 *reg, const s8 *tmp, in arm_bpf_get_reg64() 702 static void arm_bpf_put_reg32(s8 reg, s8 src, struct jit_ctx *ctx) in arm_bpf_put_reg32() 710 static void arm_bpf_put_reg64(const s8 *reg, const s8 *src, in arm_bpf_put_reg64() 732 static inline void emit_a32_mov_i(const s8 dst, const u32 val, in emit_a32_mov_i() 735 const s8 *tmp = bpf2a32[TMP_REG_1]; in emit_a32_mov_i() [all …]
|
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | main.h | 440 s8 ofdm:4; 441 s8 bw20:4; 443 s8 bw20:4; 444 s8 ofdm:4; 450 s8 bw20:4; 451 s8 bw40:4; 452 s8 cck:4; 453 s8 ofdm:4; 455 s8 ofdm:4; 456 s8 cck:4; [all …]
|
H A D | sar.c | 9 s8 rtw_query_sar(struct rtw_dev *rtwdev, const struct rtw_sar_arg *arg) in rtw_query_sar() 19 return (s8)rtwdev->chip->max_power_index; in rtw_query_sar() 41 static s8 rtw_sar_to_phy(struct rtw_dev *rtwdev, u8 fct, s32 sar, in rtw_sar_to_phy() 48 s8 base; in rtw_sar_to_phy() 55 return (s8)clamp_t(s32, tmp, -max - 1, max) - base; in rtw_sar_to_phy() 80 s8 val; in rtw_set_sar_specs()
|
H A D | phy.h | 25 u8 rtw_phy_rf_power_2_rssi(s8 *rf_power, u8 path_num); 59 s8 rtw_phy_pwrtrack_get_pwridx(struct rtw_dev *rtwdev, 78 s8 txpwr_lmt; 152 s8 pwr_offset; 153 s8 pwr_limit; 154 s8 pwr_remnant; 155 s8 pwr_sar;
|
/linux/drivers/net/wireless/ath/ |
H A D | spectral_common.h | 55 s8 rssi; 56 s8 noise; 73 s8 lower_rssi; 74 s8 upper_rssi; 78 s8 lower_noise; 79 s8 upper_noise; 105 s8 max_index; 117 s8 max_index;
|
/linux/include/sound/ |
H A D | wavefront.h | 163 s8 attack_level; 164 s8 decay1_level; 165 s8 decay2_level; 166 s8 sustain_level; 167 s8 release_level; 190 s8 fm_amount; 191 s8 am_amount; 192 s8 start_level; 193 s8 end_level; 230 s8 fm_amount1; [all …]
|
/linux/drivers/firmware/efi/libstub/ |
H A D | printk.c | 27 u32 utf8_to_utf32(const u8 **s8) in utf8_to_utf32() argument 33 c0 = cx = *(*s8)++; in utf8_to_utf32() 52 cx = (*s8)[i] ^ 0x80; in utf8_to_utf32() 67 *s8 += clen; in utf8_to_utf32() 79 const u8 *s8 = (const u8 *)str; in efi_puts() local 82 while (*s8) { in efi_puts() 83 if (*s8 == '\n') in efi_puts() 85 c32 = utf8_to_utf32(&s8); in efi_puts() 97 if (*s8 == '\0' || pos >= lim - 2) { in efi_puts()
|
/linux/drivers/net/wireless/ti/wl18xx/ |
H A D | conf.h | 69 s8 low_power_val; 70 s8 med_power_val; 71 s8 high_power_val; 72 s8 per_sub_band_tx_trace_loss[WL18XX_TRACE_LOSS_GAPS_TX]; 73 s8 per_sub_band_rx_trace_loss[WL18XX_TRACE_LOSS_GAPS_RX]; 76 s8 low_power_val_2nd; 77 s8 med_power_val_2nd; 78 s8 high_power_val_2nd;
|
/linux/drivers/net/wireless/mediatek/mt76/mt76x2/ |
H A D | eeprom.h | 24 s8 delta_bw40; 25 s8 delta_bw80; 28 s8 tssi_slope; 29 s8 tssi_offset; 30 s8 target_power; 31 s8 delta;
|
/linux/drivers/macintosh/ams/ |
H A D | ams.h | 46 void (*get_xyz)(s8 *x, s8 *y, s8 *z); 66 extern void ams_sensors(s8 *x, s8 *y, s8 *z);
|
/linux/drivers/sbus/char/ |
H A D | bbc_i2c.h | 25 s8 curr_cpu_temp; 26 s8 curr_amb_temp; 27 s8 prev_cpu_temp; 28 s8 prev_amb_temp; 29 s8 avg_cpu_temp; 30 s8 avg_amb_temp;
|
/linux/include/linux/platform_data/ |
H A D | ti-sysc.h | 43 s8 midle_shift; 44 s8 clkact_shift; 45 s8 sidle_shift; 46 s8 enwkup_shift; 47 s8 srst_shift; 48 s8 autoidle_shift; 49 s8 dmadisable_shift; 50 s8 emufree_shift;
|
/linux/fs/jfs/ |
H A D | jfs_dtree.h | 35 s8 next; /* 1: */ 36 s8 cnt; /* 1: */ 55 s8 next; /* 1: */ 74 s8 next; /* 1: */ 138 s8 freecnt; /* 1: free count */ 139 s8 freelist; /* 1: freelist header */ 143 s8 stbl[8]; /* 8: sorted entry index table */ 187 s8 freecnt; /* 1: */ 188 s8 freelist; /* 1: slot index of head of freelist */ 223 (s8 *)&(p)->slot[(p)->header.stblindex] )
|
/linux/drivers/net/wireless/mediatek/mt7601u/ |
H A D | eeprom.h | 77 s8 bw20; /* sign-extended int */ 78 s8 bw40; /* sign-extended int */ 96 s8 rssi_offset[2]; 97 s8 ref_temp; 98 s8 lna_gain; 102 s8 real_cck_bw20[2];
|
/linux/drivers/net/wireless/ath/carl9170/ |
H A D | eeprom.h | 49 s8 antennaGainCh[AR5416_MAX_CHAINS]; 53 s8 adcDesiredSize; 54 s8 pgaDesiredSize; 60 s8 noiseFloorThreshCh[AR5416_MAX_CHAINS]; 63 s8 iqCalICh[AR5416_MAX_CHAINS]; 64 s8 iqCalQCh[AR5416_MAX_CHAINS];
|
/linux/drivers/staging/rtl8723bs/include/ |
H A D | hal_com_phycfg.h | 65 s8 *PwrByRateVal, u8 *RateNum); 72 s8 PHY_GetTxPowerByRate(struct adapter *padapter, u8 RFPath, u8 RateIndex); 75 s8 Value); 93 s8 phy_get_tx_pwr_lmt(struct adapter *adapter, u32 RegPwrTblSel, 104 s8 PHY_GetTxPowerTrackingOffset(struct adapter *padapter, u8 Rate, u8 RFPath);
|
/linux/drivers/regulator/ |
H A D | qcom-rpmh-regulator.c | 923 RPMH_VREG("smps8", "smp%s8", &pmic4_ftsmps426, "vdd-s8"), 936 RPMH_VREG("ldo8", "ldo%s8", &pmic4_nldo, "vdd-l2-l8-l17"), 988 RPMH_VREG("smps8", "smp%s8", &pmic5_ftsmps510, "vdd-s8"), 998 RPMH_VREG("ldo8", "ldo%s8", &pmic5_nldo, "vdd-l1-l8-l11"), 1020 RPMH_VREG("smps8", "smp%s8", &pmic5_hfsmps510, "vdd-s8"), 1028 RPMH_VREG("ldo8", "ldo%s8", &pmic5_pldo_lv, "vdd-l1-l8"), 1044 RPMH_VREG("smps8", "smp%s8", &pmic5_ftsmps510, "vdd-s8"), 1054 RPMH_VREG("ldo8", "ldo%s8", &pmic5_nldo, "vdd-l1-l8-l11"), 1076 RPMH_VREG("smps8", "smp%s8", &pmic5_ftsmps527, "vdd-s8"), 1085 RPMH_VREG("ldo8", "ldo%s8", &pmic5_pldo515_mv, "vdd-l8-l9"), [all …]
|