Searched defs:kbps_to_icc (Results 1 – 2 of 2) sorted by relevance
19 #define kbps_to_icc(x) ((x) / 8 + ((x) % 8 ? 1 : 0)) macro