Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dpmac_zilog.c552 if (ZS_IS_INTMODEM(uap)) { in pmz_set_mctrl()
736 if (ZS_IS_INTMODEM(uap)) { in pmz_set_scc_power()
746 if (ZS_IS_INTMODEM(uap)) { in pmz_set_scc_power()
1305 else if (ZS_IS_INTMODEM(uap)) in pmz_type()
1464 if (ZS_IS_INTMODEM(uap)) { in pmz_init_port()
H A Dpmac_zilog.h379 #define ZS_IS_INTMODEM(UP) ((UP)->flags & PMACZILOG_FLAG_IS_INTMODEM) macro