Searched full:simplex (Results 1 – 19 of 19) sorted by relevance
/linux-5.10/drivers/net/hippi/ |
D | Kconfig | 11 1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI
|
/linux-5.10/Documentation/devicetree/bindings/spi/ |
D | st,stm32-spi.yaml | 12 simplex synchronous serial communication with external devices. It supports
|
/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 */
|
D | ide.h | 1328 /* force host out of "simplex" mode */
|
/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
|
/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
|
/linux-5.10/drivers/ata/ |
D | libata-sff.c | 3092 * ata_pci_bmdma_clear_simplex - attempt to kick device out of simplex 3095 * Some PCI ATA devices report simplex mode but in fact can be told to 3096 * enter non simplex mode. This implements the necessary logic to 3103 u8 simplex; in ata_pci_bmdma_clear_simplex() local 3108 simplex = inb(bmdma + 0x02); in ata_pci_bmdma_clear_simplex() 3109 outb(simplex & 0x60, bmdma + 0x02); in ata_pci_bmdma_clear_simplex() 3110 simplex = inb(bmdma + 0x02); in ata_pci_bmdma_clear_simplex() 3111 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()
|
D | libata-core.c | 3364 /* Record simplex status. If we selected DMA then the other in ata_do_set_mode() 4155 "simplex DMA is claimed by other device, disabling DMA\n"); in ata_dev_xfermask()
|
/linux-5.10/sound/soc/sh/ |
D | ssi.c | 86 * track usage of the SSI; it is simplex-only so prevent attempts of
|
/linux-5.10/sound/usb/usx2y/ |
D | usbusx2y.c | 108 Version 0.0.3: audio also simplex;
|
/linux-5.10/drivers/spi/ |
D | spi-stm32.c | 1214 else if (spi->tx_buf) /* Half-Duplex TX dir or Simplex TX */ in stm32h7_spi_transfer_one_irq() 1216 else if (spi->rx_buf) /* Half-Duplex RX dir or Simplex RX */ in stm32h7_spi_transfer_one_irq()
|
/linux-5.10/arch/sparc/kernel/ |
D | pci.c | 324 * the bmdma simplex check reads if bus mastering is in of_create_pci_dev()
|
/linux-5.10/include/uapi/scsi/fc/ |
D | fc_els.h | 355 #define FC_SP_FT_SIMP 0x0040 /* dedicated simplex */
|
/linux-5.10/drivers/scsi/lpfc/ |
D | lpfc_hw.h | 406 uint16_t simplex:1; /* FC Word 1, bit 22 */ member 425 uint16_t simplex:1; /* FC Word 1, bit 22 */ member
|
/linux-5.10/drivers/net/hamradio/ |
D | scc.c | 920 { /* force simplex operation */ in scc_key_trx()
|
/linux-5.10/net/ipv4/ |
D | route.c | 2080 * 1. Not simplex devices are handled properly.
|