Searched +full:no +full:- +full:cs +full:- +full:readback (Results 1 – 4 of 4) sorted by relevance
2 * Copyright © 2014-2015 Broadcom17 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL79 * struct drm_vc4_submit_cl - ioctl argument for submitting commands to the 3D85 * our commands in BOs, we'd need to do uncached readback from them to do the116 * order referenced by the record (FS, VS, then CS). Each set of168 * raster order, with the right-to-left vs left-to-right and169 * top-to-bottom vs bottom-to-top dictated by183 /* ID of the perfmon to attach to this job. 0 means no perfmon. */201 * struct drm_vc4_wait_seqno - ioctl argument for waiting for213 * struct drm_vc4_wait_bo - ioctl argument for waiting for[all …]
1 // SPDX-License-Identifier: GPL-2.011 /dts-v1/;13 #include <dt-bindings/clock/samsung,s2mps11.h>14 #include <dt-bindings/gpio/gpio.h>15 #include <dt-bindings/input/input.h>16 #include <dt-bindings/interrupt-controller/irq.h>17 #include <dt-bindings/sound/samsung-i2s.h>48 stdout-path = &serial_1;56 gpio-keys {57 compatible = "gpio-keys";[all …]
1 // SPDX-License-Identifier: GPL-2.0+6 * COMEDI - Linux Control and Measurement Device Interface10 * Copyright (C) 2002-2004 Sensoray Co., Inc.68 * struct s626_private - Working data for s626 driver.69 * @ai_cmd_running: non-zero if ai_cmd is running.98 #define S626_INDXMASK(C) (1 << (((C) > 2) ? ((C) * 2 - 1) : ((C) * 2 + 4)))110 writel(val, dev->mmio + reg); in s626_mc_enable()116 writel(cmd << 16, dev->mmio + reg); in s626_mc_disable()124 val = readl(dev->mmio + reg); in s626_mc_test()129 #define S626_BUGFIX_STREG(REGADRS) ((REGADRS) - 4)[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 ** Device driver for the PCI-SCSI NCR538XX controller family.8 **-----------------------------------------------------------------------------22 ** Stefan Esser <se@mi.Uni-Koeln.de>27 **-----------------------------------------------------------------------------38 ** Support for Fast-20 scsi.42 ** Support for Fast-40 scsi.43 ** Support for on-Board RAM.46 ** Full support for scsi scripts instructions pre-fetching.51 ** August 18 1997 by Cort <cort@cs.nmt.edu>:[all …]