Searched refs:dlbh (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/stand/pc98/libpc98/
H A Dcomconsole.c349 u_char dlbh; local
357 dlbh = inb(comc_port + com_dlbh);
361 divisor = dlbh << 8 | dlbl;
/freebsd-11-stable/stand/i386/libi386/
H A Dcomconsole.c367 u_char dlbh; local
375 dlbh = inb(comc_port + com_dlbh);
379 divisor = dlbh << 8 | dlbl;
/freebsd-11-stable/sys/dev/sio/
H A Dsio.c1780 u_char dlbh; local
1870 dlbh = divisor >> 8;
1871 if (sio_getreg(com, com_dlbh) != dlbh)
1872 sio_setreg(com, com_dlbh, dlbh);
2273 u_char dlbh; member in struct:siocnstate
2338 u_char dlbh; local
2346 dlbh = inb(iobase + com_dlbh);
2350 divisor = dlbh << 8 | dlbl;
2365 u_char dlbh; local
2379 sp->dlbh
[all...]
/freebsd-11-stable/sys/pc98/cbus/
H A Dsio.c2739 u_char dlbh; local
2862 dlbh = divisor >> 8;
2863 if (sio_getreg(com, com_dlbh) != dlbh)
2864 sio_setreg(com, com_dlbh, dlbh);
3435 u_char dlbh; member in struct:siocnstate
3500 u_char dlbh; local
3508 dlbh = inb(iobase + com_dlbh);
3512 divisor = dlbh << 8 | dlbl;
3527 u_char dlbh; local
3541 sp->dlbh
[all...]

Completed in 82 milliseconds