Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/hamradio/
Dz8530.h93 #define SND_BRK 0x10 /* Send Break */ macro
/Linux-v6.1/drivers/tty/serial/
Dzs.h146 #define SND_BRK 0x10 /* Send Break */ macro
Dsunzilog.h120 #define SND_BRK 0x10 /* Send Break */ macro
Dip22zilog.h128 #define SND_BRK 0x10 /* Send Break */ macro
Dpmac_zilog.h208 #define SND_BRK 0x10 /* Send Break */ macro
Dip22zilog.c665 set_bits |= SND_BRK; in ip22zilog_break_ctl()
667 clear_bits |= SND_BRK; in ip22zilog_break_ctl()
790 up->curregs[R5] &= ~SND_BRK; in ip22zilog_shutdown()
Dpmac_zilog.c686 set_bits |= SND_BRK; in pmz_break_ctl()
688 clear_bits |= SND_BRK; in pmz_break_ctl()
949 uap->curregs[R5] &= ~SND_BRK; in pmz_shutdown()
Dsunzilog.c765 set_bits |= SND_BRK; in sunzilog_break_ctl()
767 clear_bits |= SND_BRK; in sunzilog_break_ctl()
855 up->curregs[R5] &= ~SND_BRK; in sunzilog_shutdown()
Dzs.c523 zport->regs[5] |= SND_BRK; in zs_break_ctl()
525 zport->regs[5] &= ~SND_BRK; in zs_break_ctl()