Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Doboe.c725 #define SPEEDCASE(speed, type, divisor) \ macro
742 SPEEDCASE( 2400, SIR, 0xbf); in oboe_setbaud()
743 SPEEDCASE( 9600, SIR, 0x2f); in oboe_setbaud()
744 SPEEDCASE( 19200, SIR, 0x17); in oboe_setbaud()
745 SPEEDCASE( 38400, SIR, 0x0b); in oboe_setbaud()
746 SPEEDCASE( 57600, SIR, 0x07); in oboe_setbaud()
747 SPEEDCASE( 115200, SIR, 0x03); in oboe_setbaud()
748 SPEEDCASE(1152000, MIR, 0x01); in oboe_setbaud()
749 SPEEDCASE(4000000, FIR, 0x00); in oboe_setbaud()