Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/hamradio/
H A Dz8530.h93 #define SND_BRK 0x10 /* Send Break */ macro
/openbmc/linux/drivers/tty/serial/
H A Dzs.h146 #define SND_BRK 0x10 /* Send Break */ macro
H A Dip22zilog.h128 #define SND_BRK 0x10 /* Send Break */ macro
H A Dsunzilog.h120 #define SND_BRK 0x10 /* Send Break */ macro
H A Dpmac_zilog.h208 #define SND_BRK 0x10 /* Send Break */ macro
H A Dip22zilog.c663 set_bits |= SND_BRK; in ip22zilog_break_ctl()
665 clear_bits |= SND_BRK; in ip22zilog_break_ctl()
788 up->curregs[R5] &= ~SND_BRK; in ip22zilog_shutdown()
H A Dsunzilog.c763 set_bits |= SND_BRK; in sunzilog_break_ctl()
765 clear_bits |= SND_BRK; in sunzilog_break_ctl()
853 up->curregs[R5] &= ~SND_BRK; in sunzilog_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 Dzs.c523 zport->regs[5] |= SND_BRK; in zs_break_ctl()
525 zport->regs[5] &= ~SND_BRK; in zs_break_ctl()