Home
last modified time | relevance | path

Searched +full:3 +full:wire (Results 1 – 25 of 1000) sorted by relevance

12345678910>>...40

/kernel/linux/linux-6.6/include/linux/mfd/
Dmotorola-cpcap.h31 #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 …]
/kernel/linux/linux-5.10/include/linux/mfd/
Dmotorola-cpcap.h31 #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 …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/temperature/
Dmaxim,max31865.yaml22 maxim,3-wire:
25 enables 3-wire RTD connection. Else 2-wire or 4-wire RTD connection.
51 maxim,3-wire;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/panel/
Dtpo,tpg110.yaml17 and other properties, and has a control interface over 3WIRE
39 protocol is not I2C but 3WIRE SPI.
60 spi-3wire: true
71 - spi-3wire
86 spi-3wire;
87 /* 320 ns min period ~= 3 MHz */
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/panel/
Dtpo,tpg110.yaml17 and other properties, and has a control interface over 3WIRE
39 protocol is not I2C but 3WIRE SPI.
61 spi-3wire: true
72 - spi-3wire
87 spi-3wire;
88 /* 320 ns min period ~= 3 MHz */
/kernel/linux/linux-5.10/sound/soc/fsl/
Dphycore-ac97.c53 IMX_AUDMUX_V1_PCR_SYN | /* 4wire mode */ in imx_phycore_init()
54 IMX_AUDMUX_V1_PCR_TFCSEL(3) | in imx_phycore_init()
56 IMX_AUDMUX_V1_PCR_RXDSEL(3)); in imx_phycore_init()
57 imx_audmux_v1_configure_port(3, in imx_phycore_init()
58 IMX_AUDMUX_V1_PCR_SYN | /* 4wire mode */ in imx_phycore_init()
63 imx_audmux_v2_configure_port(3, in imx_phycore_init()
64 IMX_AUDMUX_V2_PTCR_SYN | /* 4wire mode */ in imx_phycore_init()
69 IMX_AUDMUX_V2_PTCR_SYN | /* 4wire mode */ in imx_phycore_init()
70 IMX_AUDMUX_V2_PTCR_TCSEL(3) | in imx_phycore_init()
72 IMX_AUDMUX_V2_PDCR_RXDSEL(3)); in imx_phycore_init()
/kernel/linux/linux-5.10/drivers/iio/common/st_sensors/
Dst_sensors_spi.c34 * st_sensors_is_spi_3_wire() - check if SPI 3-wire mode has been selected
37 * Return: true if SPI 3-wire mode is selected, false otherwise.
44 if (device_property_read_bool(dev, "spi-3wire")) in st_sensors_is_spi_3_wire()
55 * st_sensors_configure_spi_3_wire() - configure SPI 3-wire if needed
/kernel/linux/linux-6.6/drivers/iio/common/st_sensors/
Dst_sensors_spi.c33 * 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
/kernel/linux/linux-5.10/sound/ppc/
Dsnd_ps3_reg.h39 * 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 …]
/kernel/linux/linux-6.6/sound/ppc/
Dsnd_ps3_reg.h39 * 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 …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/spi/
Dicpdas-lp8841-spi-rtc.txt28 - spi-3wire: The master itself has only 3 wire. It cannor work in
50 spi-3wire;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/spi/
Dicpdas-lp8841-spi-rtc.txt28 - spi-3wire: The master itself has only 3 wire. It cannor work in
50 spi-3wire;
/kernel/linux/linux-5.10/include/linux/platform_data/
Dusb-omap1.h36 * 3 == 3 wire bidirectional
37 * 4 == 4 wire bidirectional
38 * 6 == 6 wire unidirectional (or TLL)
40 u8 pins[3];
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/interrupt-controller/
Dintel,ce4100-lapic.yaml28 [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;
/kernel/linux/linux-6.6/include/linux/platform_data/
Dusb-omap1.h36 * 3 == 3 wire bidirectional
37 * 4 == 4 wire bidirectional
38 * 6 == 6 wire unidirectional (or TLL)
40 u8 pins[3];
/kernel/linux/linux-6.6/arch/sh/include/mach-common/mach/
Dhighlander.h17 #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 …]
/kernel/linux/linux-5.10/arch/sh/include/mach-common/mach/
Dhighlander.h17 #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 …]
/kernel/linux/linux-6.6/drivers/w1/
DKconfig3 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.
/kernel/linux/linux-5.10/drivers/w1/
DKconfig3 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.
/kernel/linux/linux-5.10/drivers/w1/masters/
Dds2482.c7 * 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 */
115 /* 1-wire interface(s) */
202 * 1-Wire interface code
208 * Waits until the 1-wire interface is idle (not busy)
[all …]
/kernel/linux/linux-6.6/drivers/w1/masters/
Dds2482.c7 * It is a I2C to 1-wire bridge.
8 * There are two variations: -100 and -800, which have 1 or 8 1-wire ports.
27 * a 1-Wire line from low to high. When APU = 0, active pullup is disabled
29 * only a single slave on the 1-Wire line.
39 MODULE_PARM_DESC(extra_config, "Extra Configuration settings 1=APU,2=PPM,3=SPU,8=1WS");
42 * The DS2482 registers - there are 3 registers that are addressed by a read
69 #define DS2482_REG_CFG_1WS 0x08 /* 1-wire speed */
112 /* 1-wire interface(s) */
199 * 1-Wire interface code
205 * ds2482_wait_1wire_idle - Waits until the 1-wire interface is idle (not busy)
[all …]
/kernel/linux/linux-6.6/include/linux/sunrpc/
Dauth_gss.h29 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. */
/kernel/linux/linux-5.10/include/linux/sunrpc/
Dauth_gss.h29 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. */
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/input/touchscreen/
Dti,am3359-tsc.yaml17 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>;
/kernel/linux/linux-6.6/net/rxrpc/
Doutput.c138 return txb->ack.nAcks + 3 + sizeof(trailer); in rxrpc_fill_out_ack()
209 txb->wire.flags |= RXRPC_REQUEST_ACK; in rxrpc_send_ack_packet()
215 iov[0].iov_base = &txb->wire; in rxrpc_send_ack_packet()
216 iov[0].iov_len = sizeof(txb->wire) + sizeof(txb->ack) + n; in rxrpc_send_ack_packet()
220 txb->wire.serial = htonl(serial); in rxrpc_send_ack_packet()
241 trace_rxrpc_tx_packet(call->debug_id, &txb->wire, in rxrpc_send_ack_packet()
243 if (txb->wire.flags & RXRPC_REQUEST_ACK) in rxrpc_send_ack_packet()
338 txb->wire.serial = htonl(serial); in rxrpc_send_data_packet()
342 txb->wire.userStatus = RXRPC_USERSTATUS_SERVICE_UPGRADE; in rxrpc_send_data_packet()
344 iov[0].iov_base = &txb->wire; in rxrpc_send_data_packet()
[all …]

12345678910>>...40