Searched refs:counter_offset (Results 1 – 3 of 3) sorted by relevance
| /drivers/crypto/intel/qat/qat_common/ |
| A D | adf_tl_debugfs.c | 27 size_t counter_offset, u64 *arr) in tl_collect_values_u32() argument 40 counter_val = regs_hist_buff[counter_offset / sizeof(counter_val)]; in tl_collect_values_u32() 51 size_t counter_offset, u64 *arr) in tl_collect_values_u64() argument 64 counter_val = regs_hist_buff[counter_offset / sizeof(counter_val)]; in tl_collect_values_u64()
|
| /drivers/perf/arm_cspmu/ |
| A D | arm_cspmu.c | 658 static inline u32 counter_offset(u32 reg_sz, u32 ctr_idx) in counter_offset() function 669 offset = counter_offset(sizeof(u64), event->hw.idx); in arm_cspmu_write_counter() 676 offset = counter_offset(sizeof(u32), event->hw.idx); in arm_cspmu_write_counter() 689 offset = counter_offset(sizeof(u64), event->hw.idx); in arm_cspmu_read_counter() 697 offset = counter_offset(sizeof(u32), event->hw.idx); in arm_cspmu_read_counter()
|
| /drivers/net/ethernet/mscc/ |
| A D | ocelot_vcap.c | 44 u32 counter_offset; /* Current counter offset */ member 209 data->counter_offset = (num_subwords_per_entry * col * in vcap_data_offset_get() 637 vcap_data_set(data.counter, data.counter_offset, in is2_entry_set() 772 vcap_data_set(data.counter, data.counter_offset, in is1_entry_set() 843 vcap_data_set(data.counter, data.counter_offset, in es0_entry_set() 870 cnt = vcap_data_get(data.counter, data.counter_offset, in vcap_entry_get()
|
Completed in 17 milliseconds