Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dpmac_zilog.h37 #define PMACZILOG_FLAG_IS_CONS 0x00000001 macro
361 #define ZS_IS_CONS(UP) ((UP)->flags & PMACZILOG_FLAG_IS_CONS)
H A Dpmac_zilog.c1941 uap->flags |= PMACZILOG_FLAG_IS_CONS; in pmz_console_setup()