Searched refs:CTL_BRK (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/ctau/
H A Dhdc64570.h278 #define CTL_BRK 0x08 /* async: send break */ macro
H A Dctddk.h301 #define CTL_BRK 0x08 /* async: send break */ macro
H A Dctau.c1484 outb (c->CTL, inb (c->CTL) | CTL_BRK);
1486 outb (c->CTL, inb (c->CTL) & ~CTL_BRK);

Completed in 124 milliseconds