Home
last modified time | relevance | path

Searched +full:1 +full:ms (Results 1 – 25 of 1076) sorted by relevance

12345678910>>...44

/kernel/linux/linux-5.10/drivers/spi/
Dspi-mpc52xx.c31 #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 …]
/kernel/linux/linux-4.19/drivers/spi/
Dspi-mpc52xx.c32 #define SPI_CTRL1_SPIE (1 << 7)
33 #define SPI_CTRL1_SPE (1 << 6)
34 #define SPI_CTRL1_MSTR (1 << 4)
35 #define SPI_CTRL1_CPOL (1 << 3)
36 #define SPI_CTRL1_CPHA (1 << 2)
37 #define SPI_CTRL1_SSOE (1 << 1)
38 #define SPI_CTRL1_LSBFE (1 << 0)
44 #define SPI_STATUS_SPIF (1 << 7)
45 #define SPI_STATUS_WCOL (1 << 6)
46 #define SPI_STATUS_MODF (1 << 4)
[all …]
/kernel/linux/linux-5.10/Documentation/fb/
Dviafb.modes15 # 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 …]
/kernel/linux/linux-4.19/Documentation/fb/
Dviafb.modes15 # 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 …]
/kernel/linux/linux-5.10/drivers/scsi/
Dmesh.c52 #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 …]
/kernel/linux/linux-4.19/drivers/scsi/
Dmesh.c51 #if 1
81 #define ALLOW_SYNC(tgt) ((sync_targets >> (tgt)) & 1)
82 #define ALLOW_RESEL(tgt) ((resel_targets >> (tgt)) & 1)
83 #define ALLOW_DEBUG(tgt) ((debug_targets >> (tgt)) & 1)
185 static void mesh_done(struct mesh_state *ms, int start_next);
186 static void mesh_interrupt(struct mesh_state *ms);
187 static void cmd_complete(struct mesh_state *ms);
188 static void set_dma_cmds(struct mesh_state *ms, struct scsi_cmnd *cmd);
189 static void halt_dma(struct mesh_state *ms);
190 static void phase_mismatch(struct mesh_state *ms);
[all …]
/kernel/linux/linux-4.19/include/crypto/
Dgf128mul.h24 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 …]
/kernel/linux/linux-5.10/include/crypto/
Dgf128mul.h24 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 …]
/kernel/linux/linux-4.19/drivers/md/
Ddm-raid1.c24 #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 …]
/kernel/linux/linux-5.10/drivers/md/
Ddm-raid1.c24 #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 …]
/kernel/linux/linux-5.10/sound/soc/codecs/
Dadau1761.c59 #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 …]
Dssm2518.c48 #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 …]
Dmax98373.c30 MAX98373_GLOBAL_EN_MASK, 1); in max98373_dac_event()
58 SOC_DAPM_SINGLE("Switch", MAX98373_R202C_PCM_TX_EN, 0, 1, 0);
61 SOC_DAPM_SINGLE("Switch", MAX98373_R2043_AMP_EN, 1, 1, 0);
73 MAX98373_R2047_IV_SENSE_ADC_EN, 1, 0),
85 static DECLARE_TLV_DB_SCALE(max98373_digital_tlv, -6350, 50, 1);
94 0, 1, TLV_DB_SCALE_ITEM(25, 25, 0),
101 0, 1, TLV_DB_SCALE_ITEM(-3000, 500, 0),
135 "45ms", "225ms", "450ms", "1150ms",
136 "2250ms", "3100ms", "4500ms", "6750ms"
145 "160us", "320us", "640us", "1.28ms",
[all …]
/kernel/linux/linux-4.19/sound/soc/codecs/
Dssm2518.c49 #define SSM2518_POWER1_MCS_MASK (0xf << 1)
50 #define SSM2518_POWER1_MCS_64FS (0x0 << 1)
51 #define SSM2518_POWER1_MCS_128FS (0x1 << 1)
52 #define SSM2518_POWER1_MCS_256FS (0x2 << 1)
53 #define SSM2518_POWER1_MCS_384FS (0x3 << 1)
54 #define SSM2518_POWER1_MCS_512FS (0x4 << 1)
55 #define SSM2518_POWER1_MCS_768FS (0x5 << 1)
56 #define SSM2518_POWER1_MCS_100FS (0x6 << 1)
57 #define SSM2518_POWER1_MCS_200FS (0x7 << 1)
58 #define SSM2518_POWER1_MCS_400FS (0x8 << 1)
[all …]
/kernel/linux/linux-5.10/drivers/hid/
Dhid-microsoft.c23 #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 …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dcs42l42.txt28 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 …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/sound/
Dcs42l42.txt28 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 …]
/kernel/linux/linux-4.19/Documentation/sound/cards/
Dserial-u16550.rst8 * 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 …]
/kernel/linux/linux-5.10/Documentation/sound/cards/
Dserial-u16550.rst8 * 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 …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/input/touchscreen/
Dbrcm,iproc-touchscreen.txt13 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 …]
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/input/touchscreen/
Dbrcm,iproc-touchscreen.txt13 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 …]
/kernel/linux/linux-5.10/Documentation/scheduler/
Dsched-bwc.rst34 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 …]
/kernel/linux/linux-4.19/Documentation/scheduler/
Dsched-bwc.txt31 cpu.cfs_period_us=100ms
32 cpu.cfs_quota=-1
34 A value of -1 for cpu.cfs_quota_us indicates that the group does not have any
40 The minimum quota allowed for the quota or period is 1ms. There is also an
41 upper bound on the period length of 1s. Additional restrictions exist when
59 /proc/sys/kernel/sched_cfs_bandwidth_slice_us (default=5ms)
95 Once a slice is assigned to a cpu it does not expire. However all but 1ms of
113 1ms per cpu or as defined by min_cfs_rq_runtime). This slight burst only
118 also limits the burst ability to no more than 1ms per cpu. This provides
131 will use up to 1ms additional quota in some periods, thereby preventing the
[all …]
/kernel/linux/linux-5.10/mm/
Dsparse.c23 * 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 …]
/kernel/linux/linux-5.10/sound/pci/ice1712/
Dwm8776.c20 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 …]

12345678910>>...44