Home
last modified time | relevance | path

Searched full:slow (Results 1 – 25 of 2486) sorted by relevance

12345678910>>...100

/kernel/linux/linux-4.19/include/soc/fsl/qe/
Ducc_slow.h8 * 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 …]
Ducc.h25 /* 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/
Ducc_slow.h9 * 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 …]
Ducc.h21 /* 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/
Dleds-ns2.c41 * 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/
Dleds-ns2.c39 * 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/
Dleds-ns2.txt10 - 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/
Dleds-ns2.txt10 - 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/
Dat91-clock.txt11 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/
Ducc.c45 /* 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/
DKconfig.debug41 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/
DKconfig.debug41 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/
Ducc.c50 /* 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/
Dpinctrl-at91.h44 #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/
Dpinctrl-at91.h40 #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/
Dimg,pistachio-gptimer.txt10 "slow", slow counter clock
26 clock-names = "fast", "slow", "sys";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/timer/
Dimg,pistachio-gptimer.txt10 "slow", slow counter clock
26 clock-names = "fast", "slow", "sys";
/kernel/linux/linux-4.19/net/ipv4/
Dtcp_vegas.c18 * 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/
Dtcp_vegas.c19 * 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/
Dvr1000.h62 * 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/
Dvr1000.h62 * 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/
Dtcp.txt17 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/
Dmfp-mmp2.h327 #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/
Dmfp-mmp2.h327 #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/
Dclk-u300.c33 /* 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 …]

12345678910>>...100