| /freebsd/stand/efi/libefi/ | 
| H A D | eficom.c | 51 	SERIAL_IO_INTERFACE *sio;  member312 		    (void**)&comc_port->sio, IH, NULL,  in comc_probe()
 316 			comc_port->sio = NULL;  in comc_probe()
 319 			    comc_port->baudrate = comc_port->sio->Mode->BaudRate;  in comc_probe()
 320 			comc_port->timeout = comc_port->sio->Mode->Timeout;  in comc_probe()
 322 			    comc_port->sio->Mode->ReceiveFifoDepth;  in comc_probe()
 323 			comc_port->databits = comc_port->sio->Mode->DataBits;  in comc_probe()
 324 			comc_port->parity = comc_port->sio->Mode->Parity;  in comc_probe()
 325 			comc_port->stopbits = comc_port->sio->Mode->StopBits;  in comc_probe()
 330 	 * If there's no sio, then the device isn't there, so just return since  in comc_probe()
 [all …]
 
 | 
| /freebsd/sys/contrib/openzfs/module/zfs/ | 
| H A D | dsl_scan.c | 313 #define	SIO_SET_OFFSET(sio, x)		DVA_SET_OFFSET(&(sio)->sio_dva[0], x)  argument314 #define	SIO_SET_ASIZE(sio, x)		DVA_SET_ASIZE(&(sio)->sio_dva[0], x)  argument
 315 #define	SIO_GET_OFFSET(sio)		DVA_GET_OFFSET(&(sio)->sio_dva[0])  argument
 316 #define	SIO_GET_ASIZE(sio)		DVA_GET_ASIZE(&(sio)->sio_dva[0])  argument
 317 #define	SIO_GET_END_OFFSET(sio)		\  argument
 318 	(SIO_GET_OFFSET(sio) + SIO_GET_ASIZE(sio))
 319 #define	SIO_GET_MUSED(sio)		\  argument
 320 	(sizeof (scan_io_t) + ((sio)->sio_nr_dvas * sizeof (dva_t)))
 366     scan_io_t *sio);
 373 /* sio->sio_nr_dvas must be set so we know which cache to free from */
 [all …]
 
 | 
| /freebsd/stand/i386/boot0/ | 
| H A D | boot0.S | 202 #if defined(SIO) && COMSPEED != 0348 #ifndef SIO
 351 #else /* SIO */
 356 #endif /* SIO */
 375 	 * The SIO code uses ascii chars, the console code uses scancodes.
 378 #ifndef SIO
 391 	 * The console (non-SIO) code looks at scancodes and accepts
 394 	 * The SIO code only takes 1..6
 396 #ifdef SIO /* SIO mode, use ascii values */
 406 #endif /* SIO */
 [all …]
 
 | 
| /freebsd/sys/dev/uart/ | 
| H A D | uart_bus_pci.c | 166 { 0x8086, 0x228a, 0xffff, 0, "Intel Cherryview SIO HSUART#1", 0x10,168 { 0x8086, 0x228c, 0xffff, 0, "Intel Cherryview SIO HSUART#2", 0x10,
 173 { 0x8086, 0x31bc, 0xffff, 0, "Intel Gemini Lake SIO/LPSS UART 0", 0x10,
 175 { 0x8086, 0x31be, 0xffff, 0, "Intel Gemini Lake SIO/LPSS UART 1", 0x10,
 177 { 0x8086, 0x31c0, 0xffff, 0, "Intel Gemini Lake SIO/LPSS UART 2", 0x10,
 179 { 0x8086, 0x31ee, 0xffff, 0, "Intel Gemini Lake SIO/LPSS UART 3", 0x10,
 183 { 0x8086, 0x5abc, 0xffff, 0, "Intel Apollo Lake SIO/LPSS UART 0", 0x10,
 185 { 0x8086, 0x5abe, 0xffff, 0, "Intel Apollo Lake SIO/LPSS UART 1", 0x10,
 187 { 0x8086, 0x5ac0, 0xffff, 0, "Intel Apollo Lake SIO/LPSS UART 2", 0x10,
 189 { 0x8086, 0x5aee, 0xffff, 0, "Intel Apollo Lake SIO/LPSS UART 3", 0x10,
 
 | 
| /freebsd/stand/i386/gptboot/ | 
| H A D | Makefile | 56 CLEANFILES+=	gptboot.bin gptboot.out gptboot.o sio.o drv.o \62 gptboot.out: ${BTXCRT} gptboot.o sio.o drv.o cons.o
 
 | 
| /freebsd/stand/i386/isoboot/ | 
| H A D | Makefile | 54 CLEANFILES+=	isoboot.bin isoboot.out isoboot.o sio.o drv.o \60 isoboot.out: ${BTXCRT} isoboot.o sio.o drv.o cons.o
 
 | 
| /freebsd/stand/i386/boot2/ | 
| H A D | Makefile | 57 		boot2.h sio.o81 boot2.out: ${BTXCRT} boot2.o sio.o ashldi3.o
 
 | 
| /freebsd/sys/contrib/device-tree/Bindings/pinctrl/ | 
| H A D | microchip,sparx5-sgpio.yaml | 13   By using a serial interface, the SIO controller significantly extend15   pins on the device. The primary purpose of the SIO controllers is to
 
 | 
| /freebsd/sys/dev/usb/serial/ | 
| H A D | uftdi_reg.h | 54  *                   0 = Reset SIO61  * The Reset SIO command has this effect:
 
 | 
| H A D | uftdi.c | 1459 	 * The original SIO chips were limited to a small choice of speeds  in uftdi_sio_encode_baudrate()
 | 
| /freebsd/stand/i386/gptzfsboot/ | 
| H A D | Makefile | 68 OBJS=	zfsboot.o sio.o cons.o bcache.o devopen.o disk.o part.o zfs_cmd.o misc.o
 | 
| /freebsd/share/misc/ | 
| H A D | iso639 | 422 	sio	sio	Siouan languages
 | 
| /freebsd/sys/contrib/device-tree/Bindings/arm/apple/ | 
| H A D | apple,pmgr.yaml | 71                 label = "sio";
 | 
| /freebsd/contrib/libpcap/ | 
| H A D | scanner.l | 398 sio		return SIO;
 | 
| H A D | grammar.y.in | 414 %token	SIO OPC DPC SLS HSIO HOPC HDPC HSLS919 mtp3field: SIO			{ $$.mtp3fieldtype = M_SIO; }
 
 | 
| /freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/ | 
| H A D | ioctl.c | 319 	if (!PyArg_ParseTuple(args, "siO!", &name, &un,  in py_set_fsacl()
 | 
| /freebsd/share/man/man4/ | 
| H A D | gdb.4 | 137 .Dl hint.sio.0.flags="0x90"
 | 
| /freebsd/usr.sbin/bhyve/amd64/ | 
| H A D | pci_lpc.c | 371 	dsdt_line("Device (SIO)");  in pci_lpc_sysres_dsdt()
 | 
| /freebsd/contrib/ntp/libntp/lib/isc/win32/ | 
| H A D | interfaceiter.c | 333 						 "sio address list query: %s",  in isc_interfaceiter_create()
 | 
| /freebsd/sys/dev/hwpmc/ | 
| H A D | hwpmc_logging.c | 640 	PMCDBG1(LOG,SIO, 1, "po=%p", po);  in pmclog_schedule_io()
 | 
| /freebsd/sys/contrib/device-tree/src/arm64/apple/ | 
| H A D | t8103-pmgr.dtsi | 227 		label = "sio";
 | 
| H A D | t8112-pmgr.dtsi | 168 		label = "sio";
 | 
| H A D | t600x-pmgr.dtsi | 817 		label = DIE_LABEL(sio);
 | 
| /freebsd/share/doc/papers/devfs/ | 
| H A D | paper.me | 472 device ``/dev/sio0'', but we boot and do not find any sio devices?
 | 
| /freebsd/contrib/ntp/ | 
| H A D | CommitLog-4.1.0 | 3407 	* ntpd/ntp_refclock.c: sys/sio.h and SCO5_CLOCK cleanup3414 	* configure.in: sys/sio.h needs to be checked independently.
 3449 	* configure.in: Look for <sys/sio.h>.  If TIOCDCDTIMESTAMP is
 
 |