Searched refs:cdns_ti_writel (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/usb/cdns3/ |
D | cdns3-ti.c | 81 static inline void cdns_ti_writel(struct cdns_ti *data, u32 offset, u32 value) in cdns_ti_writel() function 125 cdns_ti_writel(data, USBSS_W1, reg); in cdns_ti_probe() 137 cdns_ti_writel(data, USBSS_STATIC_CONFIG, reg); in cdns_ti_probe() 157 cdns_ti_writel(data, USBSS_W1, reg); in cdns_ti_probe() 161 cdns_ti_writel(data, USBSS_W1, reg); in cdns_ti_probe() 174 cdns_ti_writel(data, USBSS_W1, reg); in cdns_ti_remove()
|