Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Datmel_shdwc.c35 #define DBC_PERIOD_US(x) DIV_ROUND_UP((1000000ULL * (x)), SLOW_CLK_FREQ) macro
91 uint64_t max_period_us = DBC_PERIOD_US(sdwc_dbc_period[max_idx]); in at91_shdwc_debouncer_value()
100 period_us = DBC_PERIOD_US(sdwc_dbc_period[i]); in at91_shdwc_debouncer_value()