Home
last modified time | relevance | path

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

/linux/drivers/net/hamradio/
H A Dz8530.h93 #define SND_BRK 0x10 /* Send Break */ macro
/linux/drivers/tty/serial/
H A Dzs.h146 #define SND_BRK 0x10 /* Send Break */ macro
H A Dsunzilog.h120 #define SND_BRK 0x10 /* Send Break */ macro
H A Dip22zilog.h128 #define SND_BRK 0x10 /* Send Break */ macro
H A Dpmac_zilog.h208 #define SND_BRK 0x10 /* Send Break */ macro
H A Dip22zilog.c657 set_bits |= SND_BRK; in ip22zilog_break_ctl()
659 clear_bits |= SND_BRK; in ip22zilog_break_ctl()
782 up->curregs[R5] &= ~SND_BRK; in ip22zilog_shutdown()
H A Dpmac_zilog.c670 set_bits |= SND_BRK; in pmz_break_ctl()
672 clear_bits |= SND_BRK; in pmz_break_ctl()
933 uap->curregs[R5] &= ~SND_BRK; in pmz_shutdown()
H A Dsunzilog.c762 set_bits |= SND_BRK; in sunzilog_break_ctl()
764 clear_bits |= SND_BRK; in sunzilog_break_ctl()
852 up->curregs[R5] &= ~SND_BRK; in sunzilog_shutdown()
H A Dzs.c523 zport->regs[5] |= SND_BRK; in zs_break_ctl()
525 zport->regs[5] &= ~SND_BRK; in zs_break_ctl()