Searched full:usi (Results 1 – 25 of 68) sorted by relevance
123
| /kernel/linux/linux-6.6/drivers/soc/samsung/ |
| D | exynos-usi.c | 6 * Samsung Exynos USI driver (Universal Serial Interface). 17 #include <dt-bindings/soc/samsung,exynos-usi.h> 27 /* USIv2: USI register offsets */ 31 /* USIv2: USI register bits */ 41 enum exynos_usi_ver ver; /* USI IP-core version */ 51 void __iomem *regs; /* USI register map */ 52 struct clk_bulk_data *clks; /* USI clocks */ 54 size_t mode; /* current USI SW_CONF mode index */ 88 .compatible = "samsung,exynos850-usi", 96 * exynos_usi_set_sw_conf - Set USI block configuration mode [all …]
|
| D | Kconfig | 27 tristate "Exynos USI (Universal Serial Interface) driver" 32 Enable support for USI block. USI (Universal Serial Interface) is an 34 ExynosAutoV9. USI block can be configured to provide one of the 37 This driver allows one to configure USI for desired protocol, which 38 is usually done in USI node in Device Tree.
|
| D | Makefile | 7 obj-$(CONFIG_EXYNOS_USI) += exynos-usi.o
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/soc/samsung/ |
| D | exynos-usi.yaml | 4 $id: http://devicetree.org/schemas/soc/samsung/exynos-usi.yaml# 7 title: Samsung's Exynos USI (Universal Serial Interface) 14 USI IP-core provides selectable serial protocol (UART, SPI or High-Speed I2C). 15 USI shares almost all internal circuits within each protocol, so only one 16 protocol can be chosen at a time. USI is modeled as a node with zero or more 22 pattern: "^usi@[0-9a-f]+$" 27 - const: samsung,exynosautov9-usi 28 - const: samsung,exynos850-usi 30 - samsung,exynos850-usi 51 - description: offset of SW_CONF register for this USI controller [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/boot/dts/exynos/ |
| D | exynosautov9.dtsi | 12 #include <dt-bindings/soc/samsung,exynos-usi.h> 390 usi_0: usi@103000c0 { 391 compatible = "samsung,exynosautov9-usi", 392 "samsung,exynos850-usi"; 452 usi_i2c_0: usi@103100c0 { 453 compatible = "samsung,exynosautov9-usi", 454 "samsung,exynos850-usi"; 481 usi_1: usi@103200c0 { 482 compatible = "samsung,exynosautov9-usi", 483 "samsung,exynos850-usi"; [all …]
|
| D | exynos850.dtsi | 15 #include <dt-bindings/soc/samsung,exynos-usi.h> 573 usi_uart: usi@138200c0 { 574 compatible = "samsung,exynos850-usi"; 599 usi_hsi2c_0: usi@138a00c0 { 600 compatible = "samsung,exynos850-usi"; 627 usi_hsi2c_1: usi@138b00c0 { 628 compatible = "samsung,exynos850-usi"; 655 usi_hsi2c_2: usi@138c00c0 { 656 compatible = "samsung,exynos850-usi"; 683 usi_spi_0: usi@139400c0 { [all …]
|
| D | exynos850-pinctrl.dtsi | 121 /* USI: UART_DEBUG_0 pins */ 128 /* USI: UART_DEBUG_1 pins */ 591 /* USI: HSI2C0 */ 599 /* USI: HSI2C1 */ 607 /* USI: HSI2C2 */ 615 /* USI: SPI */
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/i2c/ |
| D | i2c-exynos5.yaml | 16 In case the HSI2C controller is encapsulated within USI block (it's the case 18 define USI node in device tree file, choosing "i2c" configuration. Please see 19 Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml for details.
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/marvell/ |
| D | marvell,kirkwood.txt | 102 "usi,topkick" 103 "usi,topkick-1281P2"
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/marvell/ |
| D | marvell,kirkwood.txt | 102 "usi,topkick" 103 "usi,topkick-1281P2"
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/marvell/ |
| D | kirkwood-topkick.dts | 9 compatible = "usi,topkick-1281P2", "usi,topkick", "marvell,kirkwood-88f6282", "marvell,kirkwood";
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | kirkwood-topkick.dts | 9 compatible = "usi,topkick-1281P2", "usi,topkick", "marvell,kirkwood-88f6282", "marvell,kirkwood";
|
| /kernel/linux/linux-5.10/drivers/scsi/pm8001/ |
| D | Makefile | 5 # Copyright (C) 2008-2009 USI Co., Ltd.
|
| D | pm8001_ctl.h | 4 * Copyright (c) 2008-2009 USI Co., Ltd.
|
| D | pm8001_chips.h | 4 * Copyright (c) 2008-2009 USI Co., Ltd.
|
| D | pm8001_defs.h | 4 * Copyright (c) 2008-2009 USI Co., Ltd.
|
| /kernel/linux/linux-6.6/drivers/scsi/pm8001/ |
| D | Makefile | 5 # Copyright (C) 2008-2009 USI Co., Ltd.
|
| D | pm8001_ctl.h | 4 * Copyright (c) 2008-2009 USI Co., Ltd.
|
| D | pm8001_chips.h | 4 * Copyright (c) 2008-2009 USI Co., Ltd.
|
| D | pm8001_defs.h | 4 * Copyright (c) 2008-2009 USI Co., Ltd.
|
| /kernel/linux/linux-6.6/Documentation/spi/ |
| D | butterfly.rst | 59 The "USI" controller, using J405, can also be used for a second SPI bus. 60 That would let you talk to the AVR using custom SPI-with-USI firmware,
|
| /kernel/linux/linux-5.10/Documentation/spi/ |
| D | butterfly.rst | 59 The "USI" controller, using J405, can also be used for a second SPI bus. 60 That would let you talk to the AVR using custom SPI-with-USI firmware,
|
| /kernel/linux/linux-6.6/include/dt-bindings/soc/ |
| D | samsung,exynos-usi.h | 6 * Device Tree bindings for Samsung Exynos USI (Universal Serial Interface).
|
| /kernel/linux/linux-5.10/Documentation/translations/it_IT/process/ |
| D | deprecated.rst | 14 In un mondo perfetto, sarebbe possibile prendere tutti gli usi di 151 tutto gli usi di "%p" nel kernel rappresentano l'hash dell'indirizzo, 152 rendendolo di fatto inutilizzabile. Nuovi usi di "%p" non dovrebbero
|
| /kernel/linux/linux-6.6/Documentation/translations/it_IT/process/ |
| D | deprecated.rst | 14 In un mondo perfetto, sarebbe possibile prendere tutti gli usi di 181 tutto gli usi di "%p" nel kernel rappresentano l'hash dell'indirizzo, 182 rendendolo di fatto inutilizzabile. Nuovi usi di "%p" non dovrebbero
|
123