Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/sys/
H A Dser_async.h66 #define ISPEED B9600 macro
71 #define I_CFLAGS ((ISPEED << IBSHIFT) | ISPEED | CS8 | CREAD | HUPCL)
/titanic_41/usr/src/uts/sun/io/
H A Dzs_async.c3144 return (ISPEED); in zsgetspeed()