Home
last modified time | relevance | path

Searched full:simplex (Results 1 – 19 of 19) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0004-Use-DEMOS_DATA_DIR-to-locate-data-files.patch16 src/glsl/simplex-noise.c | 2 +-
127 diff --git a/src/glsl/simplex-noise.c b/src/glsl/simplex-noise.c
129 --- a/src/glsl/simplex-noise.c
130 +++ b/src/glsl/simplex-noise.c
135 - const char *filename = "simplex-noise.glsl";
136 + const char *filename = DEMOS_DATA_DIR "simplex-noise.glsl";
H A D0001-mesa-demos-Add-missing-data-files.patch21 src/glsl/simplex-noise.glsl | 279 ++++++++++++++++++++++++++++++++++++++++
35 create mode 100644 src/glsl/simplex-noise.glsl
205 diff --git a/src/glsl/simplex-noise.glsl b/src/glsl/simplex-noise.glsl
209 +++ b/src/glsl/simplex-noise.glsl
212 +// Description : Array and textureless GLSL 2D/3D/4D simplex
/openbmc/linux/drivers/net/hippi/
H A DKconfig11 1600Mbit/sec dual-simplex switched or point-to-point network. HIPPI
/openbmc/linux/Documentation/devicetree/bindings/spi/
H A Dst,stm32-spi.yaml12 simplex synchronous serial communication with external devices. It supports
/openbmc/linux/include/linux/
H A Dyam.h25 #define YAM_MODE (1 << 3) /* 0=simplex 1=duplex 2=duplex+tempo */
H A Dlibata.h168 ATA_FLAG_IGN_SIMPLEX = (1 << 15), /* ignore SIMPLEX */
222 ATA_HOST_SIMPLEX = (1 << 0), /* Host is simplex, one DMA channel per host only */
/openbmc/linux/drivers/misc/bcm-vk/
H A Dbcm_vk_msg.h78 /* use msg_id 0 for any simplex host2vk communication */
/openbmc/linux/drivers/slimbus/
H A Dslimbus.h303 * @SLIM_PROTO_ASYNC_SMPLX: Asynchronous Protocol-Simplex
305 * @SLIM_PROTO_EXT_SMPLX: Extended Asynchronous Protocol-Simplex
/openbmc/linux/drivers/ata/
H A Dlibata-sff.c3027 * 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()
H A Dpata_icside.c232 * We are simplex; BUG if we try to fiddle with DMA in pata_icside_bmdma_setup()
H A Dlibata-core.c3592 /* Record simplex status. If we selected DMA then the other in ata_do_set_mode()
4409 "simplex DMA is claimed by other device, disabling DMA\n"); in ata_dev_xfermask()
/openbmc/linux/sound/soc/sh/
H A Dssi.c86 * track usage of the SSI; it is simplex-only so prevent attempts of
/openbmc/linux/sound/usb/usx2y/
H A Dusbusx2y.c107 Version 0.0.3: audio also simplex;
/openbmc/linux/drivers/spi/
H A Dspi-stm32.c1174 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()
/openbmc/linux/arch/sparc/kernel/
H A Dpci.c325 * the bmdma simplex check reads if bus mastering is in of_create_pci_dev()
/openbmc/linux/include/uapi/scsi/fc/
H A Dfc_els.h363 #define FC_SP_FT_SIMP 0x0040 /* dedicated simplex */
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_hw.h407 uint16_t simplex:1; /* FC Word 1, bit 22 */ member
426 uint16_t simplex:1; /* FC Word 1, bit 22 */ member
/openbmc/linux/drivers/net/hamradio/
H A Dscc.c922 { /* force simplex operation */ in scc_key_trx()
/openbmc/linux/net/ipv4/
H A Droute.c2239 * 1. Not simplex devices are handled properly.