/linux-6.12.1/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 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 48 # Blank Time 6.349 us 0.533 ms [all …]
|
/linux-6.12.1/drivers/usb/storage/ |
D | karma.c | 30 #define RIO_SEND_LEN 40 42 static int rio_karma_init(struct us_data *us); 87 * For each command we send 40 bytes starting 'RIOP\0' followed by 94 static int rio_karma_send_command(char cmd, struct us_data *us) in rio_karma_send_command() argument 99 struct karma_data *data = (struct karma_data *) us->extra; in rio_karma_send_command() 101 usb_stor_dbg(us, "sending command %04x\n", cmd); in rio_karma_send_command() 102 memset(us->iobuf, 0, RIO_SEND_LEN); in rio_karma_send_command() 103 memcpy(us->iobuf, RIO_PREFIX, RIO_PREFIX_LEN); in rio_karma_send_command() 104 us->iobuf[5] = cmd; in rio_karma_send_command() 105 us->iobuf[6] = seq; in rio_karma_send_command() [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/regulator/ |
D | richtek,rtmv20-regulator.yaml | 36 richtek,ld-pulse-delay-us: 43 richtek,ld-pulse-width-us: 50 richtek,fsin1-delay-us: 57 richtek,fsin1-width-us: 60 minimum: 40 64 richtek,fsin2-delay-us: 71 richtek,fsin2-width-us: 74 minimum: 40 78 richtek,es-pulse-width-us:
|
D | richtek,rt6245-regulator.yaml | 55 delay time 0us, 10us, 20us, 40us. If this property is missing then keep
|
/linux-6.12.1/Documentation/tools/rtla/ |
D | rtla-osnoise-hist.rst | 37 histogram is set to group outputs in buckets of *10us* and *25* entries:: 41 # Time unit is microseconds (us) 48 …40 0 0 0 0 0 4 2 7 2 … 54 …max: 30 30 20 20 30 40 40 40 40 …
|
D | rtla-timerlat-top.rst | 35 **--aa-only** *us* 46 automatic trace mode, instructing the tracer to stop if a *40 us* latency or 49 # timerlat -a 40 -c 1-23 -q 51 0 00:00:12 | IRQ Timer Latency (us) | Thread Timer Latency (us) 78 IRQ handler delay: 27.49 us (65.52 %) 79 IRQ latency: 28.13 us 80 Timerlat IRQ duration: 9.59 us (22.85 %) 81 Blocking thread: 3.79 us (9.03 %) 82 objtool:49256 3.79 us 104 Thread latency: 41.96 us (100%) [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/mfd/ |
D | max77620.txt | 91 -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 112 MAX77620 supports 40, 80, 160, 320, 640, 1280, 2560 and 5120 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-6.12.1/Documentation/devicetree/bindings/power/ |
D | domain-idle-state.yaml | 31 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-6.12.1/drivers/regulator/ |
D | rtmv20-regulator.c | 208 { "richtek,ld-pulse-delay-us", 0, 0, 100000, 100, RTMV20_REG_PULSEDELAY, in rtmv20_properties_init() 210 { "richtek,ld-pulse-width-us", 1200, 0, 10000, 1, RTMV20_REG_PULSEWIDTH, in rtmv20_properties_init() 212 { "richtek,fsin1-delay-us", 23000, 0, 100000, 100, RTMV20_REG_FSIN1CTRL1, in rtmv20_properties_init() 214 { "richtek,fsin1-width-us", 160, 40, 10000, 40, RTMV20_REG_FSIN1CTRL3, in rtmv20_properties_init() 216 { "richtek,fsin2-delay-us", 23000, 0, 100000, 100, RTMV20_REG_FSIN2CTRL1, in rtmv20_properties_init() 218 { "richtek,fsin2-width-us", 160, 40, 10000, 40, RTMV20_REG_FSIN2CTRL3, in rtmv20_properties_init() 220 { "richtek,es-pulse-width-us", 1200, 0, 10000, 1, RTMV20_REG_ESPULSEWIDTH, in rtmv20_properties_init()
|
/linux-6.12.1/drivers/gpu/drm/i915/gt/ |
D | intel_rc6.c | 88 * Bspec's guidance is to use 25us (really 25 * 1280ns) here. What we in gen11_rc6_enable() 90 * it takes us to service a CS interrupt and submit a new ELSP - that in gen11_rc6_enable() 99 * service latency, and puts it under 10us for Icelake, similar to in gen11_rc6_enable() 178 * Bspec's guidance is to use 25us (really 25 * 1280ns) here. What we in gen9_rc6_enable() 180 * it takes us to service a CS interrupt and submit a new ELSP - that in gen9_rc6_enable() 189 * service latency, and puts it around 10us for Broadwell (and other in gen9_rc6_enable() 190 * big core) and around 40us for Broxton (and other low power cores). in gen9_rc6_enable() 191 * [Note that for legacy ringbuffer submission, this is less than 1us!] in gen9_rc6_enable() 192 * However, the wakeup latency on Broxton is closer to 100us. To be in gen9_rc6_enable() 223 intel_uncore_write_fw(uncore, GEN6_RC6_WAKE_RATE_LIMIT, 40 << 16); in gen8_rc6_enable() [all …]
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | mac.h | 36 * @MAC_PROT_FLG_FAT_PROT: protect 40 MHz transmissions 449 * (0=SISO, 1=MIMO2) x (0-20MHz, 1-40MHz, 2-80MHz, 3-160MHz) 450 * Each entry contains 2 QAM thresholds for 8us and 16us: 453 * QAM_tx < QAM_th1 --> PPE=0us 454 * QAM_th1 <= QAM_tx < QAM_th2 --> PPE=8us 455 * QAM_th2 <= QAM_tx --> PPE=16us 459 * For rates between low_th and high_th, need 8us PPE 460 * For rates equal or higher then the high_th, need 16us PPE 461 * Nss (0-siso, 1-mimo2) x BW (0-20MHz, 1-40MHz, 2-80MHz, 3-160MHz) x 473 * (0=SISO, 1=MIMO2) x (0-20MHz, 1-40MHz, 2-80MHz, 3-160MHz) [all …]
|
D | rs.h | 38 * @IWL_TLC_MNG_CH_WIDTH_40MHZ: 40MHZ channel 121 * @IWL_TLC_MCS_PER_BW_80: mcs for bw - 20Hhz, 40Hhz, 80Hhz 408 * Bit 11-12: (0) 20MHz, (1) 40MHz, (2) 80MHz, (3) 160MHz 441 * 0 1xLTF+0.8us 442 * 1 2xLTF+0.8us 443 * 2 2xLTF+1.6us 444 * 3 & SGI (bit 13) clear 4xLTF+3.2us 445 * 3 & SGI (bit 13) set 4xLTF+0.8us 447 * 0 4xLTF+0.8us 448 * 1 2xLTF+0.8us [all …]
|
/linux-6.12.1/drivers/media/rc/ |
D | ir-sharp-decoder.c | 15 #define SHARP_UNIT 40 /* us */ 16 #define SHARP_BIT_PULSE (8 * SHARP_UNIT) /* 320us */ 17 #define SHARP_BIT_0_PERIOD (25 * SHARP_UNIT) /* 1ms (680us space) */ 18 #define SHARP_BIT_1_PERIOD (50 * SHARP_UNIT) /* 2ms (1680us space) */ 19 #define SHARP_BIT_0_SPACE (17 * SHARP_UNIT) /* 680us space */ 20 #define SHARP_BIT_1_SPACE (42 * SHARP_UNIT) /* 1680us space */ 21 #define SHARP_ECHO_SPACE (1000 * SHARP_UNIT) /* 40 ms */
|
/linux-6.12.1/drivers/media/rc/img-ir/ |
D | img-ir-jvc.c | 57 .unit = 527500, /* 527.5 us */ 66 .pulse = { 1 /* 527.5 us +-60 us */ }, 67 .space = { 1 /* 527.5 us */ }, 71 .pulse = { 1 /* 527.5 us +-60 us */ }, 72 .space = { 3 /* 1.5825 ms +-40 us */ },
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | da7218.txt | 56 - dlg,jack-rate-us : Time between jack detect measurements (us) 57 [<5>, <10>, <20>, <40>, <80>, <160>, <320>, <640>] 97 dlg,jack-rate-us = <40>;
|
/linux-6.12.1/Documentation/crypto/ |
D | descore-readme.rst | 62 - 30us per encryption (options: 64k tables, no IP/FP) 63 - 33us per encryption (options: 64k tables, FIPS standard bit ordering) 64 - 45us per encryption (options: 2k tables, no IP/FP) 65 - 48us per encryption (options: 2k tables, FIPS standard bit ordering) 66 - 275us to set a new key (uses 1k of key tables) 80 - 53us per encryption (uses 2k of tables) 81 - 96us to set a new key (uses 2.25k of key tables) 86 more specifically, 19-40% slower on the 68020 and 11-35% slower 93 gcc 2.1 -O2 Sun 3/110 304 uS 369.5uS 461.8uS 22% 94 cc -O1 Sun 3/110 336 uS 436.6uS 399.3uS 19% [all …]
|
/linux-6.12.1/drivers/iio/humidity/ |
D | dht11.c | 34 #define DHT11_BITS_PER_READ 40 45 * 0-bit: 22-30uS -- typically 26uS (AM2302) 46 * 1-bit: 68-75uS -- typically 70uS (AM2302) 51 * timeres > 34uS ... don't know what a 1-tick pulse is 52 * 34uS > timeres > 30uS ... no problem (30kHz and 32kHz clocks) 53 * 30uS > timeres > 23uS ... don't know what a 2-tick pulse is 54 * timeres < 23uS ... no problem 59 * 40kHz, where this driver is most unreliable, there are two options. 63 #define DHT11_START_TRANSMISSION_MIN 18000 /* us */ 64 #define DHT11_START_TRANSMISSION_MAX 20000 /* us */
|
/linux-6.12.1/drivers/input/joystick/ |
D | gf2k.c | 24 #define GF2K_START 400 /* The time we wait for the first bit [400 us] */ 25 #define GF2K_STROBE 40 /* The time we wait for the first bit [40 us] */ 42 static char gf2k_length[] = { 40, 40, 40, 40, 40, 40, 40, 40 }; 166 t = GB(40,4,0); in gf2k_read()
|
/linux-6.12.1/arch/arm64/boot/dts/freescale/ |
D | imx8-apalis-eval-v1.2.dtsi | 15 off-on-delay-us = <100000>; 19 startup-delay-us = <10000>; 28 off-on-delay-us = <100000>; 32 startup-delay-us = <10000>; 42 startup-delay-us = <10000>; 52 startup-delay-us = <10000>; 73 hwmon@40 {
|
/linux-6.12.1/drivers/auxdisplay/ |
D | panel.c | 301 #define DEFAULT_LCD_WIDTH 40 417 "4=16x2 nexcom; default=40x2, old kp"); 437 static int lcd_bwidth = NOT_SET; /* internal buffer width (usually 40) */ 439 MODULE_PARM_DESC(lcd_bwidth, "Internal LCD line width (40)"); 701 udelay(2); /* maintain the data during 2 us before CLK up */ in lcd_send_serial() 704 udelay(1); /* maintain the strobe during 1 us */ in lcd_send_serial() 732 udelay(40); /* the shortest command takes at least 40 us */ in lcd_write_cmd_s() 743 udelay(40); /* the shortest data takes at least 40 us */ in lcd_write_data_s() 753 udelay(20); /* maintain the data during 20 us before the strobe */ in lcd_write_cmd_p8() 760 udelay(40); /* maintain the strobe during 40 us */ in lcd_write_cmd_p8() [all …]
|
D | hd44780.c | 52 /* Maintain the data during 20 us before the strobe */ in hd44780_strobe_gpio() 57 /* Maintain the strobe during 40 us */ in hd44780_strobe_gpio() 58 udelay(40); in hd44780_strobe_gpio() 112 /* The shortest command takes at least 120 us */ in hd44780_write_cmd_gpio8() 123 /* The shortest data takes at least 45 us */ in hd44780_write_data_gpio8() 151 /* The shortest command takes at least 120 us */ in hd44780_write_cmd_gpio4() 179 /* The shortest data takes at least 45 us */ in hd44780_write_data_gpio4()
|
/linux-6.12.1/drivers/net/wireless/realtek/rtlwifi/ |
D | regd.c | 8 {COUNTRY_CODE_FCC, "US"}, 9 {COUNTRY_CODE_IC, "US"}, 21 {COUNTRY_CODE_WORLD_WIDE_13_5G_ALL, "US"}, 29 REG_RULE(2412-10, 2462+10, 40, 0, 20, 0) 36 REG_RULE(2467-10, 2472+10, 40, 0, 20,\ 40 REG_RULE(2484-10, 2484+10, 40, 0, 20, \ 159 *we enable adhoc/beaconing if it allows us to in _rtl_reg_apply_beaconing_flags()
|
/linux-6.12.1/Documentation/devicetree/bindings/cpu/ |
D | idle-states.yaml | 396 entry-latency-us: 400 exit-latency-us: 403 The exit-latency-us duration may be guaranteed only after 404 entry-latency-us has passed. 406 min-residency-us: 412 wakeup-latency-us: 418 entry-latency-us + exit-latency-us 422 systems entry-latency-us + exit-latency-us will exceed 423 wakeup-latency-us by this duration. 434 - entry-latency-us [all …]
|
/linux-6.12.1/drivers/phy/intel/ |
D | phy-intel-keembay-usb.c | 99 /* 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-6.12.1/drivers/iio/dac/ |
D | ad5624r.h | 35 * @int_vref_mv: AD5620/40/60: the internal reference voltage 46 * @us: spi_device 55 struct spi_device *us; member
|