Home
last modified time | relevance | path

Searched refs:usbh (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/phy/broadcom/
H A Dphy-bcm63xx-usbh.c224 static inline bool usbh_has_reg(struct bcm63xx_usbh_phy *usbh, int reg) in usbh_has_reg() argument
226 return (usbh->variant->regs[reg] >= 0); in usbh_has_reg()
229 static inline u32 usbh_readl(struct bcm63xx_usbh_phy *usbh, int reg) in usbh_readl() argument
231 return __raw_readl(usbh->base + usbh->variant->regs[reg]); in usbh_readl()
234 static inline void usbh_writel(struct bcm63xx_usbh_phy *usbh, int reg, in usbh_writel() argument
237 __raw_writel(value, usbh->base + usbh->variant->regs[reg]); in usbh_writel()
242 struct bcm63xx_usbh_phy *usbh = phy_get_drvdata(phy); in bcm63xx_usbh_phy_init() local
245 ret = clk_prepare_enable(usbh in bcm63xx_usbh_phy_init()
319 struct bcm63xx_usbh_phy *usbh = phy_get_drvdata(phy); bcm63xx_usbh_phy_power_on() local
335 struct bcm63xx_usbh_phy *usbh = phy_get_drvdata(phy); bcm63xx_usbh_phy_power_off() local
351 struct bcm63xx_usbh_phy *usbh = phy_get_drvdata(phy); bcm63xx_usbh_phy_exit() local
370 struct bcm63xx_usbh_phy *usbh = dev_get_drvdata(dev); bcm63xx_usbh_phy_xlate() local
380 struct bcm63xx_usbh_phy *usbh; bcm63xx_usbh_phy_probe() local
[all...]
H A DMakefile2 obj-$(CONFIG_PHY_BCM63XX_USBH) += phy-bcm63xx-usbh.o
/kernel/linux/linux-6.6/drivers/phy/broadcom/
H A Dphy-bcm63xx-usbh.c225 static inline bool usbh_has_reg(struct bcm63xx_usbh_phy *usbh, int reg) in usbh_has_reg() argument
227 return (usbh->variant->regs[reg] >= 0); in usbh_has_reg()
230 static inline u32 usbh_readl(struct bcm63xx_usbh_phy *usbh, int reg) in usbh_readl() argument
232 return __raw_readl(usbh->base + usbh->variant->regs[reg]); in usbh_readl()
235 static inline void usbh_writel(struct bcm63xx_usbh_phy *usbh, int reg, in usbh_writel() argument
238 __raw_writel(value, usbh->base + usbh->variant->regs[reg]); in usbh_writel()
243 struct bcm63xx_usbh_phy *usbh = phy_get_drvdata(phy); in bcm63xx_usbh_phy_init() local
246 ret = clk_prepare_enable(usbh in bcm63xx_usbh_phy_init()
320 struct bcm63xx_usbh_phy *usbh = phy_get_drvdata(phy); bcm63xx_usbh_phy_power_on() local
336 struct bcm63xx_usbh_phy *usbh = phy_get_drvdata(phy); bcm63xx_usbh_phy_power_off() local
352 struct bcm63xx_usbh_phy *usbh = phy_get_drvdata(phy); bcm63xx_usbh_phy_exit() local
371 struct bcm63xx_usbh_phy *usbh = dev_get_drvdata(dev); bcm63xx_usbh_phy_xlate() local
381 struct bcm63xx_usbh_phy *usbh; bcm63xx_usbh_phy_probe() local
[all...]
H A DMakefile2 obj-$(CONFIG_PHY_BCM63XX_USBH) += phy-bcm63xx-usbh.o
/kernel/linux/linux-5.10/include/linux/usb/
H A Dpd_vdo.h118 #define VDO_IDH(usbh, usbd, ptype, is_modal, vid) \
119 ((usbh) << 31 | (usbd) << 30 | ((ptype) & 0x7) << 27 \
/kernel/linux/linux-6.6/include/dt-bindings/usb/
H A Dpd.h132 #define VDO_IDH(usbh, usbd, ufp_cable, is_modal, dfp, conn, vid) \
133 ((usbh) << 31 | (usbd) << 30 | ((ufp_cable) & 0x7) << 27 \
/kernel/linux/linux-6.6/include/linux/usb/
H A Dpd_vdo.h143 #define VDO_IDH(usbh, usbd, ufp_cable, is_modal, dfp, conn, vid) \
144 ((usbh) << 31 | (usbd) << 30 | ((ufp_cable) & 0x7) << 27 \
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/usb/
H A Dpd.h132 #define VDO_IDH(usbh, usbd, ufp_cable, is_modal, dfp, conn, vid) \
133 ((usbh) << 31 | (usbd) << 30 | ((ufp_cable) & 0x7) << 27 \
/kernel/linux/linux-6.6/drivers/clk/stm32/
H A Dclk-stm32mp13.c925 static struct clk_stm32_gate usbh = { variable
927 .hw.init = CLK_HW_INIT("usbh", "ck_axi", &clk_stm32_gate_ops, 0),
1395 STM32_GATE_CFG(USBH, usbh, SECF_NONE),

Completed in 9 milliseconds