Searched refs:usbh (Results 1 – 3 of 3) sorted by relevance
232 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 …]
2 obj-$(CONFIG_PHY_BCM63XX_USBH) += phy-bcm63xx-usbh.o
927 static struct clk_stm32_gate usbh = { variable1397 STM32_GATE_CFG(USBH, usbh, SECF_NONE),
Completed in 12 milliseconds