Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/wpi/
Dif_wpi.c3449 #define fdivround(a, b, n) \ in wpi_get_power_index() macro
3454 ((y1) + fdivround(((x) - (x1)) * ((y2) - (y1)), (x2) - (x1), n)) in wpi_get_power_index()
3511 #undef fdivround in wpi_get_power_index()
/freebsd-9-stable/sys/dev/iwn/
Dif_iwn.c4253 #define fdivround(a, b, n) \ in iwn4965_set_txpower() macro
4257 ((y1) + fdivround(((int)(x) - (x1)) * ((y2) - (y1)), (x2) - (x1), n)) in iwn4965_set_txpower()
4395 #undef fdivround in iwn4965_set_txpower()