Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/hamradio/
Dz8530.h92 #define SND_BRK 0x10 /* Send Break */ macro
/linux-2.6.39/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.h228 #define SND_BRK 0x10 /* Send Break */ macro
Dip22zilog.c667 set_bits |= SND_BRK; in ip22zilog_break_ctl()
669 clear_bits |= SND_BRK; in ip22zilog_break_ctl()
792 up->curregs[R5] &= ~SND_BRK; in ip22zilog_shutdown()
Dpmac_zilog.c744 set_bits |= SND_BRK; in pmz_break_ctl()
746 clear_bits |= SND_BRK; in pmz_break_ctl()
1048 uap->curregs[R5] &= ~SND_BRK; in pmz_shutdown()
1682 uap->curregs[R5] &= ~SND_BRK; in pmz_suspend()
Dsunzilog.c767 set_bits |= SND_BRK; in sunzilog_break_ctl()
769 clear_bits |= SND_BRK; in sunzilog_break_ctl()
857 up->curregs[R5] &= ~SND_BRK; in sunzilog_shutdown()
Dzs.c525 zport->regs[5] |= SND_BRK; in zs_break_ctl()
527 zport->regs[5] &= ~SND_BRK; in zs_break_ctl()
/linux-2.6.39/drivers/net/wan/
Dz85230.h113 #define SND_BRK 0x10 /* Send Break */ macro