Searched +full:3 +full:wire (Results 1 – 25 of 541) sorted by relevance
12345678910>>...22
/linux-6.14.4/include/linux/mfd/ |
D | motorola-cpcap.h | 31 #define CPCAP_REG_INT3 0x0008 /* Interrupt 3 */ 35 #define CPCAP_REG_INTM3 0x0018 /* Interrupt Mask 3 */ 39 #define CPCAP_REG_INTS3 0x0028 /* Interrupt Sense 3 */ 43 #define CPCAP_REG_ASSIGN3 0x0038 /* Resource Assignment 3 */ 63 #define CPCAP_REG_MT3 0x0234 /* Memory Transfer 3 */ 86 #define CPCAP_REG_S3C 0x061c /* Switcher 3 Control */ 129 #define CPCAP_REG_MIPIS3 0x0840 /* MIPI Slimbus 3. */ 148 #define CPCAP_REG_ADCD3 0x0c14 /* A/D Converter Data 3 */ 158 #define CPCAP_REG_USBC3 0x0e08 /* USB Control 3 */ 165 #define CPCAP_REG_UFC3 0x0e24 /* ULPI Function Control 3 */ [all …]
|
/linux-6.14.4/Documentation/iio/ |
D | ad4000.rst | 35 CS mode, 3-wire turbo mode 38 Datasheet "3-wire" mode is what most resembles standard SPI connection which, 41 "CS Mode, 3-Wire Turbo Mode" connection in datasheets. 42 NOTE: The datasheet definition of 3-wire mode for the AD4000 series is NOT the 43 same of standard spi-3wire mode. 65 CS mode, 3-wire, without busy indicator 68 Another wiring configuration supported as "3-wire" mode has the SDI pin 71 is not possible. This connection mode saves one wire and works with any SPI 107 CS mode, 4-wire without busy indicator 110 In datasheet "4-wire" mode, the controller CS line is connected to the ADC SDI
|
/linux-6.14.4/Documentation/devicetree/bindings/iio/temperature/ |
D | maxim,max31865.yaml | 22 maxim,3-wire: 25 enables 3-wire RTD connection. Else 2-wire or 4-wire RTD connection. 51 maxim,3-wire;
|
/linux-6.14.4/Documentation/devicetree/bindings/display/panel/ |
D | tpo,tpg110.yaml | 17 and other properties, and has a control interface over 3WIRE 39 protocol is not I2C but 3WIRE SPI. 62 spi-3wire: true 73 - spi-3wire 88 spi-3wire; 89 /* 320 ns min period ~= 3 MHz */
|
D | fascontek,fs035vg158.yaml | 23 spi-3wire: true 45 spi-3wire;
|
D | kingdisplay,kd035g6-54nt.yaml | 28 spi-3wire: true 50 spi-3wire;
|
D | leadtek,ltk035c5444t.yaml | 24 spi-3wire: true 46 spi-3wire;
|
D | anbernic,rg35xx-plus-panel.yaml | 30 spi-3wire: true 53 spi-3wire;
|
/linux-6.14.4/sound/ppc/ |
D | snd_ps3_reg.h | 39 * three wire serial 40 * n:0..3 84 #define PS3_AUDIO_INTR_0_CHAN3 PS3_AUDIO_INTR_0_CHAN(3) 130 /* 3 Wire Audio Serial Output Channel Mutes (0..3) */ 131 #define PS3_AUDIO_AX_MCTRL_ASOMT(n) (1 << (3 - (n))) /* RWIVF */ 135 #define PS3_AUDIO_AX_MCTRL_ASO0MT (1 << 3) /* RWIVF */ 142 /* All 3 Wire Serial Outputs Mute */ 180 3 Wire Audio Serial Outputs Buffer Read/Write 191 3 Wire Audio Serial Output Channel Buffer Read Numbers 193 Controller of 3 Wire Audio Serial Output Channels [all …]
|
/linux-6.14.4/drivers/iio/common/st_sensors/ |
D | st_sensors_spi.c | 33 * st_sensors_is_spi_3_wire() - check if SPI 3-wire mode has been selected 36 * Return: true if SPI 3-wire mode is selected, false otherwise. 43 if (device_property_read_bool(dev, "spi-3wire")) in st_sensors_is_spi_3_wire() 54 * st_sensors_configure_spi_3_wire() - configure SPI 3-wire if needed
|
/linux-6.14.4/Documentation/devicetree/bindings/spi/ |
D | icpdas-lp8841-spi-rtc.txt | 28 - spi-3wire: The master itself has only 3 wire. It cannor work in 50 spi-3wire;
|
/linux-6.14.4/Documentation/devicetree/bindings/interrupt-controller/ |
D | intel,ce4100-lapic.yaml | 28 [1] https://pdos.csail.mit.edu/6.828/2008/readings/ia32/IA32-3A.pdf 42 intel,virtual-wire-mode: 47 Virtual Wire Mode - use lapic as virtual wire interrupt delivery mode. 52 mode is configured to virtual wire compatibility mode. 70 intel,virtual-wire-mode;
|
/linux-6.14.4/include/linux/platform_data/ |
D | usb-omap1.h | 36 * 3 == 3 wire bidirectional 37 * 4 == 4 wire bidirectional 38 * 6 == 6 wire unidirectional (or TLL) 40 u8 pins[3];
|
/linux-6.14.4/arch/sh/include/mach-common/mach/ |
D | highlander.h | 17 #define PA_IRLPRI3 (PA_BCR+0x0008) /* Interrupt Priorty 3 */ 62 #define PA_SMCR (PA_BCR+0x0600) /* 2-wire Serial control */ 63 #define PA_SMSMADR (PA_BCR+0x0602) /* 2-wire Serial Slave control */ 64 #define PA_SMMR (PA_BCR+0x0604) /* 2-wire Serial Mode control */ 65 #define PA_SMSADR1 (PA_BCR+0x0606) /* 2-wire Serial Address1 control */ 66 #define PA_SMTRDR1 (PA_BCR+0x0646) /* 2-wire Serial Data1 control */ 86 #define PA_ZIGIO3 (PA_BCR+0x0010) /* Zigbee IO control 3 */ 114 #define PA_SMCR (PA_BCR+0x0500) /* 2-wire Serial control */ 115 #define PA_SMSMADR (PA_BCR+0x0502) /* 2-wire Serial Slave control */ 116 #define PA_SMMR (PA_BCR+0x0504) /* 2-wire Serial Mode control */ [all …]
|
/linux-6.14.4/drivers/w1/ |
D | Kconfig | 3 tristate "Dallas's 1-wire support" 6 Dallas' 1-wire bus is useful to connect slow 1-pin devices 12 will be called wire. 27 3. Replies to userspace commands.
|
/linux-6.14.4/drivers/w1/masters/ |
D | ds2482.c | 7 * It is a I2C to 1-wire bridge. 8 * There are two variations: -100 and -800, which have 1 or 8 1-wire ports. 28 * a 1-Wire line from low to high. When APU = 0, active pullup is disabled 30 * only a single slave on the 1-Wire line. 40 MODULE_PARM_DESC(extra_config, "Extra Configuration settings 1=APU,2=PPM,3=SPU,8=1WS"); 43 * The DS2482 registers - there are 3 registers that are addressed by a read 70 #define DS2482_REG_CFG_1WS 0x08 /* 1-wire speed */ 113 /* 1-wire interface(s) */ 200 * 1-Wire interface code 206 * ds2482_wait_1wire_idle - Waits until the 1-wire interface is idle (not busy) [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/iio/adc/ |
D | adi,ad7944.yaml | 46 the datasheet calls "4-wire mode". This is the conventional SPI mode used 54 * single: The datasheet calls this "3-wire mode". (NOTE: The datasheet's 55 definition of 3-wire mode is NOT at all related to the standard 56 spi-3wire property!) This mode is often used when the ADC is the only 154 # in '4-wire' mode, cnv-gpios is required, for other modes it is optional
|
/linux-6.14.4/include/linux/sunrpc/ |
D | auth_gss.h | 29 RPC_GSS_PROC_DESTROY = 3 35 RPC_GSS_SVC_PRIVACY = 3 38 /* on-the-wire gss cred: */ 47 /* on-the-wire gss verifier: */ 66 * the wire when communicating with a server. */
|
/linux-6.14.4/Documentation/devicetree/bindings/input/touchscreen/ |
D | ti,am3359-tsc.yaml | 17 description: Wires refer to application modes i.e. 4/5/8 wire touchscreen 36 ti,wire-config: 42 and so on until AIN7 = 7. XP = 0, XN = 1, YP = 2, YN = 3. 63 - ti,wire-config 74 ti,wire-config = <0x00 0x11 0x22 0x33>;
|
/linux-6.14.4/Documentation/devicetree/bindings/iio/addac/ |
D | adi,ad74115.yaml | 63 3 - Voltage input 84 3 - AGND to AGND 86 maximum: 3 200 adi,4-wire-rtd: 203 When not present, the ADC should be used for measuring 3-wire RTDs. 204 When present, the ADC should be used for measuring 4-wire RTDs. 206 adi,3-wire-rtd-excitation-swap: 208 description: Whether to swap the excitation for 3-wire RTD. 268 3 - Control HART CD 282 3 - Control HART RXD [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/display/ |
D | multi-inno,mi0283qt.txt | 11 the panel interface mode (IM[3:0] pins): 12 - present: IM=x110 4-wire 8-bit data serial interface 13 - absent: IM=x101 3-wire 9-bit data serial interface
|
/linux-6.14.4/Documentation/hwmon/ |
D | lm85.rst | 92 The LM85 uses the 2-wire interface compatible with the SMBUS 2.0 93 specification. Using an analog to digital converter it measures three (3) 96 VID signals from the processor to the VRM. Lastly, there are three (3) PWM 132 speed of a two wire fan, but the input conditioning circuitry is different 133 for 3-wire and 2-wire mode. For this reason, the 2-wire fan modes are not 155 all 3 PWM outputs to a 22.5 kHz frequency. Conversely, setting any PWM 156 frequency below 11.3 kHz will switch all 3 PWM outputs to a frequency 185 The LM85 can be jumpered for 3 different SMBus addresses. There are 213 sensors and therefore three zones (# 1, 2 and 3). Each zone has the following 262 3 Controlled by Zone 3 [all …]
|
/linux-6.14.4/Documentation/devicetree/bindings/rtc/ |
D | maxim-ds1302.txt | 22 - spi-3wire : The device has a shared signal IN/OUT line. 42 spi-3wire;
|
/linux-6.14.4/Documentation/devicetree/bindings/clock/ |
D | ti,lmk04832.yaml | 49 ti,spi-4wire-rdbk: 51 Select SPI 4wire readback pin configuration. 77 SYSREF Continuous 3 79 enum: [0, 1, 2, 3] 80 default: 3 182 ti,spi-4wire-rdbk = <0>; 187 <&lmk04832 2>, <&lmk04832 3>,
|
/linux-6.14.4/drivers/input/touchscreen/ |
D | wm9712.c | 76 static int delay = 3; 81 * Set five_wire = 1 to use a 5 wire touchscreen. 83 * NOTE: Five wire mode does not allow for readback of pressure. 87 MODULE_PARM_DESC(five_wire, "Set to '1' to use 5-wire touchscreen."); 100 * 3 = Edge triggered, edge on pin starts conversion after delay param 141 * The delay is 3 AC97 link frames + the touchpanel settling delay 145 udelay(3 * AC97_LINK_FRAME + delay_table[d]); in poll_delay() 164 /* WM9712 five wire */ in wm9712_phy_init() 167 dev_dbg(wm->dev, "setting 5-wire touchscreen mode.\n"); in wm9712_phy_init() 171 "supported in 5-wire mode\n"); in wm9712_phy_init() [all …]
|
12345678910>>...22