/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-lm70llp.c | 64 #define SIO 0x10 macro 153 * Why do we return 0 when the SIO line is high and vice-versa? 155 * is wired in just such a way : when the lm70's SIO goes high, a transistor 162 return ((SIO == (parport_read_status(pp->port) & SIO)) ? 0 : 1); in getmiso()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-lm70llp.c | 64 #define SIO 0x10 macro 153 * Why do we return 0 when the SIO line is high and vice-versa? 155 * is wired in just such a way : when the lm70's SIO goes high, a transistor 162 return ((SIO == (parport_read_status(pp->port) & SIO)) ? 0 : 1); in getmiso()
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4a/ |
H A D | setup-sh7343.c | 318 SIOF0, SIOF1, SIO, enumerator 353 INTC_VECT(SIO, 0xd00), 392 { 0, 0, 0, SIO, Z3D4, 0, SIOF1, SIOF0 } }, 415 { 0xa4080020, 0, 16, 4, /* IPRI */ { SIO, 0, TSIF, I2C1 } },
|
H A D | setup-sh7722.c | 536 SCIF0, SCIF1, SCIF2, SIOF0, SIOF1, SIO, enumerator 566 INTC_VECT(SIOF1, 0xca0), INTC_VECT(SIO, 0xd00), 606 { 0, 0, 0, SIO, 0, 0, SIOF1, SIOF0 } }, 631 { 0xa4080020, 0, 16, 4, /* IPRI */ { SIO, 0, TSIF, RTC } },
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4a/ |
H A D | setup-sh7343.c | 318 SIOF0, SIOF1, SIO, enumerator 353 INTC_VECT(SIO, 0xd00), 392 { 0, 0, 0, SIO, Z3D4, 0, SIOF1, SIOF0 } }, 415 { 0xa4080020, 0, 16, 4, /* IPRI */ { SIO, 0, TSIF, I2C1 } },
|
H A D | setup-sh7722.c | 536 SCIF0, SCIF1, SCIF2, SIOF0, SIOF1, SIO, enumerator 566 INTC_VECT(SIOF1, 0xca0), INTC_VECT(SIO, 0xd00), 606 { 0, 0, 0, SIO, 0, 0, SIOF1, SIOF0 } }, 631 { 0xa4080020, 0, 16, 4, /* IPRI */ { SIO, 0, TSIF, RTC } },
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | ftdi_sio.h | 78 * 0 = Reset SIO 85 * The Reset SIO command has this effect: 157 SIO = 1, enumerator
|
H A D | ftdi_sio.c | 3 * USB FTDI SIO driver 53 /* type of device, either SIO or FT8U232AM */ 1064 [SIO] = "SIO", /* the serial part of FT8U100AX */ 1311 case SIO: /* SIO chip */ in get_ftdi_divisor() 1425 if (priv->chip_type == SIO || priv->chip_type == FT8U232AM) in write_latency_timer() 1478 if (priv->chip_type == SIO || priv->chip_type == FT8U232AM) in read_latency_timer() 1579 /* Assume it is not the original SIO device for now. */ in ftdi_determine_type() 1620 /* Old device. Assume it's the original SIO in ftdi_determine_type() [all...] |
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | ftdi_sio.c | 3 * USB FTDI SIO driver 51 SIO, enumerator 1088 [SIO] = "SIO", /* the serial part of FT8U100AX */ 1279 case SIO: in get_ftdi_divisor() 1386 if (priv->chip_type == SIO || priv->chip_type == FT232A) in write_latency_timer() 1427 if (priv->chip_type == SIO || priv->chip_type == FT232A) in read_latency_timer() 1581 priv->chip_type = SIO; in ftdi_determine_type() 1716 if (type == SIO) in ftdi_is_visible() 1721 if (type == SIO || typ in ftdi_is_visible() [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | asus_wmi_sensors.c | 117 SIO = 0x1, enumerator
|