Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/broadcom/
H A Dphy-brcm-usb-init.c721 void __iomem *xhci_ec_base = params->regs[BRCM_REGS_XHCI_EC]; in brcmusb_usb3_otp_fix() local
724 if (params->family_id != 0x74371000 || !xhci_ec_base) in brcmusb_usb3_otp_fix()
726 brcm_usb_writel(0xa20c, USB_XHCI_EC_REG(xhci_ec_base, IRAADR)); in brcmusb_usb3_otp_fix()
727 val = brcm_usb_readl(USB_XHCI_EC_REG(xhci_ec_base, IRADAT)); in brcmusb_usb3_otp_fix()
731 brcm_usb_writel(val, USB_XHCI_EC_REG(xhci_ec_base, IRADAT)); in brcmusb_usb3_otp_fix()