BPS_TO_BRG         19 drivers/net/wan/z85230.h #define BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2)
BPS_TO_BRG         32 drivers/tty/serial/ip22zilog.h #define BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2)
BPS_TO_BRG        118 drivers/tty/serial/pmac_zilog.h #define BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2)
BPS_TO_BRG         24 drivers/tty/serial/sunzilog.h #define BPS_TO_BRG(bps, freq) ((((freq) + (bps)) / (2 * (bps))) - 2)