Home
last modified time | relevance | path

Searched full:ciu (Results 1 – 25 of 188) sorted by relevance

12345678

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/mmc/
Dsamsung,exynos-dw-mshc.yaml36 Handle to "biu" and "ciu" clocks for the
42 - const: ciu
44 samsung,dw-mshc-ciu-div:
49 The divider value for the card interface unit (ciu) clock.
54 - description: CIU clock phase shift value for tx mode
57 - description: CIU clock phase shift value for rx mode
61 The value of CUI clock phase shift value in transmit mode and CIU clock
68 - description: CIU clock phase shift value for tx mode
71 - description: CIU clock phase shift value for rx mode
75 The value of CIU TX and RX clock phase shift value for HS400 mode
[all …]
Drockchip-dw-mshc.yaml57 Handle to "biu" and "ciu" clocks for the bus interface unit clock and
58 the card interface unit clock. If "ciu-drive" and "ciu-sample" are
66 - const: ciu
67 - const: ciu-drive
68 - const: ciu-sample
70 Apart from the clock-names "biu" and "ciu" two more clocks
71 "ciu-drive" and "ciu-sample" are supported. They are used
72 to control the clock phases, "ciu-sample" is required for tuning
84 The default phase to set "ciu-sample" at probing,
118 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
Dhi3798cv200-dw-mshc.txt17 "ciu" - The ciu clock described in synopsys-dw-mshc.txt.
19 "ciu-sample" - Hi3798CV200 extended phase clock for ciu sampling.
20 "ciu-drive" - Hi3798CV200 extended phase clock for ciu driving.
32 clock-names = "ciu", "biu", "ciu-sample", "ciu-drive";
Dstarfive,jh7110-mmc.yaml29 - description: ciu clock
34 - const: ciu
69 clock-names = "biu","ciu";
Dsynopsys-dw-mshc-common.yaml25 Should be the frequency (in Hz) of the ciu clock. If this
26 is specified and the ciu clock is specified then we'll try to set the ciu
Dsynopsys-dw-mshc.yaml30 Handle to "biu" and "ciu" clocks for the
36 - const: ciu
83 clock-names = "biu", "ciu";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/
Drockchip-dw-mshc.yaml60 Handle to "biu" and "ciu" clocks for the bus interface unit clock and
61 the card interface unit clock. If "ciu-drive" and "ciu-sample" are
69 - const: ciu
70 - const: ciu-drive
71 - const: ciu-sample
73 Apart from the clock-names "biu" and "ciu" two more clocks
74 "ciu-drive" and "ciu-sample" are supported. They are used
75 to control the clock phases, "ciu-sample" is required for tuning
84 The default phase to set "ciu-sample" at probing,
118 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
Dhi3798cv200-dw-mshc.txt17 "ciu" - The ciu clock described in synopsys-dw-mshc.txt.
19 "ciu-sample" - Hi3798CV200 extended phase clock for ciu sampling.
20 "ciu-drive" - Hi3798CV200 extended phase clock for ciu driving.
32 clock-names = "ciu", "biu", "ciu-sample", "ciu-drive";
Dexynos-dw-mshc.txt26 * samsung,dw-mshc-ciu-div: Specifies the divider value for the card interface
27 unit (ciu) clock. This property is applicable only for Exynos5 SoC's and
30 * samsung,dw-mshc-sdr-timing: Specifies the value of CIU clock phase shift value
31 in transmit mode and CIU clock phase shift value in receive mode for single
36 in transmit mode and CIU clock phase shift value in receive mode for double
39 * samsung,dw-mshc-hs400-timing: Specifies the value of CIU TX and RX clock phase
45 - First Cell: CIU clock phase shift value for tx mode.
46 - Second Cell: CIU clock phase shift value for rx mode.
48 Valid values for SDR and DDR CIU clock timing for Exynos5250:
50 - when CIU clock divider value is set to 3, all possible 8 phase shift
[all …]
Dsynopsys-dw-mshc.yaml30 Handle to "biu" and "ciu" clocks for the
36 - const: ciu
54 clock-names = "biu", "ciu";
Dsynopsys-dw-mshc-common.yaml25 Should be the frequency (in Hz) of the ciu clock. If this
26 is specified and the ciu clock is specified then we'll try to set the ciu
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mips/cavium/
Dciu.txt4 - compatible: "cavium,octeon-3860-ciu"
10 - reg: The base address of the CIU's register bank.
13 the CIU and may have a value of 0 or 1. The second cell is the bit
18 compatible = "cavium,octeon-3860-ciu";
Dciu2.txt10 - reg: The base address of the CIU's register bank.
13 the CIU and may have a value between 0 and 63. The second cell is
Dcib.txt16 - interrupts: The CIU line to which the CIB block is connected.
31 interrupt-parent = <&ciu>;
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/mips/cavium/
Dciu.txt4 - compatible: "cavium,octeon-3860-ciu"
10 - reg: The base address of the CIU's register bank.
13 the CIU and may have a value of 0 or 1. The second cell is the bit
18 compatible = "cavium,octeon-3860-ciu";
Dciu2.txt10 - reg: The base address of the CIU's register bank.
13 the CIU and may have a value between 0 and 63. The second cell is
Dcib.txt16 - interrupts: The CIU line to which the CIB block is connected.
31 interrupt-parent = <&ciu>;
/kernel/linux/linux-5.10/drivers/mmc/host/
Ddw_mmc-hi3798cv200.c136 priv->sample_clk = devm_clk_get(host->dev, "ciu-sample"); in dw_mci_hi3798cv200_init()
138 dev_err(host->dev, "failed to get ciu-sample clock\n"); in dw_mci_hi3798cv200_init()
142 priv->drive_clk = devm_clk_get(host->dev, "ciu-drive"); in dw_mci_hi3798cv200_init()
144 dev_err(host->dev, "failed to get ciu-drive clock\n"); in dw_mci_hi3798cv200_init()
150 dev_err(host->dev, "failed to enable ciu-sample clock\n"); in dw_mci_hi3798cv200_init()
156 dev_err(host->dev, "failed to enable ciu-drive clock\n"); in dw_mci_hi3798cv200_init()
/kernel/linux/linux-6.6/drivers/mmc/host/
Ddw_mmc-hi3798cv200.c130 priv->sample_clk = devm_clk_get(host->dev, "ciu-sample"); in dw_mci_hi3798cv200_init()
132 dev_err(host->dev, "failed to get ciu-sample clock\n"); in dw_mci_hi3798cv200_init()
136 priv->drive_clk = devm_clk_get(host->dev, "ciu-drive"); in dw_mci_hi3798cv200_init()
138 dev_err(host->dev, "failed to get ciu-drive clock\n"); in dw_mci_hi3798cv200_init()
144 dev_err(host->dev, "failed to enable ciu-sample clock\n"); in dw_mci_hi3798cv200_init()
150 dev_err(host->dev, "failed to enable ciu-drive clock\n"); in dw_mci_hi3798cv200_init()
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
Docteon-irq.c76 struct { /* only used for ciu/ciu2 */
83 int ciu_node; /* NUMA node number of the CIU */
804 * For non-v2 CIU, we will allow only single CPU affinity. in octeon_irq_ciu_set_affinity()
937 * Newer octeon chips have support for lockless CIU operation.
940 .name = "CIU",
952 .name = "CIU",
965 * Newer octeon chips have support for lockless CIU operation.
968 .name = "CIU",
980 .name = "CIU",
993 .name = "CIU",
[all …]
DKconfig71 tristate "Module to measure interrupt latency using Octeon CIU Timer"
74 the CIU Timers on Octeon.
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/
Docteon-irq.c76 struct { /* only used for ciu/ciu2 */
83 int ciu_node; /* NUMA node number of the CIU */
804 * For non-v2 CIU, we will allow only single CPU affinity. in octeon_irq_ciu_set_affinity()
937 * Newer octeon chips have support for lockless CIU operation.
940 .name = "CIU",
952 .name = "CIU",
965 * Newer octeon chips have support for lockless CIU operation.
968 .name = "CIU",
980 .name = "CIU",
993 .name = "CIU",
[all …]
/kernel/linux/linux-6.6/arch/arm/boot/dts/rockchip/
Drv1126.dtsi471 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
484 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
496 clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Daltr_socfpga.txt27 the SDMMC CIU clock. The first value is the clk_sample(smpsel), and the second
29 hold/delay times that is needed for the SD/MMC CIU clock. The values of both
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/
Daltr_socfpga.txt27 the SDMMC CIU clock. The first value is the clk_sample(smpsel), and the second
29 hold/delay times that is needed for the SD/MMC CIU clock. The values of both

12345678