• Home
  • Raw
  • Download

Lines Matching +full:0 +full:xcd00

27 #define QSCRATCH_HS_PHY_CTRL			0x10
31 #define QSCRATCH_SS_PHY_CTRL 0x30
34 #define QSCRATCH_GENERAL_CFG 0x08
35 #define PIPE_UTMI_CLK_SEL BIT(0)
39 #define PWR_EVNT_IRQ_STAT_REG 0x58
43 #define SDM845_QSCRATCH_BASE_OFFSET 0xf8800
44 #define SDM845_QSCRATCH_SIZE 0x400
45 #define SDM845_DWC3_CORE_SIZE 0xcd00
52 #define APPS_USB_AVG_BW 0
164 return 0; in dwc3_qcom_register_extcon()
166 qcom->edev = extcon_get_edev_by_phandle(dev, 0); in dwc3_qcom_register_extcon()
178 if (ret < 0) { in dwc3_qcom_register_extcon()
191 if (ret < 0) { in dwc3_qcom_register_extcon()
203 return 0; in dwc3_qcom_register_extcon()
248 return 0; in dwc3_qcom_interconnect_init()
285 return 0; in dwc3_qcom_interconnect_init()
375 return 0; in dwc3_qcom_suspend()
381 for (i = qcom->num_clocks - 1; i >= 0; i--) in dwc3_qcom_suspend()
393 return 0; in dwc3_qcom_suspend()
402 return 0; in dwc3_qcom_resume()
407 for (i = 0; i < qcom->num_clocks; i++) { in dwc3_qcom_resume()
409 if (ret < 0) { in dwc3_qcom_resume()
410 while (--i >= 0) in dwc3_qcom_resume()
426 return 0; in dwc3_qcom_resume()
490 if (irq > 0) { in dwc3_qcom_setup_irq()
506 if (irq > 0) { in dwc3_qcom_setup_irq()
521 if (irq > 0) { in dwc3_qcom_setup_irq()
536 if (irq > 0) { in dwc3_qcom_setup_irq()
549 return 0; in dwc3_qcom_setup_irq()
559 return 0; in dwc3_qcom_clk_init()
561 if (count < 0) in dwc3_qcom_clk_init()
571 for (i = 0; i < qcom->num_clocks; i++) { in dwc3_qcom_clk_init()
577 while (--i >= 0) in dwc3_qcom_clk_init()
583 if (ret < 0) { in dwc3_qcom_clk_init()
584 while (--i >= 0) { in dwc3_qcom_clk_init()
596 return 0; in dwc3_qcom_clk_init()
630 res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in dwc3_qcom_acpi_register_core()
637 child_res[0].flags = res->flags; in dwc3_qcom_acpi_register_core()
638 child_res[0].start = res->start; in dwc3_qcom_acpi_register_core()
639 child_res[0].end = child_res[0].start + in dwc3_qcom_acpi_register_core()
642 irq = platform_get_irq(pdev_irq, 0); in dwc3_qcom_acpi_register_core()
643 if (irq < 0) { in dwc3_qcom_acpi_register_core()
658 if (ret < 0) { in dwc3_qcom_acpi_register_core()
669 return 0; in dwc3_qcom_acpi_register_core()
805 res = platform_get_resource(pdev, IORESOURCE_MEM, 0); in dwc3_qcom_probe()
884 return 0; in dwc3_qcom_probe()
898 for (i = qcom->num_clocks - 1; i >= 0; i--) { in dwc3_qcom_probe()
924 for (i = qcom->num_clocks - 1; i >= 0; i--) { in dwc3_qcom_remove()
928 qcom->num_clocks = 0; in dwc3_qcom_remove()
936 return 0; in dwc3_qcom_remove()
942 int ret = 0; in dwc3_qcom_pm_suspend()