Home
last modified time | relevance | path

Searched refs:COUNTER_COUNT_POSITION (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/counter/
Dftm-quaddec.c188 counter_count_read_value_set(val, COUNTER_COUNT_POSITION, &cntval); in ftm_quaddec_count_read()
201 err = counter_count_write_value_get(&cnt, COUNTER_COUNT_POSITION, val); in ftm_quaddec_count_write()
Dstm32-timer-cnt.c58 counter_count_read_value_set(val, COUNTER_COUNT_POSITION, &cnt); in stm32_count_read()
71 err = counter_count_write_value_get(&cnt, COUNTER_COUNT_POSITION, val); in stm32_count_write()
D104-quad-8.c610 counter_count_read_value_set(val, COUNTER_COUNT_POSITION, &position); in quad8_count_read()
624 err = counter_count_write_value_get(&position, COUNTER_COUNT_POSITION, in quad8_count_write()
Dstm32-lptimer-cnt.c391 counter_count_read_value_set(val, COUNTER_COUNT_POSITION, &cnt); in stm32_lptim_cnt_read()
Dcounter.c263 case COUNTER_COUNT_POSITION: in counter_count_read_value_set()
292 case COUNTER_COUNT_POSITION: in counter_count_write_value_get()
/Linux-v5.4/include/linux/
Dcounter.h490 COUNTER_COUNT_POSITION = 0, enumerator