Lines Matching refs:input

393 	struct hl_debug_params_stm *input;
408 input = params->input;
410 if (!input)
416 WREG32(base_reg + 0xD00, lower_32_bits(input->he_mask));
418 WREG32(base_reg + 0xD00, upper_32_bits(input->he_mask));
421 WREG32(base_reg + 0xE00, lower_32_bits(input->sp_mask));
422 WREG32(base_reg + 0xEF4, input->id);
426 frequency = input->frequency;
438 WREG32(base_reg + 0xE80, 0x23 | (input->id << 16));
471 struct hl_debug_params_etf *input;
515 input = params->input;
517 if (!input)
521 WREG32(base_reg + 0x28, input->sink_mode);
581 struct hl_debug_params_etr *input;
620 input = params->input;
622 if (!input)
625 if (input->buffer_size == 0) {
632 input->buffer_address, input->buffer_size,
638 msb = upper_32_bits(input->buffer_address) >> 8;
643 WREG32(mmPSOC_ETR_RSZ, input->buffer_size);
644 WREG32(mmPSOC_ETR_MODE, input->sink_mode);
661 lower_32_bits(input->buffer_address));
663 upper_32_bits(input->buffer_address));
720 struct hl_debug_params_bmon *input;
733 input = params->input;
735 if (!input)
738 WREG32(base_reg + 0x200, lower_32_bits(input->start_addr0));
739 WREG32(base_reg + 0x204, upper_32_bits(input->start_addr0));
740 WREG32(base_reg + 0x208, lower_32_bits(input->addr_mask0));
741 WREG32(base_reg + 0x20C, upper_32_bits(input->addr_mask0));
742 WREG32(base_reg + 0x240, lower_32_bits(input->start_addr1));
743 WREG32(base_reg + 0x244, upper_32_bits(input->start_addr1));
744 WREG32(base_reg + 0x248, lower_32_bits(input->addr_mask1));
745 WREG32(base_reg + 0x24C, upper_32_bits(input->addr_mask1));
748 WREG32(base_reg + 0x30C, input->bw_win);
749 WREG32(base_reg + 0x308, input->win_capture);
750 WREG32(base_reg + 0x700, 0xA000B00 | (input->id << 12));
751 WREG32(base_reg + 0x708, 0xA000A00 | (input->id << 12));
752 WREG32(base_reg + 0x70C, 0xA000C00 | (input->id << 12));
783 struct hl_debug_params_spmu *input = params->input;
799 input = params->input;
801 if (!input)
804 if (input->event_types_num < 3) {
810 if (input->event_types_num > SPMU_MAX_COUNTERS) {
819 for (i = 0 ; i < input->event_types_num ; i++)
821 input->event_types[i]);