Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/hamradio/
Dz8530.h93 #define SND_BRK 0x10 /* Send Break */ macro
/linux-6.12.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.c661 set_bits |= SND_BRK; in ip22zilog_break_ctl()
663 clear_bits |= SND_BRK; in ip22zilog_break_ctl()
786 up->curregs[R5] &= ~SND_BRK; in ip22zilog_shutdown()
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()
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()
Dzs.c523 zport->regs[5] |= SND_BRK; in zs_break_ctl()
525 zport->regs[5] &= ~SND_BRK; in zs_break_ctl()