Lines Matching refs:telem_ctrl

279 	u32 telem_ctrl;  in telemetry_setup_iossevtconfig()  local
288 &telem_ctrl, sizeof(telem_ctrl)); in telemetry_setup_iossevtconfig()
295 TELEM_DISABLE(telem_ctrl); in telemetry_setup_iossevtconfig()
298 IOSS_TELEM_EVENT_CTL_WRITE, &telem_ctrl, in telemetry_setup_iossevtconfig()
299 sizeof(telem_ctrl), NULL, 0); in telemetry_setup_iossevtconfig()
309 TELEM_CLEAR_EVENTS(telem_ctrl); in telemetry_setup_iossevtconfig()
313 &telem_ctrl, sizeof(telem_ctrl), in telemetry_setup_iossevtconfig()
337 TELEM_CLEAR_EVENTS(telem_ctrl); in telemetry_setup_iossevtconfig()
341 &telem_ctrl, sizeof(telem_ctrl), in telemetry_setup_iossevtconfig()
385 TELEM_CLEAR_SAMPLE_PERIOD(telem_ctrl); in telemetry_setup_iossevtconfig()
386 TELEM_ENABLE_SRAM_EVT_TRACE(telem_ctrl); in telemetry_setup_iossevtconfig()
387 TELEM_ENABLE_PERIODIC(telem_ctrl); in telemetry_setup_iossevtconfig()
388 telem_ctrl |= ioss_period; in telemetry_setup_iossevtconfig()
392 &telem_ctrl, sizeof(telem_ctrl), NULL, 0); in telemetry_setup_iossevtconfig()
410 u32 telem_ctrl; in telemetry_setup_pssevtconfig() local
419 0, 0, NULL, &telem_ctrl); in telemetry_setup_pssevtconfig()
426 TELEM_DISABLE(telem_ctrl); in telemetry_setup_pssevtconfig()
428 0, 0, &telem_ctrl, NULL); in telemetry_setup_pssevtconfig()
437 TELEM_CLEAR_EVENTS(telem_ctrl); in telemetry_setup_pssevtconfig()
441 0, 0, &telem_ctrl, NULL); in telemetry_setup_pssevtconfig()
463 TELEM_CLEAR_EVENTS(telem_ctrl); in telemetry_setup_pssevtconfig()
467 0, 0, &telem_ctrl, NULL); in telemetry_setup_pssevtconfig()
511 TELEM_CLEAR_SAMPLE_PERIOD(telem_ctrl); in telemetry_setup_pssevtconfig()
512 TELEM_ENABLE_SRAM_EVT_TRACE(telem_ctrl); in telemetry_setup_pssevtconfig()
513 TELEM_ENABLE_PERIODIC(telem_ctrl); in telemetry_setup_pssevtconfig()
514 telem_ctrl |= pss_period; in telemetry_setup_pssevtconfig()
517 0, 0, &telem_ctrl, NULL); in telemetry_setup_pssevtconfig()
670 u32 telem_ctrl = 0; in telemetry_plt_set_sampling_period() local
686 &telem_ctrl, sizeof(telem_ctrl)); in telemetry_plt_set_sampling_period()
693 TELEM_DISABLE(telem_ctrl); in telemetry_plt_set_sampling_period()
697 &telem_ctrl, sizeof(telem_ctrl), in telemetry_plt_set_sampling_period()
705 TELEM_CLEAR_SAMPLE_PERIOD(telem_ctrl); in telemetry_plt_set_sampling_period()
706 TELEM_ENABLE_SRAM_EVT_TRACE(telem_ctrl); in telemetry_plt_set_sampling_period()
707 TELEM_ENABLE_PERIODIC(telem_ctrl); in telemetry_plt_set_sampling_period()
708 telem_ctrl |= ioss_period; in telemetry_plt_set_sampling_period()
712 &telem_ctrl, sizeof(telem_ctrl), in telemetry_plt_set_sampling_period()
731 0, 0, NULL, &telem_ctrl); in telemetry_plt_set_sampling_period()
738 TELEM_DISABLE(telem_ctrl); in telemetry_plt_set_sampling_period()
741 0, 0, &telem_ctrl, NULL); in telemetry_plt_set_sampling_period()
748 TELEM_CLEAR_SAMPLE_PERIOD(telem_ctrl); in telemetry_plt_set_sampling_period()
749 TELEM_ENABLE_SRAM_EVT_TRACE(telem_ctrl); in telemetry_plt_set_sampling_period()
750 TELEM_ENABLE_PERIODIC(telem_ctrl); in telemetry_plt_set_sampling_period()
751 telem_ctrl |= pss_period; in telemetry_plt_set_sampling_period()
755 0, 0, &telem_ctrl, NULL); in telemetry_plt_set_sampling_period()