Home
last modified time | relevance | path

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

/freebsd/sys/dev/iicbus/controller/twsi/
H A Dtwsi.h77 #define TWSI_BAUD_RATE_PARAM(M,N) ((((M) << 3) | ((N) & 0x7)) & 0x7f) macro
H A Dmv_twsi.c171 rate->param = TWSI_BAUD_RATE_PARAM(m0, n0); in mv_twsi_cal_baud_rate()
H A Dtwsi.c276 *param = TWSI_BAUD_RATE_PARAM(m0, n0); in twsi_calc_baud_rate()