Home
last modified time | relevance | path

Searched refs:ALL_SNT (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/net/hamradio/
H A Dz8530.h183 #define ALL_SNT 0x1 /* All sent */ macro
/openbmc/linux/drivers/tty/serial/
H A Dzs.h239 #define ALL_SNT 0x1 /* All sent */ macro
H A Dsunzilog.h223 #define ALL_SNT 0x1 /* All sent */ macro
H A Dip22zilog.h219 #define ALL_SNT 0x1 /* All sent */ macro
H A Dpmac_zilog.h304 #define ALL_SNT 0x1 /* All sent */ macro
H A Dip22zilog.c165 if (stat & ALL_SNT) in __load_zsregs()
692 if (stat & ALL_SNT) in __ip22zilog_reset()
H A Dzs.c255 while (!(read_zsreg(zport, R1) & ALL_SNT) && --loops) { in zs_line_drain()
315 return status & ALL_SNT ? TIOCSER_TEMT : 0; in zs_tx_empty()
H A Dpmac_zilog.c112 if (stat & ALL_SNT) in pmz_load_zsregs()
1104 || (read_zsreg(uap, R1) & ALL_SNT) == 0) { in pmz_irda_setup()
H A Dsunzilog.c184 if (stat & ALL_SNT) in __load_zsregs()