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

/freebsd-12-stable/sys/dev/iicbus/twsi/
H A Dtwsi.h83 #define TWSI_BAUD_RATE_PARAM(M,N) ((((M) << 3) | ((N) & 0x7)) & 0x7f) macro
H A Dmv_twsi.c184 rate->param = TWSI_BAUD_RATE_PARAM(m0, n0);
H A Dtwsi.c281 *param = TWSI_BAUD_RATE_PARAM(m0, n0);

Completed in 107 milliseconds