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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/wan/8253x/
H A D8253xutl.c295 #define ABSDIF(x, y) ((x) > (y) ? ((x) - (y)) : ((y) - (x))) macro
579 if (ABSDIF((truebaud_enh<<1), encbaud) <
580 ABSDIF((truebaud_std<<1), encbaud))
602 if (ROUND_DIV(ABSDIF((truebaud<<1), encbaud), encbaud) != 0)
610 else if (ROUND_DIV(ABSDIF((truebaud<<1), encbaud) * 100,

Completed in 32 milliseconds