Home
last modified time | relevance | path

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

12345678910>>...47

/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-6.6/drivers/spi/
Dspi-mpc52xx.c35 #define SPI_CTRL1_SPIE (1 << 7)
36 #define SPI_CTRL1_SPE (1 << 6)
37 #define SPI_CTRL1_MSTR (1 << 4)
38 #define SPI_CTRL1_CPOL (1 << 3)
39 #define SPI_CTRL1_CPHA (1 << 2)
40 #define SPI_CTRL1_SSOE (1 << 1)
41 #define SPI_CTRL1_LSBFE (1 << 0)
47 #define SPI_STATUS_SPIF (1 << 7)
48 #define SPI_STATUS_WCOL (1 << 6)
49 #define SPI_STATUS_MODF (1 << 4)
[all …]
/kernel/linux/linux-6.6/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/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-6.6/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-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-6.6/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-6.6/drivers/md/
Ddm-raid1.c27 #define MAX_RECOVERY 1 /* Maximum number of regions recovered in parallel. */
29 #define MAX_NR_MIRRORS (DM_KCOPYD_MAX_REGIONS + 1)
51 struct mirror_set *ms; member
99 struct mirror_set *ms = context; in wakeup_mirrord() local
101 queue_work(ms->kmirrord_wq, &ms->kmirrord_work); in wakeup_mirrord()
106 struct mirror_set *ms = from_timer(ms, t, timer); in delayed_wake_fn() local
108 clear_bit(0, &ms->timer_pending); in delayed_wake_fn()
109 wakeup_mirrord(ms); in delayed_wake_fn()
112 static void delayed_wake(struct mirror_set *ms) in delayed_wake() argument
114 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-6.6/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dnetem.json15 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem",
18 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ limit",
19 "matchCount": "1",
21 "$TC qdisc del dev $DUMMY handle 1: root",
38 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem limit 200",
41 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ limit 200",
42 "matchCount": "1",
44 "$TC qdisc del dev $DUMMY handle 1: root",
61 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root netem delay 100ms",
64 "matchPattern": "qdisc netem 1: root refcnt [0-9]+ .*delay 100ms",
[all …]
Dcodel.json15 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root codel",
18 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 5ms interval 100ms",
19 "matchCount": "1",
21 "$TC qdisc del dev $DUMMY handle 1: root",
38 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root codel limit 1500",
41 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1500p target 5ms interval 100ms",
42 "matchCount": "1",
44 "$TC qdisc del dev $DUMMY handle 1: root",
61 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root codel target 100ms",
64 "matchPattern": "qdisc codel 1: root refcnt [0-9]+ limit 1000p target 100ms interval 100ms",
[all …]
Dfq_codel.json15 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq_codel",
18 …"matchPattern": "qdisc fq_codel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms
19 "matchCount": "1",
21 "$TC qdisc del dev $DUMMY handle 1: root",
38 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq_codel limit 1000",
41 …"matchPattern": "qdisc fq_codel 1: root refcnt [0-9]+ limit 1000p flows 1024 quantum.*target 5ms i…
42 "matchCount": "1",
44 "$TC qdisc del dev $DUMMY handle 1: root",
61 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root fq_codel memory_limit 100000",
64 …"matchPattern": "qdisc fq_codel 1: root refcnt [0-9]+ limit 10240p flows 1024 quantum.*target 5ms
[all …]
/kernel/linux/linux-6.6/lib/zstd/compress/
Dzstd_lazy.c20 ZSTD_updateDUBT(ZSTD_matchState_t* ms, in ZSTD_updateDUBT() argument
24 const ZSTD_compressionParameters* const cParams = &ms->cParams; in ZSTD_updateDUBT()
25 U32* const hashTable = ms->hashTable; in ZSTD_updateDUBT()
28 U32* const bt = ms->chainTable; in ZSTD_updateDUBT()
29 U32 const btLog = cParams->chainLog - 1; in ZSTD_updateDUBT()
30 U32 const btMask = (1 << btLog) - 1; in ZSTD_updateDUBT()
32 const BYTE* const base = ms->window.base; in ZSTD_updateDUBT()
34 U32 idx = ms->nextToUpdate; in ZSTD_updateDUBT()
38 idx, target, ms->window.dictLimit); in ZSTD_updateDUBT()
42 assert(idx >= ms->window.dictLimit); /* condition for valid base+idx */ in ZSTD_updateDUBT()
[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 …]
/kernel/linux/linux-6.6/sound/soc/codecs/
Dssm2518.c47 #define SSM2518_POWER1_MCS_MASK (0xf << 1)
48 #define SSM2518_POWER1_MCS_64FS (0x0 << 1)
49 #define SSM2518_POWER1_MCS_128FS (0x1 << 1)
50 #define SSM2518_POWER1_MCS_256FS (0x2 << 1)
51 #define SSM2518_POWER1_MCS_384FS (0x3 << 1)
52 #define SSM2518_POWER1_MCS_512FS (0x4 << 1)
53 #define SSM2518_POWER1_MCS_768FS (0x5 << 1)
54 #define SSM2518_POWER1_MCS_100FS (0x6 << 1)
55 #define SSM2518_POWER1_MCS_200FS (0x7 << 1)
56 #define SSM2518_POWER1_MCS_400FS (0x8 << 1)
[all …]
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 …]
/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-6.6/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-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-6.6/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-6.6/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/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 …]

12345678910>>...47