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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dip22zilog.c96 #define ZS_IS_CONS(UP) ((UP)->flags & IP22ZILOG_FLAG_IS_CONS) macro
368 if (ZS_IS_CONS(up)) {
630 if (ZS_IS_CONS(up))
739 if (ZS_IS_CONS(up))
749 * The test for ZS_IS_CONS is explained by the following e-mail:
779 if (ZS_IS_CONS(up))
H A Dpmac_zilog.c390 if (ZS_IS_CONS(uap)) {
575 !(ZS_IS_OPEN(uap) || ZS_IS_CONS(uap)))
945 if (!ZS_IS_CONS(uap)) {
1016 if (ZS_IS_CONS(uap) || ZS_IS_ASLEEP(uap)) {
1647 if (ZS_IS_OPEN(uap) || ZS_IS_CONS(uap)) {
1668 if (ZS_IS_CONS(uap))
1706 if (!ZS_IS_OPEN(uap) && !ZS_IS_CONS(uap)) {
1725 if (ZS_IS_CONS(uap))
H A Dsunzilog.c112 #define ZS_IS_CONS(UP) ((UP)->flags & SUNZILOG_FLAG_IS_CONS) macro
426 if (ZS_IS_CONS(up)) {
467 if (ZS_IS_CONS(up)) {
730 if (ZS_IS_CONS(up))
804 if (ZS_IS_CONS(up))
814 * The test for ZS_IS_CONS is explained by the following e-mail:
844 if (ZS_IS_CONS(up))
H A Dpmac_zilog.h381 #define ZS_IS_CONS(UP) ((UP)->flags & PMACZILOG_FLAG_IS_CONS) macro

Completed in 75 milliseconds