Searched refs:usbss (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | xhci-keystone.c | 40 struct kdwc3_irq_regs *usbss; member 94 struct kdwc3_irq_regs *usbss; in xhci_hcd_init() local 97 usbss = (struct kdwc3_irq_regs *)CONFIG_USB_SS_BASE; in xhci_hcd_init() 120 writel(1, &usbss->sysconfig); in xhci_hcd_init() 121 while (readl(&usbss->sysconfig) & 1) in xhci_hcd_init() 124 val = readl(&usbss->revision); in xhci_hcd_init() 142 keystone.usbss = usbss; in xhci_hcd_init()
|
| /rk3399_rockchip-uboot/drivers/usb/cdns3/ |
| H A D | cdns3-ti.c | 53 void __iomem *usbss; member 78 return readl(data->usbss + offset); in cdns_ti_readl() 83 writel(value, data->usbss + offset); in cdns_ti_writel() 98 data->usbss = dev_remap_addr_index(dev, 0); in cdns_ti_probe() 99 if (!data->usbss) in cdns_ti_probe()
|
| /rk3399_rockchip-uboot/include/power/power_delivery/ |
| H A D | pd_vdo.h | 362 #define VDO_CABLE(hw, fw, cbl, lat, term, tx1d, tx2d, rx1d, rx2d, cur, vps, sopp, usbss) \ argument 366 | (vps) << 4 | (sopp) << 3 | ((usbss) & 0x7)) 449 #define VDO_AMA(hw, fw, tx1d, tx2d, rx1d, rx2d, vcpwr, vcr, vbr, usbss) \ argument 453 | ((usbss) & 0x7))
|