Home
last modified time | relevance | path

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

/openbsd/sys/arch/sparc64/dev/
H A Dsab82532reg.h206 #define SAB_CCR2_BR8 0x40 /* baud rate bit 8 */ macro
H A Dsab.c1028 r &= ~(SAB_CCR2_BR9 | SAB_CCR2_BR8); in sabttyparam()
1029 r |= (ospeed >> 2) & (SAB_CCR2_BR9 | SAB_CCR2_BR8); in sabttyparam()