Home
last modified time | relevance | path

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

/openbmc/linux/drivers/counter/
H A Dftm-quaddec.c121 uint32_t scflags; in ftm_quaddec_get_prescaler() local
123 ftm_read(ftm, FTM_SC, &scflags); in ftm_quaddec_get_prescaler()
125 *cnt_mode = FIELD_GET(FTM_SC_PS_MASK, scflags); in ftm_quaddec_get_prescaler()