/linux/Documentation/devicetree/bindings/iio/pressure/ |
H A D | honeywell,hsc030pa.yaml | 65 400MD, 600MD, 001BD, 1.6BD, 2.5BD, 004BD, 2.5MG, 004MG, 006MG, 66 010MG, 016MG, 025MG, 040MG, 060MG, 100MG, 16 [all...] |
/linux/Documentation/input/devices/ |
H A D | cma3000_d0x.rst | 26 axis and supports 400, 100, 40 Hz sample frequency. 113 2: 400 Hz Measurement mode 122 2000: 2000 mg or 2G Range 123 8000: 8000 mg or 8G Range 127 X: X * 71mg (8G Range) 128 X: X * 18mg (2G Range) 133 (X & 0x0F) * 2.5 ms (FFTMR 400 Hz) 138 X: (X >> 2) * 18mg (2G Range) 139 X: (X & 0x0F) * 71 mg (8G Range)
|
/linux/drivers/iio/pressure/ |
H A D | hsc030pa.c | 103 [HSC400MD] = "400MD", [HSC600MD] = "600MD", [HSC001BD] = "001BD", 105 [HSC2_5MG] = "2.5MG", [HSC004MG] = "004MG", [HSC006MG] = "006MG", 106 [HSC010MG] = "010MG", [HSC016MG] = "016MG", [HSC025MG] = "025MG", 107 [HSC040MG] = "040MG", [HSC060MG] = "060MG", [HSC100MG] = "100MG", [all...] |
/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_ddi_buf_trans.c | 54 { .hsw = { 0x00FFFFFF, 0x0006000E, 0x0 } }, /* 0: 400 400 0 */ 55 { .hsw = { 0x00E79FFF, 0x000E000C, 0x0 } }, /* 1: 400 500 2 */ 56 { .hsw = { 0x00D75FFF, 0x0005000A, 0x0 } }, /* 2: 400 600 3.5 */ 127 { .hsw = { 0x00FFFFFF, 0x0007000E, 0x0 } }, /* 0: 400 400 0 */ 128 { .hsw = { 0x00D75FFF, 0x000E000A, 0x0 } }, /* 1: 400 600 3.5 */ 129 { .hsw = { 0x00BEFFFF, 0x00140006, 0x0 } }, /* 2: 400 800 6 */ 363 { .bxt = { 52, 0x9A, 0, 128, } }, /* 0: 400 0 */ 364 { .bxt = { 78, 0x9A, 0, 85, } }, /* 1: 400 3. [all...] |
H A D | intel_ddi.c | 1310 CRI_TXDEEMPH_OVERRIDE_17_12(trans->entries[level].mg.cri_txdeemph_override_17_12)); in icl_mg_phy_set_signal_levels() 1316 CRI_TXDEEMPH_OVERRIDE_17_12(trans->entries[level].mg.cri_txdeemph_override_17_12)); in icl_mg_phy_set_signal_levels() 1328 CRI_TXDEEMPH_OVERRIDE_11_6(trans->entries[level].mg.cri_txdeemph_override_11_6) | in icl_mg_phy_set_signal_levels() 1329 CRI_TXDEEMPH_OVERRIDE_5_0(trans->entries[level].mg.cri_txdeemph_override_5_0) | in icl_mg_phy_set_signal_levels() 1337 CRI_TXDEEMPH_OVERRIDE_11_6(trans->entries[level].mg.cri_txdeemph_override_11_6) | in icl_mg_phy_set_signal_levels() 1338 CRI_TXDEEMPH_OVERRIDE_5_0(trans->entries[level].mg.cri_txdeemph_override_5_0) | in icl_mg_phy_set_signal_levels() 1346 * In case of Legacy mode on MG PHY, both TX1 and TX2 enabled so use the in icl_mg_phy_set_signal_levels() 1802 * "For DDIC and DDID, program DDI_CLK_SEL to map the MG clock to the port. in jsl_ddi_tc_enable_clock() 1803 * MG does not exist, but the programming is required to ungate DDIC and DDID." in jsl_ddi_tc_enable_clock() 3353 usleep_range(200, 400); in trans_port_sync_stop_link_train() [all...] |
H A D | intel_dpll_mgr.c | 801 #define REF_MAX 400 4115 /* FIXME split combo vs. mg more thoroughly */ in icl_compare_hw_state() 4157 { .name = "MG PLL 1", .funcs = &mg_pll_funcs, .id = DPLL_ID_ICL_MGPLL1, }, 4158 { .name = "MG PLL 2", .funcs = &mg_pll_funcs, .id = DPLL_ID_ICL_MGPLL2, }, 4159 { .name = "MG PLL 3", .funcs = &mg_pll_funcs, .id = DPLL_ID_ICL_MGPLL3, }, 4160 { .name = "MG PLL 4", .funcs = &mg_pll_funcs, .id = DPLL_ID_ICL_MGPLL4, }, 4707 /* TC ports have both MG/TC and TBT PLL referenced simultaneously */ in intel_dpll_state_verify()
|
/linux/arch/arm64/boot/dts/arm/ |
H A D | vexpress-v2f-1xv7-ca53x2.dts | 5 * LogicTile Express 20MG 85 compatible = "arm,gic-400";
|
/linux/net/mac80211/ |
H A D | rc80211_minstrel_ht.c | 483 if (duration > 400 * 1000) in minstrel_ht_avg_ampdu_len() 576 struct minstrel_mcs_group_data *mg; in minstrel_ht_set_best_prob_rate() local 586 mg = &mi->groups[cur_group]; in minstrel_ht_set_best_prob_rate() 587 mrs = &mg->rates[cur_idx]; in minstrel_ht_set_best_prob_rate() 609 max_gpr_group = MI_RATE_GROUP(mg->max_group_prob_rate); in minstrel_ht_set_best_prob_rate() 610 max_gpr_idx = MI_RATE_IDX(mg->max_group_prob_rate); in minstrel_ht_set_best_prob_rate() 623 mg->max_group_prob_rate = index; in minstrel_ht_set_best_prob_rate() 628 mg->max_group_prob_rate = index; in minstrel_ht_set_best_prob_rate() 673 struct minstrel_mcs_group_data *mg; in minstrel_ht_prob_rate_reduce_streams() local 683 mg in minstrel_ht_prob_rate_reduce_streams() 906 struct minstrel_mcs_group_data *mg = &mi->groups[group]; minstrel_ht_next_group_sample_rate() local 1061 struct minstrel_mcs_group_data *mg; minstrel_ht_update_stats() local [all...] |
/linux/drivers/iio/accel/ |
H A D | adxl372.c | 218 400, 800, 1600, 3200, 6400, 222 200, 400, 800, 1600, 3200, 452 /* scale factor is 100 mg/code */ in adxl372_set_activity_threshold() 710 /* Set threshold for inactivity detection to 100mg */ in adxl372_setup() 1146 static IIO_CONST_ATTR_SAMP_FREQ_AVAIL("400 800 1600 3200 6400");
|
H A D | adxl345_core.c | 93 /* Certain features recommend 12.5 Hz - 400 Hz ODR */ 107 [ADXL345_ODR_400HZ] = { 400, 0 }, 698 * The scale factor would be 62.5mg/LSB (i.e. 0xFF = 16g) but in adxl345_read_event_value()
|
H A D | adxl313_core.c | 243 [6] = { 400, 0 }, 821 /* Scale factor 15.625 mg/LSB */ in adxl313_write_mag_value()
|
/linux/Documentation/admin-guide/media/ |
H A D | gspca-cardlist.rst | 24 spca500 041e:400a Creative PC-CAM 300 25 sunplus 041e:400b Creative PC-CAM 600 318 vc032x 0ac8:0328 A4Tech PK-130MG
|
/linux/fs/proc/ |
H A D | task_mmu.c | 1100 [ilog2(VM_MERGEABLE)] = "mg", in show_smap_vma_flags() 1365 * 4k 8k 16k 400k in show_smaps_rollup()
|