Lines Matching full:gce
113 dev_err(cmdq->mbox.dev, "suspend GCE thread 0x%x failed\n", in cmdq_thread_suspend()
147 dev_err(cmdq->mbox.dev, "reset GCE thread 0x%x failed\n", in cmdq_thread_reset()
161 /* notify GCE to re-fetch commands by setting GCE thread PC */
233 * reset / disable this GCE thread, so we need to check the enable in cmdq_thread_irq_handler()
234 * bit of this GCE thread. in cmdq_thread_irq_handler()
482 dev_err(cmdq->mbox.dev, "Fail to wait GCE thread 0x%x done\n", in cmdq_mbox_flush()
522 static const char * const clk_name = "gce"; in cmdq_probe()
568 "failed to get gce clk: %d\n", in cmdq_probe()
578 "failed to get gce clk\n"); in cmdq_probe()
664 {.compatible = "mediatek,mt8173-gce", .data = (void *)&gce_plat_v2},
665 {.compatible = "mediatek,mt8183-gce", .data = (void *)&gce_plat_v3},
666 {.compatible = "mediatek,mt6779-gce", .data = (void *)&gce_plat_v4},
667 {.compatible = "mediatek,mt8192-gce", .data = (void *)&gce_plat_v5},
668 {.compatible = "mediatek,mt8195-gce", .data = (void *)&gce_plat_v6},