Lines Matching refs:telem_ctrl
287 u32 telem_ctrl; in telemetry_setup_iossevtconfig() local
296 &telem_ctrl, IOSS_TELEM_READ_WORD); in telemetry_setup_iossevtconfig()
303 TELEM_DISABLE(telem_ctrl); in telemetry_setup_iossevtconfig()
307 (u8 *)&telem_ctrl, in telemetry_setup_iossevtconfig()
319 TELEM_CLEAR_EVENTS(telem_ctrl); in telemetry_setup_iossevtconfig()
323 (u8 *)&telem_ctrl, in telemetry_setup_iossevtconfig()
348 TELEM_CLEAR_EVENTS(telem_ctrl); in telemetry_setup_iossevtconfig()
352 (u8 *)&telem_ctrl, in telemetry_setup_iossevtconfig()
397 TELEM_CLEAR_SAMPLE_PERIOD(telem_ctrl); in telemetry_setup_iossevtconfig()
398 TELEM_ENABLE_SRAM_EVT_TRACE(telem_ctrl); in telemetry_setup_iossevtconfig()
399 TELEM_ENABLE_PERIODIC(telem_ctrl); in telemetry_setup_iossevtconfig()
400 telem_ctrl |= ioss_period; in telemetry_setup_iossevtconfig()
404 (u8 *)&telem_ctrl, in telemetry_setup_iossevtconfig()
423 u32 telem_ctrl; in telemetry_setup_pssevtconfig() local
432 0, 0, NULL, &telem_ctrl); in telemetry_setup_pssevtconfig()
439 TELEM_DISABLE(telem_ctrl); in telemetry_setup_pssevtconfig()
441 0, 0, &telem_ctrl, NULL); in telemetry_setup_pssevtconfig()
450 TELEM_CLEAR_EVENTS(telem_ctrl); in telemetry_setup_pssevtconfig()
454 0, 0, &telem_ctrl, NULL); in telemetry_setup_pssevtconfig()
476 TELEM_CLEAR_EVENTS(telem_ctrl); in telemetry_setup_pssevtconfig()
480 0, 0, &telem_ctrl, NULL); in telemetry_setup_pssevtconfig()
524 TELEM_CLEAR_SAMPLE_PERIOD(telem_ctrl); in telemetry_setup_pssevtconfig()
525 TELEM_ENABLE_SRAM_EVT_TRACE(telem_ctrl); in telemetry_setup_pssevtconfig()
526 TELEM_ENABLE_PERIODIC(telem_ctrl); in telemetry_setup_pssevtconfig()
527 telem_ctrl |= pss_period; in telemetry_setup_pssevtconfig()
530 0, 0, &telem_ctrl, NULL); in telemetry_setup_pssevtconfig()
682 u32 telem_ctrl = 0; in telemetry_plt_set_sampling_period() local
696 &telem_ctrl, IOSS_TELEM_READ_WORD); in telemetry_plt_set_sampling_period()
703 TELEM_DISABLE(telem_ctrl); in telemetry_plt_set_sampling_period()
707 (u8 *)&telem_ctrl, in telemetry_plt_set_sampling_period()
716 TELEM_CLEAR_SAMPLE_PERIOD(telem_ctrl); in telemetry_plt_set_sampling_period()
717 TELEM_ENABLE_SRAM_EVT_TRACE(telem_ctrl); in telemetry_plt_set_sampling_period()
718 TELEM_ENABLE_PERIODIC(telem_ctrl); in telemetry_plt_set_sampling_period()
719 telem_ctrl |= ioss_period; in telemetry_plt_set_sampling_period()
723 (u8 *)&telem_ctrl, in telemetry_plt_set_sampling_period()
743 0, 0, NULL, &telem_ctrl); in telemetry_plt_set_sampling_period()
750 TELEM_DISABLE(telem_ctrl); in telemetry_plt_set_sampling_period()
753 0, 0, &telem_ctrl, NULL); in telemetry_plt_set_sampling_period()
760 TELEM_CLEAR_SAMPLE_PERIOD(telem_ctrl); in telemetry_plt_set_sampling_period()
761 TELEM_ENABLE_SRAM_EVT_TRACE(telem_ctrl); in telemetry_plt_set_sampling_period()
762 TELEM_ENABLE_PERIODIC(telem_ctrl); in telemetry_plt_set_sampling_period()
763 telem_ctrl |= pss_period; in telemetry_plt_set_sampling_period()
767 0, 0, &telem_ctrl, NULL); in telemetry_plt_set_sampling_period()