/Linux-v6.1/drivers/w1/slaves/ |
D | Kconfig | 3 # 1-wire slaves configuration 6 menu "1-wire Slaves" 11 Say Y here if you want to connect 1-wire thermal sensors to your 12 wire. 17 Say Y here if you want to connect 1-wire 18 simple 64bit memory rom(ds2401/ds2411/ds1990*) to your wire. 23 Say Y or M here if you want to use a DS2405 1-wire 31 Say Y here if you want to use a 1-wire 47 Say Y here if you want to use a 1-wire 54 Say Y or M here if you want to use a 1-wire [all …]
|
/Linux-v6.1/include/linux/mfd/ |
D | motorola-cpcap.h | 20 #define CPCAP_REVISION_MAJOR(r) (((r) >> 4) + 1) 32 #define CPCAP_REG_INT4 0x000c /* Interrupt 4 */ 36 #define CPCAP_REG_INTM4 0x001c /* Interrupt Mask 4 */ 40 #define CPCAP_REG_INTS4 0x002c /* Interrupt Sense 4 */ 44 #define CPCAP_REG_ASSIGN4 0x003c /* Resource Assignment 4 */ 87 #define CPCAP_REG_S4C1 0x0620 /* Switcher 4 Control 1 */ 88 #define CPCAP_REG_S4C2 0x0624 /* Switcher 4 Control 2 */ 149 #define CPCAP_REG_ADCD4 0x0c18 /* A/D Converter Data 4 */ 186 #define CPCAP_REG_OWDC 0x0eb0 /* One Wire Device Control */ 195 #define CPCAP_REG_GPIO4 0x0ed4 /* GPIO 4 Control */ [all …]
|
D | mxs-lradc.h | 18 #define LRADC_MAX_DELAY_CHANS 4 103 #define LRADC_CTRL4_LRADCSELECT_MASK(n) (0xf << ((n) * 4)) 104 #define LRADC_CTRL4_LRADCSELECT_OFFSET(n) ((n) * 4) 127 * CH6 -- Touch screen WIPER (5-wire only) 154 * @touchscreen_wire: touchscreen type (4-wire or 5-wire)
|
/Linux-v6.1/Documentation/devicetree/bindings/input/touchscreen/ |
D | ti,am3359-tsc.yaml | 17 description: Wires refer to application modes i.e. 4/5/8 wire touchscreen 20 enum: [4, 5, 8] 31 available. The remaining 4 can be used by the ADC. 36 ti,wire-config: 39 first four bits represent the analog lines and the next 4 bits represent 44 minItems: 4 63 - ti,wire-config 71 ti,wires = <4>; 74 ti,wire-config = <0x00 0x11 0x22 0x33>;
|
/Linux-v6.1/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-v6.1/arch/sh/include/mach-common/mach/ |
D | highlander.h | 18 #define PA_IRLPRI4 (PA_BCR+0x000a) /* Interrupt Priorty 4 */ 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 */ 87 #define PA_ZIGIO4 (PA_BCR+0x0012) /* Zigbee IO control 4 */ 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-v6.1/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)
|
/Linux-v6.1/sound/ppc/ |
D | snd_ps3_reg.h | 39 * three wire serial 83 #define PS3_AUDIO_INTR_0_CHAN4 PS3_AUDIO_INTR_0_CHAN(4) 130 /* 3 Wire Audio Serial Output Channel Mutes (0..3) */ 139 #define PS3_AUDIO_AX_MCTRL_SPO1MT (1 << 4) /* RWIVF */ 142 /* All 3 Wire Serial Outputs Mute */ 167 #define PS3_AUDIO_AX_ISBP_SPOBRN_MASK(n) (0x7 << 4 * (1 - (n))) /* R-IUF */ 169 #define PS3_AUDIO_AX_ISBP_SPO0BRN_MASK (0x7 << 4) /* R-IUF */ 175 #define PS3_AUDIO_AX_ISBP_SPOBWN_MASK(n) (0x7 << 4 * (5 - (n))) /* R-IUF */ 180 3 Wire Audio Serial Outputs Buffer Read/Write 191 3 Wire Audio Serial Output Channel Buffer Read Numbers [all …]
|
/Linux-v6.1/Documentation/sound/soc/ |
D | dai.rst | 12 AC97 is a five wire interface commonly found on many PC sound cards. It is 26 I2S is a common 4 wire DAI used in HiFi, STB and portable devices. The Tx and 50 PCM is another 4 wire interface, very similar to I2S, which can support a more
|
/Linux-v6.1/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. 67 * The top 4 bits always read 0. 70 #define DS2482_REG_CFG_1WS 0x08 /* 1-wire speed */ 115 /* 1-wire interface(s) */ 138 return conf | ((~conf & 0x0f) << 4); in ds2482_calculate_config() 202 * 1-Wire interface code 208 * ds2482_wait_1wire_idle - Waits until the 1-wire interface is idle (not busy) [all …]
|
/Linux-v6.1/Documentation/devicetree/bindings/clock/ |
D | ti,lmk04832.yaml | 49 ti,spi-4wire-rdbk: 51 Select SPI 4wire readback pin configuration. 92 enum: [1, 2, 4, 8] 93 default: 4 182 ti,spi-4wire-rdbk = <0>; 188 <&lmk04832 4>,
|
/Linux-v6.1/include/rdma/ |
D | signature.h | 84 * @wire: wire domain layout descriptor. 90 struct ib_sig_domain wire; member 104 * | 2B | 2B | 4B |
|
/Linux-v6.1/drivers/input/touchscreen/ |
D | wm9713.c | 76 static int delay = 4; 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."); 122 84, /* 4 */ 156 dig2 = WM97XX_DELAY(4) | WM97XX_SLT(5); in wm9713_phy_init() 167 /* Five wire panel? */ in wm9713_phy_init() 170 dev_info(wm->dev, "setting 5-wire touchscreen mode."); in wm9713_phy_init() 175 "wire mode, disabling\n"); in wm9713_phy_init() 194 delay = 4; in wm9713_phy_init() [all …]
|
D | wm9712.c | 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."); 122 84, /* 4 */ 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() 190 delay = 4; in wm9712_phy_init()
|
/Linux-v6.1/Documentation/devicetree/bindings/display/ |
D | multi-inno,mi0283qt.txt | 12 - present: IM=x110 4-wire 8-bit data serial interface 13 - absent: IM=x101 3-wire 9-bit data serial interface
|
/Linux-v6.1/drivers/infiniband/hw/mlx5/ |
D | wr.c | 257 return calc_sig(wqe, (*((u8 *)wqe + 8) & 0x3f) << 4); in wq_sig() 286 *wqe_sz + (offset >> 4), in set_data_inl_seg() 363 struct ib_sig_domain *wire = &sig_attrs->wire; in mlx5_set_bsf() local 386 /* Wire domain */ in mlx5_set_bsf() 387 switch (sig_attrs->wire.sig_type) { in mlx5_set_bsf() 391 if (mem->sig.dif.pi_interval == wire->sig.dif.pi_interval && in mlx5_set_bsf() 392 mem->sig_type == wire->sig_type) { in mlx5_set_bsf() 394 basic->bsf_size_sbs |= 1 << 4; in mlx5_set_bsf() 395 if (mem->sig.dif.bg_type == wire->sig.dif.bg_type) in mlx5_set_bsf() 396 basic->wire.copy_byte_mask |= MLX5_CPY_GRD_MASK; in mlx5_set_bsf() [all …]
|
/Linux-v6.1/net/rxrpc/ |
D | protocol.h | 13 typedef __be32 rxrpc_seq_net_t; /* on-the-wire Rx message sequence number */ 14 typedef __be32 rxrpc_serial_net_t; /* on-the-wire Rx message serial number */ 18 * on-the-wire Rx packet header 26 #define RXRPC_MAXCALLS 4 /* max active calls per conn */ 40 #define RXRPC_PACKET_TYPE_ABORT 4 /* call/connection abort */ 103 * on-the-wire Rx ACK packet data payload 118 #define RXRPC_ACK_EXCEEDS_WINDOW 4 /* packet received beyond end of ACK window */ 177 __be32 call_id[4]; /* encrypted call IDs */
|
/Linux-v6.1/fs/xfs/ |
D | xfs_export.h | 12 * The NFS fileid goes out on the wire as an array of 29 * (4) fileid_type=0x81 57 /* This flag goes on the wire. Don't play with it. */
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | mt6359.yaml | 24 signal. 0 means two wires, 1 means one wire. Default value is 0. 26 - 0 # one wire 39 - 4 # DCC_ECM_DIFF - analog electret condenser mic with differential mode
|
/Linux-v6.1/Documentation/hwmon/ |
D | lm85.rst | 92 The LM85 uses the 2-wire interface compatible with the SMBUS 2.0 94 temperatures and five (5) voltages. It has four (4) 16-bit counters for 106 measure a thermal diode like the one in a Pentium 4 processor in a socket 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
|
D | adt7411.rst | 22 The ADT7411 can use an I2C/SMBus compatible 2-wire interface or an 23 SPI-compatible 4-wire interface. It provides a 10-bit analog to digital
|
D | asc7621.rst | 22 added PECI and a 4th thermal zone. The Andigilog aSC7611 is the 68 assigned to up to 4 PECI addresses. This is not possible in the default 74 fan types. We can also support pulse-stretched PWM so that 3-wire fans 86 The aSC7621 has a two wire digital interface compatible with SMBus 2.0. 115 - 2-wire, SMBus 2.0 compliant, serial interface 121 - 3 PWM fan speed control outputs for 2-, 3- or 4-wire fans and up to 4 fan 141 4 PECI Processor Temperature 0 153 4 PECI Processor Temperature 0 165 4 PECI Processor Temperature 0 178 4 PECI Processor Temperature 0 [all …]
|
/Linux-v6.1/drivers/iio/temperature/ |
D | max31865.c | 32 #define MAX31865_3WIRE_RTD BIT(4) 187 /* 3-wire RTD connection */ in max31865_init() 310 if (device_property_read_bool(&spi->dev, "maxim,3-wire")) { in max31865_probe() 311 /* select 3 wire */ in max31865_probe() 314 /* select 2 or 4 wire */ in max31865_probe()
|
/Linux-v6.1/include/linux/mfd/wm831x/ |
D | pdata.h | 63 WM831X_STATUS_MANUAL = 4, 73 int fivewire; /** 1 for five wire mode, 0 for 4 wire */ 96 #define WM831X_MAX_DCDC 4
|
/Linux-v6.1/drivers/infiniband/core/ |
D | ud_header.c | 51 .size_bits = 4 }, 54 .offset_bits = 4, 55 .size_bits = 4 }, 59 .size_bits = 4 }, 124 .size_bits = 4 }, 127 .offset_bits = 4, 128 .size_bits = 4 }, 162 .offset_words = 4, 190 .size_bits = 4 }, 193 .offset_bits = 4, [all …]
|