Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dcore.h47 #define BPS_TO_KBPS(x) ((x) / 1000) macro
H A Dmac.c2084 tput = BPS_TO_KBPS(mmrc_calculate_theoretical_throughput(rate)); in mm81x_get_expected_throughput()