Searched refs:ZS_IS_CONS (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dip22zilog.c101 #define ZS_IS_CONS(UP) ((UP)->flags & IP22ZILOG_FLAG_IS_CONS) macro
282 if (ZS_IS_CONS(up) && (r1 & BRK_ABRT)) {
377 if (ZS_IS_CONS(up)) {
630 if (ZS_IS_CONS(up))
704 if (ZS_IS_CONS(up))
714 * The test for ZS_IS_CONS is explained by the following e-mail:
744 if (ZS_IS_CONS(up))
H A Dsunzilog.c114 #define ZS_IS_CONS(UP) ((UP)->flags & SUNZILOG_FLAG_IS_CONS) macro
428 if (ZS_IS_CONS(up)) {
469 if (ZS_IS_CONS(up)) {
732 if (ZS_IS_CONS(up))
806 if (ZS_IS_CONS(up))
816 * The test for ZS_IS_CONS is explained by the following e-mail:
846 if (ZS_IS_CONS(up))
H A Dpmac_zilog.c376 if (ZS_IS_CONS(uap)) {
550 !(ZS_IS_OPEN(uap) || ZS_IS_CONS(uap)))
908 if (!ZS_IS_CONS(uap)) {
979 if (ZS_IS_CONS(uap) || ZS_IS_ASLEEP(uap)) {
1571 if (ZS_IS_OPEN(uap) || ZS_IS_CONS(uap)) {
1592 if (ZS_IS_CONS(uap))
1630 if (!ZS_IS_OPEN(uap) && !ZS_IS_CONS(uap)) {
1649 if (ZS_IS_CONS(uap))
H A Dpmac_zilog.h367 #define ZS_IS_CONS(UP) ((UP)->flags & PMACZILOG_FLAG_IS_CONS) macro

Completed in 192 milliseconds