Lines Matching +full:0 +full:x23100000
21 #define GTXTHRCFG 0xc108
22 #define GRXTHRCFG 0xc10c
23 #define REG_GUSB2PHYCFG0 0xc200
28 #define REG_GUSB3PIPECTL0 0xc2c0
54 if (of_property_match_string(np, "phys-names", "inno") >= 0) { in xhci_histb_config()
63 if (of_property_match_string(np, "phys-names", "combo") >= 0) { in xhci_histb_config()
65 * write 0x010c0012 to GUSB3PIPECTL0 in xhci_histb_config()
78 writel(0x23100000, histb->ctrl + GTXTHRCFG); in xhci_histb_config()
79 writel(0x23100000, histb->ctrl + GRXTHRCFG); in xhci_histb_config()
81 return 0; in xhci_histb_config()
112 return 0; in xhci_histb_clks_get()
145 return 0; in xhci_histb_host_enable()
208 irq = platform_get_irq(pdev, 0); in xhci_histb_probe()
209 if (irq < 0) in xhci_histb_probe()
212 histb->ctrl = devm_platform_get_and_ioremap_resource(pdev, 0, &res); in xhci_histb_probe()
295 return 0; in xhci_histb_probe()