Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dcyreg.h99 #define CY_DIALOUT(x) ((minor(x) & 0x80) != 0) macro
100 #define CY_DIALIN(x) (!CY_DIALOUT(x))
H A Dcy.c351 if (CY_DIALOUT(dev) || in cyopen()
544 (CY_DIALOUT(dev) ? TIOCFLAG_SOFTCAR : 0); in cyioctl()