Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/hamradio/
Dz8530.h92 #define SND_BRK 0x10 /* Send Break */ macro
/linux-4.1.27/drivers/tty/serial/
Dzs.h145 #define SND_BRK 0x10 /* Send Break */ macro
Dip22zilog.h127 #define SND_BRK 0x10 /* Send Break */ macro
Dsunzilog.h119 #define SND_BRK 0x10 /* Send Break */ macro
Dpmac_zilog.h217 #define SND_BRK 0x10 /* Send Break */ macro
Dip22zilog.c668 set_bits |= SND_BRK; in ip22zilog_break_ctl()
670 clear_bits |= SND_BRK; in ip22zilog_break_ctl()
793 up->curregs[R5] &= ~SND_BRK; in ip22zilog_shutdown()
Dsunzilog.c768 set_bits |= SND_BRK; in sunzilog_break_ctl()
770 clear_bits |= SND_BRK; in sunzilog_break_ctl()
858 up->curregs[R5] &= ~SND_BRK; in sunzilog_shutdown()
Dpmac_zilog.c722 set_bits |= SND_BRK; in pmz_break_ctl()
724 clear_bits |= SND_BRK; in pmz_break_ctl()
991 uap->curregs[R5] &= ~SND_BRK; in pmz_shutdown()
Dzs.c526 zport->regs[5] |= SND_BRK; in zs_break_ctl()
528 zport->regs[5] &= ~SND_BRK; in zs_break_ctl()
/linux-4.1.27/drivers/net/wan/
Dz85230.h113 #define SND_BRK 0x10 /* Send Break */ macro