Home
last modified time | relevance | path

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

/freebsd/sys/dev/wpi/
H A Dif_wpi.c3731 #define fdivround(a, b, n) \ in wpi_get_power_index() macro
3736 ((y1) + fdivround(((x) - (x1)) * ((y2) - (y1)), (x2) - (x1), n)) in wpi_get_power_index()
3787 #undef fdivround in wpi_get_power_index()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c5667 #define fdivround(a, b, n) \ in iwn4965_set_txpower() macro
5671 ((y1) + fdivround(((int)(x) - (x1)) * ((y2) - (y1)), (x2) - (x1), n)) in iwn4965_set_txpower()
5811 #undef fdivround in iwn4965_set_txpower()