Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Dathn.c1885 #define divround(a, b) (((a) + (b) - 1) / (b)) in athn_txtime() macro
1890 txtime = divround(8 + 4 * len + 3, athn_rates[ridx].rate); in athn_txtime()
1894 txtime = divround(16 * len, athn_rates[ridx].rate); in athn_txtime()
1902 #undef divround in athn_txtime()