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

/freebsd-11.0-release/sys/boot/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.c399 if (sio_init(115200 / comspeed) != 0)
/freebsd-11.0-release/sys/boot/mips/beri/boot2/
H A Dboot2.c464 if (sio_init(115200 / comspeed) != 0)
/freebsd-11.0-release/sys/boot/i386/gptboot/
H A Dgptboot.c537 if (sio_init(115200 / comspeed) != 0)
/freebsd-11.0-release/sys/boot/pc98/boot2/
H A Dboot2.c538 if (sio_init(115200 / comspeed) != 0)
/freebsd-11.0-release/sys/boot/i386/zfsboot/
H A Dzfsboot.c904 if (sio_init(115200 / comspeed) != 0)
/freebsd-11.0-release/sys/boot/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
/freebsd-11.0-release/sys/boot/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

Completed in 70 milliseconds