/linux-5.10/drivers/spi/ |
D | spi-mpc52xx.c | 31 #define SPI_CTRL1_SPIE (1 << 7) 32 #define SPI_CTRL1_SPE (1 << 6) 33 #define SPI_CTRL1_MSTR (1 << 4) 34 #define SPI_CTRL1_CPOL (1 << 3) 35 #define SPI_CTRL1_CPHA (1 << 2) 36 #define SPI_CTRL1_SSOE (1 << 1) 37 #define SPI_CTRL1_LSBFE (1 << 0) 43 #define SPI_STATUS_SPIF (1 << 7) 44 #define SPI_STATUS_WCOL (1 << 6) 45 #define SPI_STATUS_MODF (1 << 4) [all …]
|
/linux-5.10/Documentation/fb/ |
D | viafb.modes | 15 # Sync Width 3.813 us 0.064 ms 17 # Front Porch 0.636 us 0.318 ms 19 # Back Porch 1.907 us 1.048 ms 21 # Active Time 25.422 us 15.253 ms 23 # Blank Time 6.356 us 1.430 ms 33 geometry 480 640 480 640 32 timings 39722 72 24 19 1 48 3 endmode 40 # Sync Width 2.032 us 0.080 ms 42 # Front Porch 0.508 us 0.027 ms 43 # 2 chars 1 lines 44 # Back Porch 3.810 us 0.427 ms [all …]
|
/linux-5.10/drivers/scsi/ |
D | mesh.c | 52 #if 1 82 #define ALLOW_SYNC(tgt) ((sync_targets >> (tgt)) & 1) 83 #define ALLOW_RESEL(tgt) ((resel_targets >> (tgt)) & 1) 84 #define ALLOW_DEBUG(tgt) ((debug_targets >> (tgt)) & 1) 186 static void mesh_done(struct mesh_state *ms, int start_next); 187 static void mesh_interrupt(struct mesh_state *ms); 188 static void cmd_complete(struct mesh_state *ms); 189 static void set_dma_cmds(struct mesh_state *ms, struct scsi_cmnd *cmd); 190 static void halt_dma(struct mesh_state *ms); 191 static void phase_mismatch(struct mesh_state *ms); [all …]
|
/linux-5.10/include/crypto/ |
D | gf128mul.h | 24 1. distributions of this source code include the above copyright 61 * The elements of GF(2^128) := GF(2)[X]/(X^128-X^7-X^2-X^1-1) can 70 * b[0] b[1] b[2] b[3] b[13] b[14] b[15] 75 * The above buffer represents the polynomial 1, and X^7+X^2+X^1+1 looks 82 * represents X^127. X^7+X^2+X^1+1 looks like 00000000 .... 10000111, 105 * MS x[0] LS MS x[1] LS 106 * ms ls ms ls ms ls ms ls ms ls ms ls ms ls ms ls 109 * MS x[2] LS MS x[3] LS 110 * ms ls ms ls ms ls ms ls ms ls ms ls ms ls ms ls 115 * MS x[0] LS MS x[1] LS [all …]
|
/linux-5.10/drivers/md/ |
D | dm-raid1.c | 24 #define MAX_RECOVERY 1 /* Maximum number of regions recovered in parallel. */ 26 #define MAX_NR_MIRRORS (DM_KCOPYD_MAX_REGIONS + 1) 46 struct mirror_set *ms; member 94 struct mirror_set *ms = context; in wakeup_mirrord() local 96 queue_work(ms->kmirrord_wq, &ms->kmirrord_work); in wakeup_mirrord() 101 struct mirror_set *ms = from_timer(ms, t, timer); in delayed_wake_fn() local 103 clear_bit(0, &ms->timer_pending); in delayed_wake_fn() 104 wakeup_mirrord(ms); in delayed_wake_fn() 107 static void delayed_wake(struct mirror_set *ms) in delayed_wake() argument 109 if (test_and_set_bit(0, &ms->timer_pending)) in delayed_wake() [all …]
|
/linux-5.10/sound/soc/codecs/ |
D | adau1761.c | 59 #define ADAU1761_PLAY_MONO_OUTPUT_VOL_UNMUTE BIT(1) 125 static const DECLARE_TLV_DB_SCALE(adau1761_sing_in_tlv, -1500, 300, 1); 128 static const DECLARE_TLV_DB_SCALE(adau1761_sidetone_tlv, -1800, 300, 1); 129 static const DECLARE_TLV_DB_SCALE(adau1761_boost_tlv, -600, 600, 1); 130 static const DECLARE_TLV_DB_SCALE(adau1761_pga_boost_tlv, -2000, 2000, 1); 159 ADAU17X1_REC_POWER_MGMT, 1, 0x3, adau1761_bias_select_text, 163 3, 0, 1, 2, 168 "24 ms", 169 "48 ms", 170 "96 ms", [all …]
|
D | ssm2518.c | 48 #define SSM2518_POWER1_MCS_MASK (0xf << 1) 49 #define SSM2518_POWER1_MCS_64FS (0x0 << 1) 50 #define SSM2518_POWER1_MCS_128FS (0x1 << 1) 51 #define SSM2518_POWER1_MCS_256FS (0x2 << 1) 52 #define SSM2518_POWER1_MCS_384FS (0x3 << 1) 53 #define SSM2518_POWER1_MCS_512FS (0x4 << 1) 54 #define SSM2518_POWER1_MCS_768FS (0x5 << 1) 55 #define SSM2518_POWER1_MCS_100FS (0x6 << 1) 56 #define SSM2518_POWER1_MCS_200FS (0x7 << 1) 57 #define SSM2518_POWER1_MCS_400FS (0x8 << 1) [all …]
|
D | max98373.c | 30 MAX98373_GLOBAL_EN_MASK, 1); in max98373_dac_event() 56 SOC_DAPM_SINGLE("Switch", MAX98373_R202C_PCM_TX_EN, 0, 1, 0); 59 SOC_DAPM_SINGLE("Switch", MAX98373_R2043_AMP_EN, 1, 1, 0); 71 MAX98373_R2047_IV_SENSE_ADC_EN, 1, 0), 83 static DECLARE_TLV_DB_SCALE(max98373_digital_tlv, -6350, 50, 1); 92 0, 1, TLV_DB_SCALE_ITEM(25, 25, 0), 99 0, 1, TLV_DB_SCALE_ITEM(-3000, 500, 0), 133 "45ms", "225ms", "450ms", "1150ms", 134 "2250ms", "3100ms", "4500ms", "6750ms" 143 "160us", "320us", "640us", "1.28ms", [all …]
|
/linux-5.10/drivers/hid/ |
D | hid-microsoft.c | 23 #define MS_ERGONOMY BIT(1) 42 #define ENABLE_STRONG BIT(1) 62 struct ms_data *ms = hid_get_drvdata(hdev); in ms_report_fixup() local 63 unsigned long quirks = ms->quirks; in ms_report_fixup() 89 * the MS office kb labelled "Office Home" and "Task Pane". in ms_ergonomy_kb_quirk() 93 return 1; in ms_ergonomy_kb_quirk() 96 return 1; in ms_ergonomy_kb_quirk() 121 * (this usage is found on interface 1). in ms_ergonomy_kb_quirk() 126 return -1; in ms_ergonomy_kb_quirk() 139 return 1; in ms_ergonomy_kb_quirk() [all …]
|
/linux-5.10/Documentation/devicetree/bindings/sound/ |
D | cs42l42.txt | 28 1 = Inverted 33 0 - 0ms, 34 1 - 125ms, 35 2 - 250ms, 36 3 - 500ms, 37 4 - 750ms, 38 5 - (Default) 1s, 45 0 - 0ms, 46 1 - 125ms, 47 2 - 250ms, [all …]
|
D | cs35l33.txt | 23 a value of 1 and will increase at a step size of 100mV until a maximum of 31 20ms. If this property is set to 0,1,2,3 then ramp times would be 40ms, 32 60ms,100ms,175ms respectively for 48KHz sample rate. 54 LRCLK cycles. If this property is set to 0, 1, 2, or 3 then the memory 55 depths will be 1, 4, 8, 16 LRCLK cycles. The default is 16 LRCLK cycles. 63 of 1 and increases with a step size of 50mV to a maximum of 750mV (value of 72 from 0 to 7 for delays of 5ms, 10ms, 50ms, 100ms, 200ms, 500ms, 1000ms. 73 The default is 100ms.
|
/linux-5.10/Documentation/sound/cards/ |
D | serial-u16550.rst | 8 * 1 - Midiator MS-124T support (1) 9 * 2 - Midiator MS-124W S/A mode (2) 10 * 3 - MS-124W M/B mode support (3) 13 For the Midiator MS-124W, you must set the physical M-S and A-B 19 number plus 1. Roland modules use this command to switch between different 36 In MS-124T mode, one raw MIDI substream is supported (midiCnD0); the outs 37 module parameter is automatically set to 1. The driver sends the same data to 41 Usage example for MS-124T, with A-B switch in A position: 45 /sbin/modprobe snd-serial-u16550 port=0x3f8 irq=4 adaptor=1 \ 48 In MS-124W S/A mode, one raw MIDI substream is supported (midiCnD0); [all …]
|
/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/ |
D | brcm,iproc-touchscreen.txt | 13 Should set to 1. 15 in reg property. Should set to 1. 18 - scanning_period: Time between scans. Each step is 1024 us. Valid 1-256. 20 - settling_timeout: The settling duration (in ms) is the amount of time 24 0 = 0.008 ms 25 1 = 0.01 ms 26 2 = 0.02 ms 27 3 = 0.04 ms 28 4 = 0.08 ms 29 5 = 0.16 ms [all …]
|
D | stmpe.txt | 9 0 -> 1 sample 10 1 -> 2 samples 15 1 -> 50 us 18 4 -> 1 ms 19 5 -> 5 ms 20 6 -> 10 ms 21 7 -> 50 ms 24 1 -> 100 us 26 3 -> 1 ms 27 4 -> 5 ms [all …]
|
/linux-5.10/Documentation/scheduler/ |
D | sched-bwc.rst | 34 cpu.cfs_period_us=100ms 35 cpu.cfs_quota=-1 37 A value of -1 for cpu.cfs_quota_us indicates that the group does not have any 43 The minimum quota allowed for the quota or period is 1ms. There is also an 44 upper bound on the period length of 1s. Additional restrictions exist when 63 /proc/sys/kernel/sched_cfs_bandwidth_slice_us (default=5ms) 103 Once a slice is assigned to a cpu it does not expire. However all but 1ms of 121 1ms per cpu or as defined by min_cfs_rq_runtime). This slight burst only 126 also limits the burst ability to no more than 1ms per cpu. This provides 139 will use up to 1ms additional quota in some periods, thereby preventing the [all …]
|
/linux-5.10/mm/ |
D | sparse.c | 23 * 1) mem_section - memory sections, mem_map's for valid memory 112 unsigned long __section_nr(struct mem_section *ms) in __section_nr() argument 122 if ((ms >= root) && (ms < (root + SECTIONS_PER_ROOT))) in __section_nr() 128 return (root_nr * SECTIONS_PER_ROOT) + (ms - root); in __section_nr() 131 unsigned long __section_nr(struct mem_section *ms) in __section_nr() argument 133 return (unsigned long)(ms - mem_section[0]); in __section_nr() 157 unsigned long max_sparsemem_pfn = 1UL << (MAX_PHYSMEM_BITS-PAGE_SHIFT); in mminit_validate_memmodel_limits() 167 WARN_ON_ONCE(1); in mminit_validate_memmodel_limits() 174 WARN_ON_ONCE(1); in mminit_validate_memmodel_limits() 189 static void section_mark_present(struct mem_section *ms) in section_mark_present() argument [all …]
|
/linux-5.10/sound/pci/ice1712/ |
D | wm8776.c | 20 u8 bus_addr = addr << 1 | data >> 8; /* addr + 9th data bit */ in snd_wm8776_write() 91 case 1: /* Limiter */ in snd_wm8776_set_agc() 123 static const DECLARE_TLV_DB_SCALE(wm8776_hp_tlv, -7400, 100, 1); 124 static const DECLARE_TLV_DB_SCALE(wm8776_dac_tlv, -12750, 50, 1); 125 static const DECLARE_TLV_DB_SCALE(wm8776_adc_tlv, -10350, 50, 1); 291 .enum_names = { "0.25 ms", "0.5 ms", "1 ms", "2 ms", "4 ms", 292 "8 ms", "16 ms", "32 ms", "64 ms", "128 ms", "256 ms" }, 301 .enum_names = { "1.2 ms", "2.4 ms", "4.8 ms", "9.6 ms", 302 "19.2 ms", "38.4 ms", "76.8 ms", "154 ms", "307 ms", 303 "614 ms", "1.23 s" }, [all …]
|
/linux-5.10/fs/dlm/ |
D | lock.c | 31 Stage 1 (lock, unlock) is mainly about checking input args and 87 struct dlm_message *ms); 88 static int receive_extralen(struct dlm_message *ms); 98 * Usage: matrix[grmode+1][rqmode+1] (although m[rq+1][gr+1] is the same) 103 {1, 1, 1, 1, 1, 1, 1, 0}, /* UN */ 104 {1, 1, 1, 1, 1, 1, 1, 0}, /* NL */ 105 {1, 1, 1, 1, 1, 1, 0, 0}, /* CR */ 106 {1, 1, 1, 1, 0, 0, 0, 0}, /* CW */ 107 {1, 1, 1, 0, 1, 0, 0, 0}, /* PR */ 108 {1, 1, 1, 0, 0, 0, 0, 0}, /* PW */ [all …]
|
D | requestqueue.c | 32 void dlm_add_requestqueue(struct dlm_ls *ls, int nodeid, struct dlm_message *ms) in dlm_add_requestqueue() argument 35 int length = ms->m_header.h_length - sizeof(struct dlm_message); in dlm_add_requestqueue() 45 memcpy(&e->request, ms, ms->m_header.h_length); in dlm_add_requestqueue() 66 struct dlm_message *ms; in dlm_process_requestqueue() local 80 ms = &e->request; in dlm_process_requestqueue() 84 ms->m_type, ms->m_header.h_nodeid, in dlm_process_requestqueue() 85 ms->m_lkid, ms->m_remid, ms->m_result, in dlm_process_requestqueue() 128 static int purge_request(struct dlm_ls *ls, struct dlm_message *ms, int nodeid) in purge_request() argument 130 uint32_t type = ms->m_type; in purge_request() 134 return 1; in purge_request() [all …]
|
/linux-5.10/kernel/time/ |
D | timer.c | 105 * 0 0 1 ms 0 ms - 63 ms 106 * 1 64 8 ms 64 ms - 511 ms 107 * 2 128 64 ms 512 ms - 4095 ms (512ms - ~4s) 108 * 3 192 512 ms 4096 ms - 32767 ms (~4s - ~32s) 109 * 4 256 4096 ms (~4s) 32768 ms - 262143 ms (~32s - ~4m) 110 * 5 320 32768 ms (~32s) 262144 ms - 2097151 ms (~4m - ~34m) 111 * 6 384 262144 ms (~4m) 2097152 ms - 16777215 ms (~34m - ~4h) 112 * 7 448 2097152 ms (~34m) 16777216 ms - 134217727 ms (~4h - ~1d) 113 * 8 512 16777216 ms (~4h) 134217728 ms - 1073741822 ms (~1d - ~12d) 117 * 0 0 3 ms 0 ms - 210 ms [all …]
|
/linux-5.10/net/mac80211/ |
D | rc80211_minstrel_debugfs.c | 19 * 1. Redistributions of source code must retain the above copyright 61 struct minstrel_debugfs_info *ms; in minstrel_stats_open() local 65 ms = kmalloc(2048, GFP_KERNEL); in minstrel_stats_open() 66 if (!ms) in minstrel_stats_open() 69 file->private_data = ms; in minstrel_stats_open() 70 p = ms->buf; in minstrel_stats_open() 82 *(p++) = (i == mi->max_tp_rate[1]) ? 'B' : ' '; in minstrel_stats_open() 88 (mr->bitrate & 1 ? ".5" : " ")); in minstrel_stats_open() 96 p += sprintf(p, "%4u.%1u %4u.%1u %3u.%1u" in minstrel_stats_open() 112 ms->len = p - ms->buf; in minstrel_stats_open() [all …]
|
D | rc80211_minstrel_ht_debugfs.c | 18 struct minstrel_debugfs_info *ms; in minstrel_stats_read() local 20 ms = file->private_data; in minstrel_stats_read() 21 return simple_read_from_buffer(buf, len, ppos, ms->buf, ms->len); in minstrel_stats_read() 73 p += sprintf(p, "1 "); in minstrel_ht_stats_dump() 77 *(p++) = (idx == mi->max_tp_rate[1]) ? 'B' : ' '; in minstrel_ht_stats_dump() 83 p += sprintf(p, " MCS%-2u", (mg->streams - 1) * 8 + j); in minstrel_ht_stats_dump() 85 p += sprintf(p, " MCS%-1u/%1u", j, mg->streams); in minstrel_ht_stats_dump() 89 p += sprintf(p, " %2u.%1uM", r / 10, r % 10); in minstrel_ht_stats_dump() 104 p += sprintf(p, "%4u.%1u %4u.%1u %3u.%1u" in minstrel_ht_stats_dump() 125 struct minstrel_debugfs_info *ms; in minstrel_ht_stats_open() local [all …]
|
/linux-5.10/drivers/net/wireless/ath/ath9k/ |
D | ar9003_mac.c | 37 (1 << AR_TxRxDesc_S) | in ar9003_set_txdesc() 38 (1 << AR_CtrlStat_S) | in ar9003_set_txdesc() 49 checksum += i->buf_addr[1]; in ar9003_set_txdesc() 50 WRITE_ONCE(ads->data1, i->buf_addr[1]); in ar9003_set_txdesc() 58 checksum += (val = (i->buf_len[1] << AR_BufLen_S) & AR_BufLen); in ar9003_set_txdesc() 70 | set11nTries(i->rates, 1) in ar9003_set_txdesc() 77 | set11nRate(i->rates, 1) in ar9003_set_txdesc() 142 | set11nPktDurRTSCTS(i->rates, 1)); in ar9003_set_txdesc() 148 | set11nRateFlags(i->rates, 1) in ar9003_set_txdesc() 155 WRITE_ONCE(ads->ctl20, SM(i->txpower[1], AR_XmitPower1)); in ar9003_set_txdesc() [all …]
|
/linux-5.10/Documentation/hwmon/ |
D | lochnagar.rst | 31 power1_average_interval Power averaging time input valid from 1 to 1708mS 33 in1_input Measured voltage for 1V8 DSP (milliVolts) 34 in1_label "1V8 DSP" 35 curr2_input Measured current for 1V8 DSP (milliAmps) 36 curr2_label "1V8 DSP" 37 power2_average Measured average power for 1V8 DSP (microWatts) 38 power2_average_interval Power averaging time input valid from 1 to 1708mS 39 power2_label "1V8 DSP" 40 in2_input Measured voltage for 1V8 CDC (milliVolts) 41 in2_label "1V8 CDC" [all …]
|
/linux-5.10/drivers/usb/chipidea/ |
D | otg_fsm.h | 20 * TA_VBUS_RISE <= 100ms, section 4.4 21 * Table 4-1: Electrical Characteristics 31 * and 30000 ms, section 5.5, Table 5-1 34 #define TA_AIDL_BDIS (5000) /* a_suspend min 200 ms, section 5.2.1 35 * TA_AIDL_BDIS: section 5.5, Table 5-1 38 #define TA_BIDL_ADIS (500) /* TA_BIDL_ADIS: section 5.2.1 39 * 500ms is used for B switch to host 48 #define TB_DATA_PLS (10) /* b_srp_init,continue 5~10ms 56 #define TB_ASE0_BRST (155) /* minimum 155 ms, section:5.3.1 */ 58 #define TB_SE0_SRP (1000) /* b_idle,minimum 1s, section:5.1.2 */ [all …]
|