Searched refs:SIO (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dftdi_sio.h74 * 0 = Reset SIO
81 * The Reset SIO command has this effect:
102 SIO = 1, enumerator in enum:ftdi_chip_type
H A Dftdi_sio.c2 * USB FTDI SIO driver
65 /* type of device, either SIO or FT8U232AM */
820 [SIO] = "SIO", /* the serial part of FT8U100AX */
1090 case SIO: /* SIO chip */
1338 /* Assume it is not the original SIO device for now. */
1378 /* Old device. Assume it's the original SIO. */
1379 priv->chip_type = SIO;
1509 if (priv->chip_type != SIO) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_lm70llp.c77 #define SIO 0x10 macro
161 * Why do we return 0 when the SIO line is high and vice-versa?
163 * is wired in just such a way : when the lm70's SIO goes high, a transistor
169 return ((SIO == (parport_read_status(pp->port) & SIO)) ? 0 : 1 );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh4a/
H A Dsetup-sh7343.c373 SIOF0, SIOF1, SIO, enumerator in enum:__anon10284
410 INTC_VECT(SIO, 0xd00),
450 { 0, 0, 0, SIO, Z3D4, 0, SIOF1, SIOF0 } },
473 { 0xa4080020, 0, 16, 4, /* IPRI */ { SIO, 0, TSIF, I2C1 } },
H A Dsetup-sh7722.c627 SCIF0, SCIF1, SCIF2, SIOF0, SIOF1, SIO, enumerator in enum:__anon10286
657 INTC_VECT(SIOF1, 0xca0), INTC_VECT(SIO, 0xd00),
697 { 0, 0, 0, SIO, 0, 0, SIOF1, SIOF0 } },
722 { 0xa4080020, 0, 16, 4, /* IPRI */ { SIO, 0, TSIF, RTC } },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dgrammar.y298 %token SIO OPC DPC SLS
675 mtp3field: SIO { $$.mtp3fieldtype = M_SIO; }
H A Dscanner.l314 sio return SIO;

Completed in 185 milliseconds