Home
last modified time | relevance | path

Searched +full:20 +full:us (Results 1 – 25 of 1187) sorted by relevance

12345678910>>...48

/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/fw/api/
Drs.h35 * @IWL_TLC_MNG_CH_WIDTH_20MHZ: 20MHZ channel
121 * @IWL_TLC_MCS_PER_BW_80: mcs for bw - 20Hhz, 40Hhz, 80Hhz
296 IWL_RATE_2M_PLCP = 20,
353 * which is the duplicate 20 MHz MCS (bit 5 set, all others zero.)
399 * 20) 2 Mbps
411 * Bit 11-12: (0) 20MHz, (1) 40MHz, (2) 80MHz, (3) 160MHz
442 * Bit 20-21: HE LTF type and guard interval
444 * 0 1xLTF+0.8us
445 * 1 2xLTF+0.8us
446 * 2 2xLTF+1.6us
[all …]
Dmac.h424 * (0=SISO, 1=MIMO2) x (0-20MHz, 1-40MHz, 2-80MHz, 3-160MHz)
425 * Each entry contains 2 QAM thresholds for 8us and 16us:
428 * QAM_tx < QAM_th1 --> PPE=0us
429 * QAM_th1 <= QAM_tx < QAM_th2 --> PPE=8us
430 * QAM_th2 <= QAM_tx --> PPE=16us
434 * For rates between low_th and high_th, need 8us PPE
435 * For rates equal or higher then the high_th, need 16us PPE
436 * Nss (0-siso, 1-mimo2) x BW (0-20MHz, 1-40MHz, 2-80MHz, 3-160MHz) x
448 * (0=SISO, 1=MIMO2) x (0-20MHz, 1-40MHz, 2-80MHz, 3-160MHz)
449 * Each entry contains 2 QAM thresholds for 8us and 16us:
[all …]
/Linux-v6.1/tools/power/cpupower/bench/
DREADME-BENCH34 You can specify load (100% CPU load) and sleep (0% CPU load) times in us which
39 cycles=20
42 repeated 20 times.
50 25ms load/sleep time repeated 20 times (cycles).
51 50ms load/sleep time repeated 20 times (cycles).
53 100ms load/sleep time repeated 20 times (cycles).
109 -l, --load=<long int> initial load time in us
110 -s, --sleep=<long int> initial sleep time in us
111 -x, --load-step=<long int> time to be added to load time, in us
112 -y, --sleep-step=<long int> time to be added to sleep time, in us
/Linux-v6.1/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
24 # 20 chars 45 lines
40 # Sync Width 2.032 us 0.080 ms
42 # Front Porch 0.508 us 0.027 ms
44 # Back Porch 3.810 us 0.427 ms
46 # Active Time 20.317 us 12.800 ms
[all …]
/Linux-v6.1/drivers/media/rc/img-ir/
Dimg-ir-sony.c35 case 20: in img_ir_sony_scancode()
88 len = 20; in img_ir_sony_filter()
134 .unit = 600000, /* 600 us */
139 .space = { 1 /* 600 us */ },
143 .pulse = { 1 /* 600 us */ },
144 .space = { 1 /* 600 us */ },
149 .space = { 1 /* 600 us */ },
154 .maxlen = 20,
/Linux-v6.1/drivers/net/wireless/mediatek/mt76/mt7615/
Dmac.h64 #define MT_RXD2_NORMAL_ICV_ERR BIT(20)
96 #define MT_RXV1_HT_SMOOTH BIT(20)
111 #define MT_RXV2_LENGTH GENMASK(20, 0)
178 #define MT_TXD1_AMSDU BIT(20)
234 #define MT_TXD7_TYPE GENMASK(21, 20)
252 #define MT_TXS0_TXOP_TIMEOUT BIT(20)
266 #define MT_TXS1_ANT_ID GENMASK(31, 20)
301 u32 max_width; /* us */
304 u32 min_stgr_pri; /* us */
305 u32 max_stgr_pri; /* us */
[all …]
/Linux-v6.1/samples/bpf/
Dhbm_kern.h48 #define BURST_SIZE_NS 100000 // 100us
49 #define MARK_THRESH_NS 50000 // 50us
50 #define DROP_THRESH_NS 500000 // 500us
51 // Reserve 20us of queuing for small packets (less than 120 bytes)
55 // rate in bytes per ns << 20
56 #define CREDIT_PER_NS(delta, rate) ((((u64)(delta)) * (rate)) >> 20)
57 #define BYTES_PER_NS(delta, rate) ((((u64)(delta)) * (rate)) >> 20)
58 #define BYTES_TO_NS(bytes, rate) div64_u64(((u64)(bytes)) << 20, (u64)(rate))
/Linux-v6.1/drivers/staging/vme_user/
Dvme_tsi148.h619 #define TSI148_PCFS_PCIXSTAT_DC (1<<20) /* Device Complexity */
703 #define TSI148_LCSR_VMCTRL_RMWEN (1<<20) /* RMW Enable */
707 #define TSI148_LCSR_VMCTRL_ATO_32 (0<<16) /* 32 us */
708 #define TSI148_LCSR_VMCTRL_ATO_128 (1<<16) /* 128 us */
709 #define TSI148_LCSR_VMCTRL_ATO_512 (2<<16) /* 512 us */
717 #define TSI148_LCSR_VMCTRL_VTOFF_0 (0<<12) /* 0us */
718 #define TSI148_LCSR_VMCTRL_VTOFF_1 (1<<12) /* 1us */
719 #define TSI148_LCSR_VMCTRL_VTOFF_2 (2<<12) /* 2us */
720 #define TSI148_LCSR_VMCTRL_VTOFF_4 (3<<12) /* 4us */
721 #define TSI148_LCSR_VMCTRL_VTOFF_8 (4<<12) /* 8us */
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/power/
Ddomain-idle-state.yaml31 entry-latency-us:
34 state. Note that, the exit-latency-us duration may be guaranteed only
35 after the entry-latency-us has passed.
37 exit-latency-us:
42 min-residency-us:
59 - entry-latency-us
60 - exit-latency-us
61 - min-residency-us
71 entry-latency-us = <20>;
72 exit-latency-us = <40>;
[all …]
/Linux-v6.1/tools/perf/pmu-events/arch/x86/jaketown/
Duncore-interconnect.json208 …-width (L0) mode, flits are made up of four 'fits', each of which contains 20 bits of data (along …
218 …-width (L0) mode, flits are made up of four 'fits', each of which contains 20 bits of data (along …
228 …-width (L0) mode, flits are made up of four 'fits', each of which contains 20 bits of data (along …
239us to track flits. It includes filters for SNP, HOM, and DRS message classes. Each 'flit' is mad…
250us to track flits. It includes filters for SNP, HOM, and DRS message classes. Each 'flit' is mad…
261us to track flits. It includes filters for SNP, HOM, and DRS message classes. Each 'flit' is mad…
272us to track flits. It includes filters for SNP, HOM, and DRS message classes. Each 'flit' is mad…
283us to track flits. It includes filters for SNP, HOM, and DRS message classes. Each 'flit' is mad…
294us to track flits. It includes filters for SNP, HOM, and DRS message classes. Each 'flit' is mad…
305us to track flits. It includes filters for SNP, HOM, and DRS message classes. Each 'flit' is mad…
[all …]
/Linux-v6.1/drivers/dma/idxd/
Dregisters.h50 u64 rsvd:20;
170 u32 operand:20;
265 u64 pasid:20;
285 u32 pasid:20;
330 u32 pasid:20;
345 /* bytes 20-23 */
379 * allows us to move to the register group that's for that particular wq.
380 * Each register is 32bits. The ofs gives us the number of register to access.
400 * allows us to move to the register group that's for that particular wq.
401 * Each register is 32bits. The ofs gives us the number of register to access.
[all …]
/Linux-v6.1/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dhfsc.json42 … "matchPattern": "class hfsc 1:1 parent 1: sc m1 0bit d 0us m2 20Kbit ul m1 0bit d 0us m2 10Kbit",
66 …"matchPattern": "class hfsc 1:1 parent 1: sc m1 2464Kbit d 5ms m2 10Kbit ul m1 0bit d 0us m2 10Kbi…
90 … "matchPattern": "class hfsc 1:1 parent 1: rt m1 0bit d 0us m2 20Kbit ls m1 0bit d 0us m2 10Kbit",
114 …"matchPattern": "class hfsc 1:1 parent 1: rt m1 2464Kbit d 5ms m2 10Kbit ls m1 0bit d 0us m2 10Kbi…
/Linux-v6.1/Documentation/driver-api/thermal/
Dexynos_thermal_emulation.rst29 of real sensing time, 938us.)
54 20 | | | +----------
59 | 938us | | | | | |
60 emulation : 0 50 | 70 | 20 | 0
61 current temp: sensor 50 70 20 sensor
/Linux-v6.1/drivers/phy/intel/
Dphy-intel-keembay-usb.c99 /* Wait 30us to ensure all analog blocks are powered up. */ in keembay_usb_clocks_on()
161 * According to Keem Bay datasheet, wait minimum 20us after clock in keembay_usb_phy_init()
164 usleep_range(20, 40); in keembay_usb_phy_init()
180 * According to Keem Bay datasheet, wait 2us after disabling the in keembay_usb_phy_init()
220 * According to Keem Bay datasheet, wait 20us after setting the in keembay_usb_phy_init()
223 usleep_range(20, 40); in keembay_usb_phy_init()
/Linux-v6.1/include/linux/
Diopoll.h22 * @sleep_us: Maximum time to sleep between reads in us (0
23 * tight-loops). Should be less than ~20ms since usleep_range
25 * @timeout_us: Timeout in us, 0 means never timeout
66 * @delay_us: Time to udelay between reads in us (0 tight-loops). Should
67 * be less than ~10us since udelay is used (see
69 * @timeout_us: Timeout in us, 0 means never timeout
108 * @sleep_us: Maximum time to sleep between reads in us (0
109 * tight-loops). Should be less than ~20ms since usleep_range
111 * @timeout_us: Timeout in us, 0 means never timeout
129 * @delay_us: Time to udelay between reads in us (0 tight-loops). Should
[all …]
/Linux-v6.1/Documentation/tools/rtla/
Drtla-osnoise-hist.rst37 histogram is set to group outputs in buckets of *10us* and *25* entries::
41 # Time unit is microseconds (us)
4620 8 5 12 2 13 24 20 41 29 …
54 …max: 30 30 20 20 30 40 40 40 40 …
/Linux-v6.1/Documentation/timers/
Dtimers-howto.rst63 SLEEPING FOR "A FEW" USECS ( < ~10us? ):
73 SLEEPING FOR ~USECS OR SMALL MSECS ( 10us - 20ms):
76 - Why not msleep for (1ms - 20ms)?
80 msleep(1~20) may not do what the caller intends, and
81 will often sleep longer (~20 ms actual sleep for any
82 value given in the 1~20ms range). In many cases this
/Linux-v6.1/drivers/usb/storage/
Dalauda.c114 #define MEDIA_PORT(us) us->srb->device->lun argument
115 #define MEDIA_INFO(us) ((struct alauda_info *)us->extra)->port[MEDIA_PORT(us)] argument
121 static int init_alauda(struct us_data *us);
177 { 0x6e, 20, 8, 4, 8}, /* 1 MB */
178 { 0xe8, 20, 8, 4, 8}, /* 1 MB */
179 { 0xec, 20, 8, 4, 8}, /* 1 MB */
308 static int alauda_get_media_status(struct us_data *us, unsigned char *data) in alauda_get_media_status() argument
313 if (MEDIA_PORT(us) == ALAUDA_PORT_XD) in alauda_get_media_status()
318 rc = usb_stor_ctrl_transfer(us, us->recv_ctrl_pipe, in alauda_get_media_status()
321 usb_stor_dbg(us, "Media status %02X %02X\n", data[0], data[1]); in alauda_get_media_status()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/cpu/
Didle-states.yaml332 entry-latency-us:
336 exit-latency-us:
339 The exit-latency-us duration may be guaranteed only after
340 entry-latency-us has passed.
342 min-residency-us:
348 wakeup-latency-us:
354 entry-latency-us + exit-latency-us
358 systems entry-latency-us + exit-latency-us will exceed
359 wakeup-latency-us by this duration.
370 - entry-latency-us
[all …]
/Linux-v6.1/tools/testing/selftests/dma/
Ddma_map_benchmark.c28 /* default single thread, run 20 seconds on NUMA_NO_NODE */ in main()
29 int threads = 1, seconds = 20, node = -1; in main()
85 if (bits < 20 || bits > 64) { in main()
86 fprintf(stderr, "invalid dma mask bit, must be in 20-64\n"); in main()
123 printf("average map latency(us):%.1f standard deviation:%.1f\n", in main()
125 printf("average unmap latency(us):%.1f standard deviation:%.1f\n", in main()
/Linux-v6.1/drivers/cpufreq/
Dpowernow-k8.h18 u32 vstable; /* voltage stabilization time, units 20 us */
19 u32 plllock; /* pll lock time, units 1 us */
122 #define VST_UNITS_20US 20 /* Voltage Stabilization Time is in units of 20us */
132 #define PLL_L_SHIFT 20
/Linux-v6.1/drivers/gpu/drm/panel/
Dpanel-novatek-nt35510.c282 * 0x00 = 0.0 us to 0x0f = 7.5 us in steps of 0.5us. The default
283 * is 0x07 = 3.5 us.
317 * 0x00 = 0us .. 0xFF = 12.75us in 0.05us steps
319 * 0x00 = 0us .. 0xFF = 12.75us in 0.05us steps
563 * Source data hold time, default 0x05 = 2.5us in nt35510_setup_display()
564 * 0x00..0x3F = 0 .. 31.5us in steps of 0.5us in nt35510_setup_display()
565 * 0x0A = 5us in nt35510_setup_display()
573 /* EQ control for gate signals, 0x00 = 0 us */ in nt35510_setup_display()
598 * 258..1024 (+1) pixel clock ticks for one scanline. At 20MHz pixel in nt35510_setup_display()
599 * clock this covers the range of 12.90us .. 51.20us in steps of in nt35510_setup_display()
[all …]
/Linux-v6.1/drivers/staging/pi433/Documentation/
Dpi433.txt99 ramp500 - amp ramps up in 500us
100 ramp250 - amp ramps up in 250us
101 ramp125 - amp ramps up in 125us
102 ramp100 - amp ramps up in 100us
103 ramp62 - amp ramps up in 62us
104 ramp50 - amp ramps up in 50us
105 ramp40 - amp ramps up in 40us
106 ramp31 - amp ramps up in 31us
107 ramp25 - amp ramps up in 25us
108 ramp20 - amp ramps up in 20us
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/mfd/
Dmax77620.txt91 -maxim,shutdown-fps-time-period-us: u32, FPS time period in microseconds
95 -maxim,suspend-fps-time-period-us: u32, FPS time period in microseconds
113 MAX20024 supports 20, 40, 80, 160, 320, 640, 1280 and 2540 microseconds.
114 MAX77663 supports 20, 40, 80, 160, 320, 640, 1280 and 2540 microseconds.
148 maxim,shutdown-fps-time-period-us = <1280>;
153 maxim,shutdown-fps-time-period-us = <1280>;
158 maxim,shutdown-fps-time-period-us = <1280>;
/Linux-v6.1/drivers/net/ethernet/brocade/bna/
Dbna_hw_defs.h37 #define BFI_COALESCING_TIMER_UNIT 5 /* 5us */
38 #define BFI_MAX_COALESCING_TIMEO 0xFF /* in 5us units */
40 #define BFI_MAX_INTERPKT_TIMEO 0xF /* in 0.5us units */
41 #define BFI_TX_COALESCING_TIMEO 20 /* 20 * 5 = 100us */
43 #define BFI_TX_INTERPKT_TIMEO 15 /* 15 * 0.5 = 7.5us */
44 #define BFI_RX_COALESCING_TIMEO 12 /* 12 * 5 = 60us */
46 #define BFI_RX_INTERPKT_TIMEO 3 /* 3 * 0.5 = 1.5us */
317 #define BNA_CQ_EF_LOCAL BIT(20)

12345678910>>...48