Home
last modified time | relevance | path

Searched refs:SYNC_HUNT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/net/hamradio/
H A Dz8530.h177 #define SYNC_HUNT 0x10 /* Sync/hunt */ macro
H A Dscc.c450 if ((changes & SYNC_HUNT) && scc->kiss.softdcd) in scc_exint()
452 if (status & SYNC_HUNT) in scc_exint()
/openbmc/linux/drivers/tty/serial/
H A Dzs.h233 #define SYNC_HUNT 0x10 /* Sync/hunt */ macro
H A Dpmac_zilog.h298 #define SYNC_HUNT 0x10 /* Sync/hunt */ macro
H A Dpmac_zilog.c310 if (status & SYNC_HUNT) in pmz_status_handle()
564 if (status & SYNC_HUNT) in pmz_get_mctrl()
H A Dzs.c330 ((status_a & SYNC_HUNT) ? TIOCM_DSR : 0); in zs_raw_get_ab_mctrl()