Searched refs:COMC_DIV2BPS (Results 1 – 2 of 2) sorted by relevance
43 #define COMC_DIV2BPS(x) (115200 / (x)) /* DLAB divisor to speed */ macro709 return (COMC_DIV2BPS(divisor)); in comc_getspeed()
49 #define COMC_DIV2BPS(x) (115200 / (x)) /* DLAB divisor to speed */ macro656 sp->baudrate = COMC_DIV2BPS(divisor); in efi_isa_getspeed()