Home
last modified time | relevance | path

Searched refs:SND_BRK (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/net/hamradio/
Dz8530.h93 #define SND_BRK 0x10 /* Send Break */ macro
/Linux-v4.19/drivers/tty/serial/
Dzs.h146 #define SND_BRK 0x10 /* Send Break */ macro
Dip22zilog.h128 #define SND_BRK 0x10 /* Send Break */ macro
Dsunzilog.h120 #define SND_BRK 0x10 /* Send Break */ macro
Dpmac_zilog.h218 #define SND_BRK 0x10 /* Send Break */ macro
Dip22zilog.c669 set_bits |= SND_BRK; in ip22zilog_break_ctl()
671 clear_bits |= SND_BRK; in ip22zilog_break_ctl()
794 up->curregs[R5] &= ~SND_BRK; in ip22zilog_shutdown()
Dsunzilog.c769 set_bits |= SND_BRK; in sunzilog_break_ctl()
771 clear_bits |= SND_BRK; in sunzilog_break_ctl()
859 up->curregs[R5] &= ~SND_BRK; in sunzilog_shutdown()
Dpmac_zilog.c709 set_bits |= SND_BRK; in pmz_break_ctl()
711 clear_bits |= SND_BRK; in pmz_break_ctl()
978 uap->curregs[R5] &= ~SND_BRK; in pmz_shutdown()
Dzs.c527 zport->regs[5] |= SND_BRK; in zs_break_ctl()
529 zport->regs[5] &= ~SND_BRK; in zs_break_ctl()
/Linux-v4.19/drivers/net/wan/
Dz85230.h114 #define SND_BRK 0x10 /* Send Break */ macro