Searched +full:usb +full:- +full:dc +full:- +full:cal (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Realtek DHC SoCs USB 2.0 PHY11 - Stanley Chang <stanley_chang@realtek.com>14 Realtek USB 2.0 PHY support the digital home center (DHC) RTD series SoCs.15 The USB 2.0 PHY driver is designed to support the XHCI controller. The SoCs19 RTD1295/RTD1619 SoCs USB20 The USB architecture includes three XHCI controllers.21 Each XHCI maps to one USB 2.0 PHY and map one USB 3.0 PHY on some[all …]
1 // SPDX-License-Identifier: GPL-2.03 * phy-rtk-usb2.c RTK usb2.0 PHY driver15 #include <linux/nvmem-consumer.h>20 #include <linux/usb.h>128 return (int)((((addr) - PAGE_START) & 0x7) + in page_addr_to_array_index()129 ((((addr) - PAGE_START) & 0x10) >> 1)); in page_addr_to_array_index()149 pr_err("%s can't program USB phy\n", __func__); in utmi_wait_register()150 return -ETIMEDOUT; in utmi_wait_register()158 void __iomem *reg_gusb2phyacc0 = phy_reg->reg_gusb2phyacc0; in rtk_phy_read()162 addr -= OFFEST_PHY_READ; in rtk_phy_read()[all …]
1 // SPDX-License-Identifier: GPL-2.02 #include <dt-bindings/clock/tegra210-car.h>3 #include <dt-bindings/gpio/tegra-gpio.h>4 #include <dt-bindings/memory/tegra210-mc.h>5 #include <dt-bindings/pinctrl/pinctrl-tegra.h>6 #include <dt-bindings/pinctrl/pinctrl-tegra-io-pad.h>7 #include <dt-bindings/reset/tegra210-car.h>8 #include <dt-bindings/interrupt-controller/arm-gic.h>9 #include <dt-bindings/thermal/tegra124-soctherm.h>10 #include <dt-bindings/soc/tegra-pmc.h>[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later24 #include <linux/crc-ccitt.h>87 mutex_lock(&rt2x00dev->csr_mutex); in rt2800_bbp_write()104 mutex_unlock(&rt2x00dev->csr_mutex); in rt2800_bbp_write()112 mutex_lock(&rt2x00dev->csr_mutex); in rt2800_bbp_read()136 mutex_unlock(&rt2x00dev->csr_mutex); in rt2800_bbp_read()146 mutex_lock(&rt2x00dev->csr_mutex); in rt2800_rfcsr_write()152 switch (rt2x00dev->chip.rt) { in rt2800_rfcsr_write()179 mutex_unlock(&rt2x00dev->csr_mutex); in rt2800_rfcsr_write()228 mutex_lock(&rt2x00dev->csr_mutex); in rt2800_rfcsr_read()[all …]