| /kernel/linux/linux-4.19/include/soc/fsl/qe/ |
| D | ucc_slow.h | 8 * Internal header file for UCC SLOW unit routines. 84 /* UCC Slow Channel Protocol Mode */ 91 /* UCC Slow Transparent Transmit CRC (TCRC) */ 101 /* UCC Slow oversampling rate for transmitter (TDCR) */ 113 /* UCC Slow Oversampling rate for receiver (RDCR) 126 /* UCC Slow Transmitter encoding method (TENC) 133 /* UCC Slow Receiver decoding method (RENC) 140 /* UCC Slow Diagnostic mode (DIAG) 222 * Initializes Slow UCC according to provided parameters. 224 * us_info - (In) pointer to the slow UCC info structure. [all …]
|
| D | ucc.h | 25 /* Slow or fast type for UCCs. 33 * Sets UCC to slow or fast mode. 36 * speed - (In) slow or fast mode for UCC.
|
| /kernel/linux/linux-5.10/include/soc/fsl/qe/ |
| D | ucc_slow.h | 9 * Internal header file for UCC SLOW unit routines. 80 /* UCC Slow Channel Protocol Mode */ 87 /* UCC Slow Transparent Transmit CRC (TCRC) */ 97 /* UCC Slow oversampling rate for transmitter (TDCR) */ 109 /* UCC Slow Oversampling rate for receiver (RDCR) 122 /* UCC Slow Transmitter encoding method (TENC) 129 /* UCC Slow Receiver decoding method (RENC) 136 /* UCC Slow Diagnostic mode (DIAG) 217 * Initializes Slow UCC according to provided parameters. 219 * us_info - (In) pointer to the slow UCC info structure. [all …]
|
| D | ucc.h | 21 /* Slow or fast type for UCCs. 29 * Sets UCC to slow or fast mode. 32 * speed - (In) slow or fast mode for UCC.
|
| /kernel/linux/linux-5.10/drivers/leds/ |
| D | leds-ns2.c | 41 * controlled through two GPIOs (command and slow): each combination of values 42 * for the command/slow GPIOs corresponds to a LED mode. 48 struct gpio_desc *slow; member 63 slow_level = gpiod_get_value_cansleep(led->slow); in ns2_led_get_mode() 92 gpiod_set_value(led->slow, led->modval[i].slow_level); in ns2_led_set_mode() 97 gpiod_set_value_cansleep(led->slow, led->modval[i].slow_level); in ns2_led_set_mode() 188 led->slow = devm_fwnode_gpiod_get_index(dev, node, "slow", 0, in ns2_led_register() 191 if (IS_ERR(led->slow)) in ns2_led_register() 192 return PTR_ERR(led->slow); in ns2_led_register() 213 led->can_sleep = gpiod_cansleep(led->cmd) || gpiod_cansleep(led->slow); in ns2_led_register()
|
| /kernel/linux/linux-4.19/drivers/leds/ |
| D | leds-ns2.c | 39 * controlled through two GPIOs (command and slow): each combination of values 40 * for the command/slow GPIOs corresponds to a LED mode. 46 unsigned int slow; member 63 slow_level = gpio_get_value_cansleep(led_dat->slow); in ns2_led_get_mode() 98 gpio_set_value(led_dat->slow, in ns2_led_set_mode() 104 gpio_set_value_cansleep(led_dat->slow, led_dat->modval[i].slow_level); in ns2_led_set_mode() 202 ret = devm_gpio_request_one(&pdev->dev, template->slow, in create_ns2_led() 203 gpio_get_value_cansleep(template->slow) ? in create_ns2_led() 207 dev_err(&pdev->dev, "%s: failed to setup slow GPIO\n", in create_ns2_led() 220 led_dat->slow = template->slow; in create_ns2_led() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/leds/ |
| D | leds-ns2.txt | 10 - slow-gpio: Slow LED GPIO. See OF device-tree GPIO specification. 12 the corresponding cmd-gpio/slow-gpio values. All the GPIO values combinations 28 slow-gpio = <&gpio0 29 0>;
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/leds/ |
| D | leds-ns2.txt | 10 - slow-gpio: Slow LED GPIO. See OF device-tree GPIO specification. 12 the corresponding cmd-gpio/slow-gpio values. All the GPIO values combinations 28 slow-gpio = <&gpio0 29 0>;
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/clock/ |
| D | at91-clock.txt | 11 at91 SCKC (Slow Clock Controller) 12 This node contains the slow clock definitions. 14 "atmel,at91sam9x5-clk-slow-osc": 15 at91 slow oscillator 17 "atmel,at91sam9x5-clk-slow-rc-osc": 18 at91 internal slow RC oscillator 28 "atmel,at91sam9x5-clk-slow" (under sckc node) 30 "atmel,at91sam9260-clk-slow" (under pmc node): 31 at91 slow clk 109 /* put at91 slow clocks here */ [all …]
|
| /kernel/linux/linux-5.10/drivers/soc/fsl/qe/ |
| D | ucc.c | 45 /* Configure the UCC to either Slow or Fast. 47 * A given UCC can be figured to support either "slow" devices (e.g. UART) 59 /* The GUEMR register is at the same location for both slow and fast in ucc_set_type() 60 devices, so we just use uccX.slow.guemr. */ in ucc_set_type() 62 case 0: guemr = &qe_immr->ucc1.slow.guemr; in ucc_set_type() 64 case 1: guemr = &qe_immr->ucc2.slow.guemr; in ucc_set_type() 66 case 2: guemr = &qe_immr->ucc3.slow.guemr; in ucc_set_type() 68 case 3: guemr = &qe_immr->ucc4.slow.guemr; in ucc_set_type() 70 case 4: guemr = &qe_immr->ucc5.slow.guemr; in ucc_set_type() 72 case 5: guemr = &qe_immr->ucc6.slow.guemr; in ucc_set_type() [all …]
|
| /kernel/linux/linux-4.19/arch/ia64/ |
| D | Kconfig.debug | 41 bool "Turn on compare-and-exchange bug checking (slow!)" 45 compare-and-exchange instructions. This is slow! Itaniums 50 bool "Turn on irq debug checks (slow!)" 55 problems, but slow! If you're unsure, select N.
|
| /kernel/linux/linux-5.10/arch/ia64/ |
| D | Kconfig.debug | 41 bool "Turn on compare-and-exchange bug checking (slow!)" 45 compare-and-exchange instructions. This is slow! Itaniums 50 bool "Turn on irq debug checks (slow!)" 55 problems, but slow! If you're unsure, select N.
|
| /kernel/linux/linux-4.19/drivers/soc/fsl/qe/ |
| D | ucc.c | 50 /* Configure the UCC to either Slow or Fast. 52 * A given UCC can be figured to support either "slow" devices (e.g. UART) 64 /* The GUEMR register is at the same location for both slow and fast in ucc_set_type() 65 devices, so we just use uccX.slow.guemr. */ in ucc_set_type() 67 case 0: guemr = &qe_immr->ucc1.slow.guemr; in ucc_set_type() 69 case 1: guemr = &qe_immr->ucc2.slow.guemr; in ucc_set_type() 71 case 2: guemr = &qe_immr->ucc3.slow.guemr; in ucc_set_type() 73 case 3: guemr = &qe_immr->ucc4.slow.guemr; in ucc_set_type() 75 case 4: guemr = &qe_immr->ucc5.slow.guemr; in ucc_set_type() 77 case 5: guemr = &qe_immr->ucc6.slow.guemr; in ucc_set_type() [all …]
|
| /kernel/linux/linux-4.19/drivers/pinctrl/ |
| D | pinctrl-at91.h | 44 #define PIO_IFSCDR 0x80 /* Input Filter Slow Clock Disable Register */ 45 #define PIO_IFSCER 0x84 /* Input Filter Slow Clock Enable Register */ 46 #define PIO_IFSCSR 0x88 /* Input Filter Slow Clock Status Register */ 47 #define PIO_SCDR 0x8c /* Slow Clock Divider Debouncing Register */ 48 #define PIO_SCDR_DIV (0x3fff << 0) /* Slow Clock Divider Mask */
|
| /kernel/linux/linux-5.10/drivers/pinctrl/ |
| D | pinctrl-at91.h | 40 #define PIO_IFSCDR 0x80 /* Input Filter Slow Clock Disable Register */ 41 #define PIO_IFSCER 0x84 /* Input Filter Slow Clock Enable Register */ 42 #define PIO_IFSCSR 0x88 /* Input Filter Slow Clock Status Register */ 43 #define PIO_SCDR 0x8c /* Slow Clock Divider Debouncing Register */ 44 #define PIO_SCDR_DIV (0x3fff << 0) /* Slow Clock Divider Mask */
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/timer/ |
| D | img,pistachio-gptimer.txt | 10 "slow", slow counter clock 26 clock-names = "fast", "slow", "sys";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/timer/ |
| D | img,pistachio-gptimer.txt | 10 "slow", slow counter clock 26 clock-names = "fast", "slow", "sys";
|
| /kernel/linux/linux-4.19/net/ipv4/ |
| D | tcp_vegas.c | 18 * only every-other RTT during slow start, we increase during 19 * every RTT during slow start, just like Reno. 20 * o Largely to allow continuous cwnd growth during slow start, 24 * to achieve the right ("actual") rate when we exit slow start. 229 /* Going too fast. Time to slow down in tcp_vegas_cong_avoid() 244 /* Slow start. */ in tcp_vegas_cong_avoid() 254 * we slow down. in tcp_vegas_cong_avoid() 283 /* Use normal slow start */ in tcp_vegas_cong_avoid()
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | tcp_vegas.c | 19 * only every-other RTT during slow start, we increase during 20 * every RTT during slow start, just like Reno. 21 * o Largely to allow continuous cwnd growth during slow start, 25 * to achieve the right ("actual") rate when we exit slow start. 230 /* Going too fast. Time to slow down in tcp_vegas_cong_avoid() 245 /* Slow start. */ in tcp_vegas_cong_avoid() 255 * we slow down. in tcp_vegas_cong_avoid() 284 /* Use normal slow start */ in tcp_vegas_cong_avoid()
|
| /kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
| D | vr1000.h | 62 * 0x00000000 to 0x04000000 8bit, slow 63 * 0x04000000 to 0x08000000 16bit, slow 77 * nGCS2 - 8bit, slow 78 * nGCS3 - 16bit, slow
|
| /kernel/linux/linux-4.19/arch/arm/mach-s3c24xx/ |
| D | vr1000.h | 62 * 0x00000000 to 0x04000000 8bit, slow 63 * 0x04000000 to 0x08000000 16bit, slow 77 * nGCS2 - 8bit, slow 78 * nGCS3 - 16bit, slow
|
| /kernel/linux/linux-4.19/Documentation/networking/ |
| D | tcp.txt | 17 snd_ssthresh Slow start threshold. We are in slow start if 19 snd_cwnd_cnt A counter used to slow down the rate of increase 20 once we exceed slow start threshold.
|
| /kernel/linux/linux-4.19/arch/arm/mach-mmp/ |
| D | mfp-mmp2.h | 327 #define GPIO43_TWSI2_SCL MFP_CFG_DRV(GPIO43, AF1, SLOW) 328 #define GPIO44_TWSI2_SDA MFP_CFG_DRV(GPIO44, AF1, SLOW) 329 #define GPIO71_TWSI3_SCL MFP_CFG_DRV(GPIO71, AF1, SLOW) 330 #define GPIO72_TWSI3_SDA MFP_CFG_DRV(GPIO72, AF1, SLOW) 331 #define TWSI4_SCL MFP_CFG_DRV(TWSI4_SCL, AF0, SLOW) 332 #define TWSI4_SDA MFP_CFG_DRV(TWSI4_SDA, AF0, SLOW) 333 #define GPIO99_TWSI5_SCL MFP_CFG_DRV(GPIO99, AF4, SLOW) 334 #define GPIO100_TWSI5_SDA MFP_CFG_DRV(GPIO100, AF4, SLOW) 335 #define GPIO97_TWSI6_SCL MFP_CFG_DRV(GPIO97, AF2, SLOW) 336 #define GPIO98_TWSI6_SDA MFP_CFG_DRV(GPIO98, AF2, SLOW)
|
| /kernel/linux/linux-5.10/arch/arm/mach-mmp/ |
| D | mfp-mmp2.h | 327 #define GPIO43_TWSI2_SCL MFP_CFG_DRV(GPIO43, AF1, SLOW) 328 #define GPIO44_TWSI2_SDA MFP_CFG_DRV(GPIO44, AF1, SLOW) 329 #define GPIO71_TWSI3_SCL MFP_CFG_DRV(GPIO71, AF1, SLOW) 330 #define GPIO72_TWSI3_SDA MFP_CFG_DRV(GPIO72, AF1, SLOW) 331 #define TWSI4_SCL MFP_CFG_DRV(TWSI4_SCL, AF0, SLOW) 332 #define TWSI4_SDA MFP_CFG_DRV(TWSI4_SDA, AF0, SLOW) 333 #define GPIO99_TWSI5_SCL MFP_CFG_DRV(GPIO99, AF4, SLOW) 334 #define GPIO100_TWSI5_SDA MFP_CFG_DRV(GPIO100, AF4, SLOW) 335 #define GPIO97_TWSI6_SCL MFP_CFG_DRV(GPIO97, AF2, SLOW) 336 #define GPIO98_TWSI6_SDA MFP_CFG_DRV(GPIO98, AF2, SLOW)
|
| /kernel/linux/linux-4.19/drivers/clk/ |
| D | clk-u300.c | 33 /* Reset lines for SLOW devices 16bit (R/W) */ 70 /* Clock enable for SLOW peripherals 16bit (R/W) */ 147 /* Clock force SLOW peripherals 16bit (R/W) */ 403 * +- slow:0 SLOW bridge 405 * +- slow:1 SYSCON (not possible to control) 406 * +- slow:2 WDOG Watchdog 407 * +- slow:3 UART0 primary UART 408 * +- slow:4 TIMER_APP Application timer - used in Linux 409 * +- slow:5 KEYPAD controller 410 * +- slow:6 GPIO controller [all …]
|