Lines Matching full:gce
125 dev_err(cmdq->mbox.dev, "suspend GCE thread 0x%x failed\n", in cmdq_thread_suspend()
166 dev_err(cmdq->mbox.dev, "reset GCE thread 0x%x failed\n", in cmdq_thread_reset()
180 /* notify GCE to re-fetch commands by setting GCE thread PC */
252 * reset / disable this GCE thread, so we need to check the enable in cmdq_thread_irq_handler()
253 * bit of this GCE thread. in cmdq_thread_irq_handler()
511 dev_err(cmdq->mbox.dev, "Fail to wait GCE thread 0x%x done\n", in cmdq_mbox_flush()
550 static const char * const clk_name = "gce"; in cmdq_probe()
586 "failed to get gce clk: %d\n", in cmdq_probe()
596 "failed to get gce clk\n"); in cmdq_probe()
697 {.compatible = "mediatek,mt8173-gce", .data = (void *)&gce_plat_v2},
698 {.compatible = "mediatek,mt8183-gce", .data = (void *)&gce_plat_v3},
699 {.compatible = "mediatek,mt8186-gce", .data = (void *)&gce_plat_v7},
700 {.compatible = "mediatek,mt6779-gce", .data = (void *)&gce_plat_v4},
701 {.compatible = "mediatek,mt8192-gce", .data = (void *)&gce_plat_v5},
702 {.compatible = "mediatek,mt8195-gce", .data = (void *)&gce_plat_v6},