Searched refs:sio_init (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/stand/i386/boot2/
H A Dlib.h20 int sio_init(int) __attribute__((regparm (3)));
H A Dsio.S21 .globl sio_init
27 /* int sio_init(int div) */
29 sio_init: pushl %eax label
H A Dboot2.c411 if (sio_init(115200 / comspeed) != 0)
/freebsd-11-stable/stand/i386/isoboot/
H A Disoboot.c475 if (sio_init(115200 / comspeed) != 0)
/freebsd-11-stable/stand/mips/beri/boot2/
H A Dboot2.c456 if (sio_init(115200 / comspeed) != 0)
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c545 if (sio_init(115200 / comspeed) != 0)
/freebsd-11-stable/stand/i386/gptboot/
H A Dgptboot.c552 if (sio_init(115200 / comspeed) != 0)
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsboot.c1113 if (sio_init(115200 / comspeed) != 0)
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S227 call sio_init # setup the serial console
843 * int sio_init(void)
845 sio_init: movw $SIO_PRT+0x3,%dx # Data format reg label
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S229 call sio_init # setup the serial console
818 * int sio_init(void)
820 sio_init: movw $SIO_PRT+0x3,%dx # Data format reg label

Completed in 259 milliseconds