/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192d/ |
H A D | dm_common.c | 13 0x7f8001fe, /* 0, +6.0dB */ 14 0x788001e2, /* 1, +5.5dB */ 15 0x71c001c7, /* 2, +5.0dB */ 16 0x6b8001ae, /* 3, +4.5dB */ 17 0x65400195, /* 4, +4.0dB */ 18 0x5fc0017f, /* 5, +3.5dB */ 19 0x5a400169, /* 6, +3.0dB */ 20 0x55400155, /* 7, +2.5dB */ 21 0x50800142, /* 8, +2.0dB */ 22 0x4c000130, /* 9, +1.5dB */ [all …]
|
/linux/drivers/media/dvb-frontends/ |
H A D | stv0900_init.h | 21 { -30, 13348 }, /*C/N=-3dB*/ 22 { -20, 12640 }, /*C/N=-2dB*/ 23 { -10, 11883 }, /*C/N=-1dB*/ 24 { 0, 11101 }, /*C/N=-0dB*/ 25 { 5, 10718 }, /*C/N=0.5dB*/ 26 { 10, 10339 }, /*C/N=1.0dB*/ 27 { 15, 9947 }, /*C/N=1.5dB*/ 28 { 20, 9552 }, /*C/N=2.0dB*/ 29 { 25, 9183 }, /*C/N=2.5dB*/ 30 { 30, 8799 }, /*C/N=3.0dB*/ [all …]
|
H A D | stv0910.c | 213 { 0, 9242 }, /* C/N= 0dB */ 214 { 5, 9105 }, /* C/N= 0.5dB */ 215 { 10, 8950 }, /* C/N= 1.0dB */ 216 { 15, 8780 }, /* C/N= 1.5dB */ 217 { 20, 8566 }, /* C/N= 2.0dB */ 218 { 25, 8366 }, /* C/N= 2.5dB */ 219 { 30, 8146 }, /* C/N= 3.0dB */ 220 { 35, 7908 }, /* C/N= 3.5dB */ 221 { 40, 7666 }, /* C/N= 4.0dB */ 222 { 45, 7405 }, /* C/N= 4.5dB */ [all …]
|
H A D | stv090x.c | 111 { 0, 8917 }, /* 0.0dB */ 112 { 5, 8801 }, /* 0.5dB */ 113 { 10, 8667 }, /* 1.0dB */ 114 { 15, 8522 }, /* 1.5dB */ 115 { 20, 8355 }, /* 2.0dB */ 116 { 25, 8175 }, /* 2.5dB */ 117 { 30, 7979 }, /* 3.0dB */ 118 { 35, 7763 }, /* 3.5dB */ 119 { 40, 7530 }, /* 4.0dB */ 120 { 45, 7282 }, /* 4.5dB */ [all …]
|
/linux/drivers/net/ethernet/dec/tulip/ |
H A D | uli526x.c | 64 #define ULI526X_100MFD 5 226 static void phy_write_1bit(struct uli526x_board_info *db, u32); 227 static u16 phy_read_1bit(struct uli526x_board_info *db); 239 static void srom_clk_write(struct uli526x_board_info *db, u32 data) in srom_clk_write() argument 241 void __iomem *ioaddr = db->ioaddr; in srom_clk_write() 244 udelay(5); in srom_clk_write() 246 udelay(5); in srom_clk_write() 248 udelay(5); in srom_clk_write() 272 struct uli526x_board_info *db; /* board information structure */ in uli526x_init_one() local 281 dev = alloc_etherdev(sizeof(*db)); in uli526x_init_one() [all …]
|
H A D | dmfe.c | 118 #define DM9802_NOISE_FLOOR 5 128 #define DMFE_100MFD 5 354 struct dmfe_board_info *db; /* board information structure */ in dmfe_init_one() local 378 dev = alloc_etherdev(sizeof(*db)); in dmfe_init_one() 422 db = netdev_priv(dev); in dmfe_init_one() 425 db->desc_pool_ptr = dma_alloc_coherent(&pdev->dev, in dmfe_init_one() 427 &db->desc_pool_dma_ptr, GFP_KERNEL); in dmfe_init_one() 428 if (!db->desc_pool_ptr) { in dmfe_init_one() 433 db->buf_pool_ptr = dma_alloc_coherent(&pdev->dev, in dmfe_init_one() 435 &db->buf_pool_dma_ptr, GFP_KERNEL); in dmfe_init_one() [all …]
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | dm.c | 17 0x081, /* 0, -12.0dB */ 18 0x088, /* 1, -11.5dB */ 19 0x090, /* 2, -11.0dB */ 20 0x099, /* 3, -10.5dB */ 21 0x0A2, /* 4, -10.0dB */ 22 0x0AC, /* 5, -9.5dB */ 23 0x0B6, /* 6, -9.0dB */ 24 0x0C0, /* 7, -8.5dB */ 25 0x0CC, /* 8, -8.0dB */ 26 0x0D8, /* 9, -7.5dB */ [all …]
|
/linux/drivers/media/i2c/ |
H A D | tda7432.c | 23 * maxvol - set maximum volume to +20db (1), default is 0db(0) 57 MODULE_PARM_DESC(maxvol, "Set maximum volume to +20dB(0) else +0dB(1). Default is +20dB(0)."); 138 /* Lower 7 bits control volume from -79dB to +32dB in 1dB steps 139 * Recommended maximum is +20 dB 141 * +32dB: 0x00 142 * +20dB: 0x0c 143 * 0dB: 0x20 144 * -79dB: 0x6f 155 /* Bits 0,1,2 control absolute treble gain from 0dB to 14dB 156 * 0x0 is 14dB, 0x7 is 0dB [all …]
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
H A D | dm.c | 18 0x0b40002d, /* 0, -15.0dB */ 19 0x0c000030, /* 1, -14.5dB */ 20 0x0cc00033, /* 2, -14.0dB */ 21 0x0d800036, /* 3, -13.5dB */ 22 0x0e400039, /* 4, -13.0dB */ 23 0x0f00003c, /* 5, -12.5dB */ 24 0x10000040, /* 6, -12.0dB */ 25 0x11000044, /* 7, -11.5dB */ 26 0x12000048, /* 8, -11.0dB */ 27 0x1300004c, /* 9, -10.5dB */ [all …]
|
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8703b.c | 62 {1, 0, true, 5}, 63 {1, 2, true, 5}, 64 {1, 10, true, 5}, 65 {1, 15, true, 5} 69 0x0b40002d, /* 0, -15.0dB */ 70 0x0c000030, /* 1, -14.5dB */ 71 0x0cc00033, /* 2, -14.0dB */ 72 0x0d800036, /* 3, -13.5dB */ 73 0x0e400039, /* 4, -13.0dB */ 74 0x0f00003c, /* 5, -12.5dB */ [all …]
|
/linux/sound/soc/atmel/ |
H A D | atmel-pdmic.c | 227 /* range from -90 dB to 90 dB */ 229 { 1, 15}, { 1, 14}, /* -90, -84 dB */ 230 { 3, 15}, { 1, 13}, { 3, 14}, { 1, 12}, /* -81, -78, -75, -72 dB */ 231 { 5, 14}, { 13, 15}, /* -70, -68 dB */ 232 { 9, 14}, { 21, 15}, { 23, 15}, { 13, 14}, /* -65 ~ -62 dB */ 233 { 29, 15}, { 33, 15}, { 37, 15}, { 41, 15}, /* -61 ~ -58 dB */ 234 { 23, 14}, { 13, 13}, { 58, 15}, { 65, 15}, /* -57 ~ -54 dB */ 235 { 73, 15}, { 41, 14}, { 23, 13}, { 13, 12}, /* -53 ~ -50 dB */ 236 { 29, 13}, { 65, 14}, { 73, 14}, { 41, 13}, /* -49 ~ -46 dB */ 237 { 23, 12}, { 207, 15}, { 29, 12}, { 65, 13}, /* -45 ~ -42 dB */ [all …]
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
H A D | dm.c | 16 0x7f8001fe, /* 0, +6.0dB */ 17 0x788001e2, /* 1, +5.5dB */ 18 0x71c001c7, /* 2, +5.0dB */ 19 0x6b8001ae, /* 3, +4.5dB */ 20 0x65400195, /* 4, +4.0dB */ 21 0x5fc0017f, /* 5, +3.5dB */ 22 0x5a400169, /* 6, +3.0dB */ 23 0x55400155, /* 7, +2.5dB */ 24 0x50800142, /* 8, +2.0dB */ 25 0x4c000130, /* 9, +1.5dB */ [all …]
|
/linux/sound/aoa/codecs/ |
H A D | onyx.h | 15 * -1 (0dB) to -127 (-63.0 dB) or others (muted) */ 23 # define ONYX_ADPSV (1<<5) 34 # define ONYX_DIGDEEMPH_SHIFT 5 39 # define ONYX_ROLLOFF_FAST (1<<5) 46 # define ONYX_ADC_INPUT_MIC (1<<5) 47 /* 8 + input gain in dB, valid range for input gain is -4 .. 20 dB */ 56 /* bits 1-5 control channel bits 1-5 */ 68 # define ONYX_SPDIF_ENABLE (1<<5)
|
/linux/sound/pci/pcxhr/ |
H A D | pcxhr_mix22.c | 45 #define PCXHR_DSP_RESET_GPO_OFFSET 5 103 0x00, /* [000] -49.5 dB: AKM[000] = -1.#INF dB (mute) */ 104 0x01, /* [001] -49.0 dB: AKM[001] = -48.131 dB (diff=0.86920 dB) */ 105 0x01, /* [002] -48.5 dB: AKM[001] = -48.131 dB (diff=0.36920 dB) */ 106 0x01, /* [003] -48.0 dB [all...] |
/linux/arch/m68k/include/asm/ |
H A D | atarihw.h | 7 ** 5/1/94 Roman Hodek: 626 #define ACIA_D8N1S (5<<2) /* 8 data, no parity, 1 stop */ 631 #define ACIA_RLTID (0<<5) /* RTS low, TxINT disabled */ 632 #define ACIA_RLTIE (1<<5) /* RTS low, TxINT enabled */ 633 #define ACIA_RHTID (2<<5) /* RTS high, TxINT disabled */ 634 #define ACIA_RLTIDSB (3<<5) /* RTS low, TxINT disabled, send break */ 646 #define ACIA_OVRN (1<<5) /* Receiver Overrun */ 753 #define MW_LM1992_VOLUME(dB) \ argument 754 (0x0c0 | ((dB) < -80 ? 0 : (dB) > 0 ? 40 : (((dB) + 80) / 2))) 755 #define MW_LM1992_BALLEFT(dB) \ argument [all …]
|
/linux/Documentation/devicetree/bindings/iio/frequency/ |
H A D | adi,admfm2000.yaml | 46 Enable mixer mode for the channel. It downconverts RF between 5 GHz 68 1 1 1 1 1 0 dB 69 1 1 1 1 0 -1 dB 70 1 1 1 0 1 -2 dB 71 1 1 0 1 1 -4 dB 72 1 0 1 1 1 -8 dB 73 0 1 1 1 1 -16 dB 74 0 0 0 0 0 -31 dB 121 <&gpio 5 GPIO_ACTIVE_LOW>,
|
/linux/sound/soc/codecs/ |
H A D | inno_rk3036.h | 35 #define INNO_R01_PINDIR_MSK (0x1 << 5) 36 #define INNO_R01_PINDIR_IN_SLAVE (0x0 << 5) /*direction of pin*/ 37 #define INNO_R01_PINDIR_OUT_MASTER (0x1 << 5) 47 #define INNO_R02_VWL_MSK (0x3 << 5) 48 #define INNO_R02_VWL_32BIT (0x3 << 5) /*1/2Frame Valid Word Len*/ 49 #define INNO_R02_VWL_24BIT (0x2 << 5) 50 #define INNO_R02_VWL_20BIT (0x1 << 5) 51 #define INNO_R02_VWL_16BIT (0x0 << 5) 73 #define INNO_R04_DACL_VREF_SHIFT 5 84 #define INNO_R06_DAC_EN_SHIFT 5 [all …]
|
/linux/drivers/net/wireless/ath/ath5k/ |
H A D | eeprom.h | 53 #define AR5K_EEPROM_VERSION_3_1 0x3001 /* ob/db values for 2GHz (ar5211_rfregs) */ 82 #define AR5K_EEPROM_HDR_T_5GHZ_DIS(_v) (((_v) >> 15) & 0x1) /* Disable turbo for 5GHz */ 99 #define AR5K_EEPROM_MISC1 AR5K_EEPROM_INFO(5) 192 #define AR5K_EEPROM_N_PHASE_CAL 5 213 #define AR5K_EEPROM_N_PD_POINTS 5 226 /* 5GHz/2GHz */ 233 #define AR5K_EEPROM_N_SPUR_CHANS 5 265 AR5K_CTL_2GHT20 = 5, 289 * level curves in 0.25dB units */ 303 * power levels in 0.5dB units */ [all …]
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965.h | 280 * but 5 GHz has several sub-bands. 282 * In addition, per-band (2.4 and 5 Ghz) saturation txpowers are provided. 312 * regulatory limit by 3 dB (half-power) for each transmitter, so the 320 * Backoff values below are in 1/2 dB units (equivalent to steps in 323 * OFDM 6 - 36 MBit: 10 steps (5 dB) 324 * OFDM 48 MBit: 15 steps (7.5 dB) 325 * OFDM 54 MBit: 17 steps (8.5 dB) 326 * OFDM 60 MBit: 20 steps (10 dB) 327 * CCK all rates: 10 steps (5 dB) 353 * on frequency (5 MHz between each channel number), this is equivalent [all …]
|
/linux/arch/sparc/math-emu/ |
H A D | math_32.c | 128 #define FSR_AEXC_SHIFT 5UL 282 #define TYPE(dummy, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru <… in do_one_mathemu() 287 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); in do_one_mathemu() 297 switch ((insn >> 5) & 0x1ff) { in do_one_mathemu() 332 switch ((insn >> 5) & 0x1ff) { in do_one_mathemu() 357 if (freg & 3) { /* quadwords must have bits 4&5 of the */ in do_one_mathemu() 364 if (freg & 1) { /* doublewords must have bit 5 zeroed */ in do_one_mathemu() 373 case 5: FP_UNPACK_SP (SA, rs1); break; in do_one_mathemu() 378 if (freg & 3) { /* quadwords must have bits 4&5 of the */ in do_one_mathemu() 385 if (freg & 1) { /* doublewords must have bit 5 zeroed */ in do_one_mathemu() [all …]
|
H A D | math_64.c | 88 #define FSR_AEXC_SHIFT 5UL 176 #define TYPE(ftt, r, ru, b, bu, a, au) type = (au << 2) | (a << 0) | (bu << 5) | (b << 3) | (ru << … in do_mathemu() 182 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); in do_mathemu() 194 switch ((insn >> 5) & 0x1ff) { in do_mathemu() 263 switch ((insn >> 5) & 0x1ff) { in do_mathemu() 284 case 5: if (XR & 2) IR = 1; break; /* Unordered or Greater */ in do_mathemu() 295 if ((insn >> 5) & 0x80) in do_mathemu() 305 case 4: if (XR & 5) IR = 1; break; /* Less or Equal Unsigned */ in do_mathemu() 306 case 5: if (XR & 1) IR = 1; break; /* Carry Set */ in do_mathemu() 379 case 2: freg = ((freg & 1) << 5) | (freg & 0x1e); in do_mathemu() [all …]
|
/linux/arch/alpha/math-emu/ |
H A D | math.c | 38 #define FOP_FNC_CMPxEQ 5 102 FP_DECL_D(DA); FP_DECL_D(DB); FP_DECL_D(DR); in alpha_fp_emul() 113 func = (insn >> 5) & 0xf; in alpha_fp_emul() 162 FP_UNPACK_RAW_DP(DB, &vb); in alpha_fp_emul() 168 if (!DB_e && !_FP_FRAC_ZEROP_1(DB)) { in alpha_fp_emul() 171 _FP_FRAC_SET_1(DB, _FP_ZEROFRAC_1); in alpha_fp_emul() 173 FP_CMP_D(res, DA, DB, 3); in alpha_fp_emul() 180 || FP_ISSIGNAN_D(DB))) { in alpha_fp_emul() 193 FP_UNPACK_DP(DB, &vb); in alpha_fp_emul() 197 FP_SUB_D(DR, DA, DB); in alpha_fp_emul() [all …]
|
/linux/sound/pci/ice1712/ |
H A D | wm8776.h | 65 #define WM8776_IF_ADC768FS (5 << 0) 72 #define WM8776_IF_DAC768FS (5 << 4) 86 #define WM8776_ALC1_LCT_MASK 0x0f /* 0=-16dB, 1=-15dB..15=-1dB */ 87 #define WM8776_ALC1_MAXGAIN_MASK 0x70 /* 0,1=0dB, 2=+4dB...7=+24dB */ 103 #define WM8776_NGAT_THR_MASK 0x1c /*0=-78dB, 1=-72dB...7=-36dB */
|
/linux/tools/perf/scripts/python/ |
H A D | export-to-sqlite.py | 156 db = QSqlDatabase.addDatabase('QSQLITE') variable 157 db.setDatabaseName(dbname) 158 db.open() 160 query = QSqlQuery(db) 572 evsel_query = QSqlQuery(db) 574 machine_query = QSqlQuery(db) 576 thread_query = QSqlQuery(db) 578 comm_query = QSqlQuery(db) 580 comm_thread_query = QSqlQuery(db) 582 dso_query = QSqlQuery(db) [all …]
|
/linux/drivers/net/ethernet/tehuti/ |
H A D | tn40.c | 73 struct tn40_rxdb *db; in tn40_rxdb_alloc() local 76 db = vzalloc(size); in tn40_rxdb_alloc() 77 if (db) { in tn40_rxdb_alloc() 78 db->stack = (int *)(db + 1); in tn40_rxdb_alloc() 79 db->elems = (void *)(db->stack + nelem); in tn40_rxdb_alloc() 80 db->nelem = nelem; in tn40_rxdb_alloc() 81 db->top = nelem; in tn40_rxdb_alloc() 82 /* make the first alloc close to db struct */ in tn40_rxdb_alloc() 84 db->stack[i] = nelem - i - 1; in tn40_rxdb_alloc() 86 return db; in tn40_rxdb_alloc() [all …]
|