Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/tty/serial/
Dpmac_zilog.c541 if (ZS_IS_INTMODEM(uap)) { in pmz_set_mctrl()
716 if (ZS_IS_INTMODEM(uap)) { in pmz_set_scc_power()
726 if (ZS_IS_INTMODEM(uap)) { in pmz_set_scc_power()
1271 else if (ZS_IS_INTMODEM(uap)) in pmz_type()
1401 if (ZS_IS_INTMODEM(uap)) { in pmz_init_port()
Dpmac_zilog.h369 #define ZS_IS_INTMODEM(UP) ((UP)->flags & PMACZILOG_FLAG_IS_INTMODEM) macro