Lines Matching defs:cpc
19 static struct mtk_cpc_dev cpc;
154 /* sync kernel timer to cpc */
157 /* sync system timer to cpc */
178 cpc.auto_off = 1;
181 cpc.auto_off = 0;
186 cpc.auto_thres_tick = us_to_ticks(data);
187 val = cpc.auto_thres_tick;
215 res = cpc.auto_off;
218 res = ticks_to_us(cpc.auto_thres_tick);
260 cpc.auto_off = 1;
261 cpc.auto_thres_tick = us_to_ticks(8000);
266 | (cpc.auto_off ? CPC_AUTO_OFF_EN : 0U));
268 mmio_write_32(CPC_MCUSYS_CPC_OFF_THRES, cpc.auto_thres_tick);