/Linux-v6.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-v6.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-v6.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
|
D | tps65132-regulator.txt | 20 the delay mechanism. Requires specification of ti,active-discharge-time-us 21 -ti,active-discharge-time-us: how long the active discharge gpio should be 44 enable-gpios = <&gpio 40 0>;
|
/Linux-v6.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 …
|
/Linux-v6.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-v6.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-v6.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-v6.1/drivers/gpu/drm/i915/gt/ |
D | intel_rc6.c | 93 * Bspec's guidance is to use 25us (really 25 * 1280ns) here. What we in gen11_rc6_enable() 95 * it takes us to service a CS interrupt and submit a new ELSP - that in gen11_rc6_enable() 104 * service latency, and puts it under 10us for Icelake, similar to in gen11_rc6_enable() 179 * Bspec's guidance is to use 25us (really 25 * 1280ns) here. What we in gen9_rc6_enable() 181 * it takes us to service a CS interrupt and submit a new ELSP - that in gen9_rc6_enable() 190 * service latency, and puts it around 10us for Broadwell (and other in gen9_rc6_enable() 191 * big core) and around 40us for Broxton (and other low power cores). in gen9_rc6_enable() 192 * [Note that for legacy ringbuffer submission, this is less than 1us!] in gen9_rc6_enable() 193 * However, the wakeup latency on Broxton is closer to 100us. To be in gen9_rc6_enable() 224 set(uncore, GEN6_RC6_WAKE_RATE_LIMIT, 40 << 16); in gen8_rc6_enable() [all …]
|
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | mac.h | 36 * @MAC_PROT_FLG_FAT_PROT: protect 40 MHz transmissions 424 * (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) [all …]
|
D | rs.h | 36 * @IWL_TLC_MNG_CH_WIDTH_40MHZ: 40MHZ channel 121 * @IWL_TLC_MCS_PER_BW_80: mcs for bw - 20Hhz, 40Hhz, 80Hhz 411 * Bit 11-12: (0) 20MHz, (1) 40MHz, (2) 80MHz, (3) 160MHz 444 * 0 1xLTF+0.8us 445 * 1 2xLTF+0.8us 446 * 2 2xLTF+1.6us 447 * 3 & SGI (bit 13) clear 4xLTF+3.2us 448 * 3 & SGI (bit 13) set 4xLTF+0.8us 450 * 0 4xLTF+0.8us 451 * 1 2xLTF+0.8us [all …]
|
/Linux-v6.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-v6.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-v6.1/Documentation/devicetree/bindings/cpu/ |
D | idle-states.yaml | 332 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/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-v6.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-v6.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-v6.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-v6.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-v6.1/arch/powerpc/include/asm/nohash/32/ |
D | pte-40x.h | 15 * There are several potential gotchas here. The 40x hardware TLBLO 23 * - bits 20 and 21 must be cleared, because we use 4k pages (40x can 31 * entries use the top 30 bits. Because 40x doesn't support SMP 35 * modification, leaving us only the bits 20, 21, 24, 25, 26, 30 for 55 /* cache related flags non existing on 40x */ 72 /* Until my rework is finished, 40x still needs atomic PTE updates */
|
/Linux-v6.1/net/mac80211/ |
D | debugfs_sta.c | 221 "RX: %llu us\nTX: %llu us\nWeight: %u\n" in sta_airtime_read() 222 "Deficit: VO: %d us VI: %d us BE: %d us BK: %d us\n", in sta_airtime_read() 274 "Q depth: VO: %u us VI: %u us BE: %u us BK: %u us\n" in sta_aql_read() 318 ssize_t bufsz = 71 + IEEE80211_NUM_TIDS * 40; in sta_agg_status_read() 499 PRINT_HT_CAP((htc->cap & BIT(14)), "40 MHz Intolerant"); in sta_ht_capa_read() 784 "CHANNEL-WIDTH-SET-40MHZ-IN-2G"); in sta_he_capa_read() 786 "CHANNEL-WIDTH-SET-40MHZ-80MHZ-IN-5G"); in sta_he_capa_read() 801 PRINT("PREAMBLE-PUNC-RX-80MHZ-ONLY-SECOND-40MHZ"); in sta_he_capa_read() 807 PRINT("PREAMBLE-PUNC-RX-160MHZ-ONLY-SECOND-40MHZ"); in sta_he_capa_read() 816 "HY-CAP1-HE-LTF-AND-GI-FOR-HE-PPDUS-0-8US"); in sta_he_capa_read() [all …]
|
/Linux-v6.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
|
/Linux-v6.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()
|