Searched refs:SCK (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/arch/arm/mach-sa1100/ |
D | assabet.c | 122 #define SCK GPIO_GPIO(18) macro 127 GPSR = SCK; in adv7171_start() 136 GPSR = SCK; in adv7171_stop() 147 GPCR = SCK; in adv7171_send() 154 GPSR = SCK; in adv7171_send() 157 GPCR = SCK; in adv7171_send() 162 GPSR = SCK; in adv7171_send() 167 GPCR = SCK | SDA; in adv7171_send() 181 GPCR = SDA | SCK | MOD; /* clear L3 mode to ensure UDA1341 doesn't respond */ in adv7171_write() 182 GPDR = (GPDR | SCK | MOD) & ~SDA; in adv7171_write() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/spi/ |
D | spi-gpio.txt | 11 - sck-gpios: GPIO spec for the SCK line to use 24 - gpio-sck: GPIO spec for the SCK line to use
|
/Linux-v4.19/Documentation/spi/ |
D | butterfly | 32 SCK = J403.PB1/SCK = pin 2/D0 61 SCK = J403.PE4/USCK = pin 5/D3
|
D | spi-summary | 13 The three signal wires hold a clock (SCK, often on the order of 10 MHz), 61 chips described as using "three wire" signaling: SCK, data, nCSx. 509 SPI bus (shared SCK, MOSI, MISO). Valid bus numbers start at zero. On
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | fsl,esai.txt | 27 derive HCK, SCK and FS. 29 derive HCK, SCK and FS.
|
/Linux-v4.19/Documentation/devicetree/bindings/fpga/ |
D | lattice-ice40-fpga-mgr.txt | 10 FPGA will enter Master SPI mode and drive SCK with a
|
/Linux-v4.19/Documentation/devicetree/bindings/media/ |
D | renesas,drif.txt | 8 | |-----SCK------->|CLK | 91 | |-----SCK------->|CLK | 139 | |-----SCK------->|CLK |
|
/Linux-v4.19/arch/arm64/boot/dts/amlogic/ |
D | meson-gxl-s905x-khadas-vim.dts | 155 "I2C A SDA", "I2C A SCK", "I2C B SDA", "I2C B SCK",
|
D | meson-gxbb-odroidc2.dts | 220 "I2C A SDA", "I2C A SCK", "I2C B SDA", "I2C B SCK",
|
D | meson-gxbb-nanopi-k2.dts | 226 "I2C A SDA", "I2C A SCK", "I2C B SDA", "I2C B SCK",
|
/Linux-v4.19/Documentation/devicetree/bindings/leds/ |
D | leds-bcm6358.txt | 16 - brcm,clk-div : SCK signal divider. Possible values are 1, 2, 4 and 8.
|
/Linux-v4.19/Documentation/driver-api/ |
D | spi.rst | 6 multiplexed shift register. Its three signal wires hold a clock (SCK,
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | sun7i-a20-bananapi.dts | 213 "PMU-SCK", "PMU-SDA", "", "", "", "", "", "",
|
/Linux-v4.19/Documentation/translations/zh_CN/ |
D | gpio.txt | 409 从设备延迟 SCK 的上升沿,而 I2C 主设备相应地调整其信号传输速率。
|
/Linux-v4.19/Documentation/driver-api/gpio/ |
D | intro.rst | 123 delays the rising edge of SCK, and the I2C master adjusts its signaling rate
|
D | drivers-on-gpio.rst | 54 of wires, at least SCK and optionally MISO, MOSI and chip select lines) using
|
D | legacy.rst | 440 slower clock delays the rising edge of SCK, and the I2C master adjusts its
|
/Linux-v4.19/drivers/spi/ |
D | Kconfig | 260 interface to manage MOSI, MISO, SCK, and chipselect signals. SPI
|