Searched refs:dlbl (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/stand/i386/libi386/
H A Dcomconsole.c380 u_char dlbl; local
386 dlbl = inb(comc_port + com_dlbl);
391 divisor = dlbh << 8 | dlbl;
/freebsd-12-stable/sys/dev/sio/
H A Dsio.c1782 u_char dlbl; local
1868 dlbl = divisor & 0xFF;
1869 if (sio_getreg(com, com_dlbl) != dlbl)
1870 sio_setreg(com, com_dlbl, dlbl);
2273 u_char dlbl; member in struct:siocnstate
2340 u_char dlbl; local
2346 dlbl = inb(iobase + com_dlbl);
2351 divisor = dlbh << 8 | dlbl;
2367 u_char dlbl; local
2379 sp->dlbl
[all...]

Completed in 147 milliseconds