Home
last modified time | relevance | path

Searched defs:BPS_TO_BRG (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/tty/serial/
Dip22zilog.h32 #define BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2) macro
Dsunzilog.h24 #define BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2) macro
Dpmac_zilog.h118 #define BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2) macro
/Linux-v5.10/drivers/net/wan/
Dz85230.h19 #define BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2) macro