| /kernel/linux/linux-6.6/drivers/net/hippi/ |
| D | Kconfig | 11 1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI
|
| /kernel/linux/linux-5.10/drivers/net/hippi/ |
| D | Kconfig | 11 1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/spi/ |
| D | st,stm32-spi.yaml | 12 simplex synchronous serial communication with external devices. It supports
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/spi/ |
| D | st,stm32-spi.yaml | 12 simplex synchronous serial communication with external devices. It supports
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | yam.h | 25 #define YAM_MODE (1 << 3) /* 0=simplex 1=duplex 2=duplex+tempo */
|
| D | libata.h | 208 ATA_FLAG_IGN_SIMPLEX = (1 << 15), /* ignore SIMPLEX */ 258 ATA_HOST_SIMPLEX = (1 << 0), /* Host is simplex, one DMA channel per host only */
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | yam.h | 25 #define YAM_MODE (1 << 3) /* 0=simplex 1=duplex 2=duplex+tempo */
|
| D | libata.h | 168 ATA_FLAG_IGN_SIMPLEX = (1 << 15), /* ignore SIMPLEX */ 222 ATA_HOST_SIMPLEX = (1 << 0), /* Host is simplex, one DMA channel per host only */
|
| /kernel/linux/linux-5.10/drivers/ide/ |
| D | setup-pci.c | 119 printk(KERN_INFO "%s %s: simplex device: DMA forced\n", in ide_pci_check_simplex() 125 * If the device claims "simplex" DMA, this means that only one of in ide_pci_check_simplex() 136 printk(KERN_INFO "%s %s: simplex device: DMA disabled\n", in ide_pci_check_simplex()
|
| D | Kconfig | 367 onboard chipsets. It also tests for Simplex mode and enables
|
| /kernel/linux/linux-6.6/drivers/misc/bcm-vk/ |
| D | bcm_vk_msg.h | 78 /* use msg_id 0 for any simplex host2vk communication */
|
| /kernel/linux/linux-6.6/drivers/slimbus/ |
| D | slimbus.h | 303 * @SLIM_PROTO_ASYNC_SMPLX: Asynchronous Protocol-Simplex 305 * @SLIM_PROTO_EXT_SMPLX: Extended Asynchronous Protocol-Simplex
|
| /kernel/linux/linux-5.10/drivers/slimbus/ |
| D | slimbus.h | 303 * @SLIM_PROTO_ASYNC_SMPLX: Asynchronous Protocol-Simplex 305 * @SLIM_PROTO_EXT_SMPLX: Extended Asynchronous Protocol-Simplex
|
| /kernel/linux/linux-6.6/drivers/ata/ |
| D | libata-sff.c | 3027 * ata_pci_bmdma_clear_simplex - attempt to kick device out of simplex 3030 * Some PCI ATA devices report simplex mode but in fact can be told to 3031 * enter non simplex mode. This implements the necessary logic to 3038 u8 simplex; in ata_pci_bmdma_clear_simplex() local 3043 simplex = inb(bmdma + 0x02); in ata_pci_bmdma_clear_simplex() 3044 outb(simplex & 0x60, bmdma + 0x02); in ata_pci_bmdma_clear_simplex() 3045 simplex = inb(bmdma + 0x02); in ata_pci_bmdma_clear_simplex() 3046 if (simplex & 0x80) in ata_pci_bmdma_clear_simplex()
|
| D | pata_icside.c | 232 * We are simplex; BUG if we try to fiddle with DMA in pata_icside_bmdma_setup()
|
| /kernel/linux/linux-5.10/drivers/ata/ |
| D | libata-sff.c | 3111 * ata_pci_bmdma_clear_simplex - attempt to kick device out of simplex 3114 * Some PCI ATA devices report simplex mode but in fact can be told to 3115 * enter non simplex mode. This implements the necessary logic to 3122 u8 simplex; in ata_pci_bmdma_clear_simplex() local 3127 simplex = inb(bmdma + 0x02); in ata_pci_bmdma_clear_simplex() 3128 outb(simplex & 0x60, bmdma + 0x02); in ata_pci_bmdma_clear_simplex() 3129 simplex = inb(bmdma + 0x02); in ata_pci_bmdma_clear_simplex() 3130 if (simplex & 0x80) in ata_pci_bmdma_clear_simplex()
|
| D | pata_icside.c | 227 * We are simplex; BUG if we try to fiddle with DMA in pata_icside_bmdma_setup()
|
| /kernel/linux/linux-6.6/sound/soc/sh/ |
| D | ssi.c | 86 * track usage of the SSI; it is simplex-only so prevent attempts of
|
| /kernel/linux/linux-5.10/sound/soc/sh/ |
| D | ssi.c | 86 * track usage of the SSI; it is simplex-only so prevent attempts of
|
| /kernel/linux/linux-6.6/sound/usb/usx2y/ |
| D | usbusx2y.c | 107 Version 0.0.3: audio also simplex;
|
| /kernel/linux/linux-5.10/sound/usb/usx2y/ |
| D | usbusx2y.c | 108 Version 0.0.3: audio also simplex;
|
| /kernel/linux/linux-6.6/drivers/spi/ |
| D | spi-stm32.c | 1174 else if (spi->tx_buf) /* Half-Duplex TX dir or Simplex TX */ in stm32h7_spi_transfer_one_irq() 1176 else if (spi->rx_buf) /* Half-Duplex RX dir or Simplex RX */ in stm32h7_spi_transfer_one_irq()
|
| /kernel/linux/linux-5.10/drivers/spi/ |
| D | spi-stm32.c | 1211 else if (spi->tx_buf) /* Half-Duplex TX dir or Simplex TX */ in stm32h7_spi_transfer_one_irq() 1213 else if (spi->rx_buf) /* Half-Duplex RX dir or Simplex RX */ in stm32h7_spi_transfer_one_irq()
|
| /kernel/linux/linux-6.6/arch/sparc/kernel/ |
| D | pci.c | 325 * the bmdma simplex check reads if bus mastering is in of_create_pci_dev()
|
| /kernel/linux/linux-5.10/arch/sparc/kernel/ |
| D | pci.c | 324 * the bmdma simplex check reads if bus mastering is in of_create_pci_dev()
|