Home
last modified time | relevance | path

Searched refs:usbh (Results 1 – 3 of 3) sorted by relevance

/drivers/phy/broadcom/
A Dphy-bcm63xx-usbh.c232 return __raw_readl(usbh->base + usbh->variant->regs[reg]); in usbh_readl()
238 __raw_writel(value, usbh->base + usbh->variant->regs[reg]); in usbh_writel()
277 if (usbh->device_mode && usbh->variant->swapctl_dev_set) in bcm63xx_usbh_phy_init()
305 if (usbh->device_mode && in bcm63xx_usbh_phy_init()
386 usbh = devm_kzalloc(dev, sizeof(*usbh), GFP_KERNEL); in bcm63xx_usbh_phy_probe()
387 if (!usbh) in bcm63xx_usbh_phy_probe()
393 usbh->variant = variant; in bcm63xx_usbh_phy_probe()
396 if (IS_ERR(usbh->base)) in bcm63xx_usbh_phy_probe()
400 if (IS_ERR(usbh->reset)) { in bcm63xx_usbh_phy_probe()
407 if (IS_ERR(usbh->usbh_clk)) in bcm63xx_usbh_phy_probe()
[all …]
A DMakefile2 obj-$(CONFIG_PHY_BCM63XX_USBH) += phy-bcm63xx-usbh.o
/drivers/clk/stm32/
A Dclk-stm32mp13.c927 static struct clk_stm32_gate usbh = { variable
1397 STM32_GATE_CFG(USBH, usbh, SECF_NONE),

Completed in 12 milliseconds