Home
last modified time | relevance | path

Searched +full:0 +full:xe450 (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/phy/rockchip/
Dphy-rockchip-inno-usb2.c3 * Rockchip USB2.0 PHY with Innosilicon IP block driver
42 PHY_STATE_HS_ONLINE = 0,
61 USB_CHG_STATE_UNDEFINED = 0,
195 * struct rockchip_usb2phy - usb2.0 phy driver data.
274 return 0; in rockchip_usb2phy_clk480m_prepare()
326 init.flags = 0; in rockchip_usb2phy_clk480m_register()
339 init.num_parents = 0; in rockchip_usb2phy_clk480m_register()
352 if (ret < 0) in rockchip_usb2phy_clk480m_register()
357 if (ret < 0) in rockchip_usb2phy_clk480m_register()
360 return 0; in rockchip_usb2phy_clk480m_register()
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/
Dphy-rockchip-inno-usb2.yaml7 title: Rockchip USB2.0 phy with inno IP block
30 const: 0
33 const: 0
68 const: 0
92 const: 0
135 reg = <0xe450 0x10>;
139 #clock-cells = <0>;
140 #phy-cells = <0>;
143 #phy-cells = <0>;
144 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH 0>;
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/
Drockchip,inno-usb2phy.yaml7 title: Rockchip USB2.0 phy with inno IP block
34 const: 0
81 const: 0
104 const: 0
184 reg = <0xe450 0x10>;
188 #clock-cells = <0>;
191 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH 0>;
193 #phy-cells = <0>;
197 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH 0>,
198 <GIC_SPI 104 IRQ_TYPE_LEVEL_HIGH 0>,
[all …]
/kernel/linux/linux-6.6/drivers/phy/rockchip/
Dphy-rockchip-inno-usb2.c3 * Rockchip USB2.0 PHY with Innosilicon IP block driver
45 PHY_STATE_HS_ONLINE = 0,
64 USB_CHG_STATE_UNDEFINED = 0,
224 * struct rockchip_usb2phy - usb2.0 phy driver data.
306 return 0; in rockchip_usb2phy_reset()
326 return 0; in rockchip_usb2phy_clk480m_prepare()
376 int ret = 0; in rockchip_usb2phy_clk480m_register()
378 init.flags = 0; in rockchip_usb2phy_clk480m_register()
391 init.num_parents = 0; in rockchip_usb2phy_clk480m_register()
404 if (ret < 0) in rockchip_usb2phy_clk480m_register()
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/soc/rockchip/
Dgrf.yaml171 "phy@[0-9a-f]+$":
214 "usb2phy@[0-9a-f]+$":
256 reg = <0xff770000 0x10000>;
267 #phy-cells = <0>;
272 reg = <0xe450 0x10>;
275 #clock-cells = <0>;
279 #phy-cells = <0>;
280 interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH 0>;
285 #phy-cells = <0>;
286 interrupts = <GIC_SPI 103 IRQ_TYPE_LEVEL_HIGH 0>,
[all …]
/kernel/linux/linux-5.10/arch/arm64/boot/dts/rockchip/
Drk3399.dtsi44 #size-cells = <0>;
72 cpu_l0: cpu@0 {
75 reg = <0x0 0x0>;
87 reg = <0x0 0x1>;
99 reg = <0x0 0x2>;
111 reg = <0x0 0x3>;
123 reg = <0x0 0x100>;
135 reg = <0x0 0x101>;
150 arm,psci-suspend-param = <0x0010000>;
159 arm,psci-suspend-param = <0x1010000>;
[all …]
/kernel/linux/linux-6.6/arch/arm64/boot/dts/rockchip/
Drk3399.dtsi41 #size-cells = <0>;
69 cpu_l0: cpu@0 {
72 reg = <0x0 0x0>;
84 reg = <0x0 0x1>;
96 reg = <0x0 0x2>;
108 reg = <0x0 0x3>;
120 reg = <0x0 0x100>;
138 reg = <0x0 0x101>;
159 arm,psci-suspend-param = <0x0010000>;
168 arm,psci-suspend-param = <0x1010000>;
[all …]
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch68 return 0;
201 index 0dc478a19..55416812b 100644
217 + u32 clksel0 = readl_relaxed(cpuclk->reg_base + reg_data->core_reg[0]);
221 + clksel0 >>= reg_data->div_core_shift[0];
222 + clksel0 &= reg_data->div_core_mask[0];
230 + int i = 0;
248 + if (alt_div > reg_data->div_core_mask[0]) {
252 + __func__, alt_div, reg_data->div_core_mask[0]);
253 + alt_div = reg_data->div_core_mask[0];
273 + for (i = 0; i < reg_data->num_cores; i++) {
[all …]