Home
last modified time | relevance | path

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

/openbsd/sys/arch/sparc64/dev/
H A Dsab.c529 if ((SAB_READ(sc, SAB_STAR) & SAB_STAR_XFW) && in sabtty_intr()
906 if (SAB_READ(sc, SAB_STAR) & SAB_STAR_CTS) in sabtty_mdmctrl()
1089 if ((SAB_READ(sc, SAB_STAR) & SAB_STAR_CEC) == 0) in sabtty_cec_wait()
1103 if ((SAB_READ(sc, SAB_STAR) & SAB_STAR_TEC) == 0) in sabtty_tec_wait()
1184 r = SAB_READ(sc, SAB_STAR); in sabtty_cngetc()
H A Dsab82532reg.h48 #define SAB_STAR 0x20 /* r: status register */ macro