Home
last modified time | relevance | path

Searched refs:Mode (Results 1 – 25 of 252) sorted by relevance

1234567891011

/Linux-v5.4/arch/arm/boot/dts/
Dexynos4412-itop-scp-core.dtsi174 op_mode = <1>; /* Normal Mode */
184 op_mode = <1>; /* Normal Mode */
192 op_mode = <1>; /* Normal Mode */
200 op_mode = <1>; /* Normal Mode */
205 op_mode = <0>; /* Always off Mode */
213 op_mode = <1>; /* Normal Mode */
221 op_mode = <1>; /* Normal Mode */
228 op_mode = <1>; /* Normal Mode */
235 op_mode = <1>; /* Normal Mode */
242 op_mode = <1>; /* Normal Mode */
[all …]
Dexynos4412-origen.dts146 op_mode = <1>; /* Normal Mode */
154 op_mode = <1>; /* Normal Mode */
162 op_mode = <1>; /* Normal Mode */
170 op_mode = <1>; /* Normal Mode */
178 op_mode = <1>; /* Normal Mode */
186 op_mode = <1>; /* Normal Mode */
194 op_mode = <1>; /* Normal Mode */
202 op_mode = <1>; /* Normal Mode */
210 op_mode = <1>; /* Normal Mode */
218 op_mode = <1>; /* Normal Mode */
[all …]
/Linux-v5.4/drivers/scsi/aic94xx/
Daic94xx_reg_def.h502 #define CSEQm_CIO_REG(Mode, Reg) \ argument
504 ((u32) (Mode) * CSEQ_MODE_PAGE_SIZE) + (u32) (Reg))
552 #define CMnSCBPTR(Mode) CSEQm_CIO_REG(Mode, MnSCBPTR) argument
554 #define CMnDDBPTR(Mode) CSEQm_CIO_REG(Mode, MnDDBPTR) argument
556 #define CMnSCRATCHPAGE(Mode) CSEQm_CIO_REG(Mode, MnSCRATCHPAGE) argument
564 #define CMnREQMBX(Mode) CSEQm_CIO_REG(Mode, 0x30) argument
571 #define CMnRSPMBX(Mode) CSEQm_CIO_REG(Mode, 0x34) argument
593 #define CMnINT(Mode) CSEQm_CIO_REG(Mode, 0x38) argument
604 #define CMnINTEN(Mode) CSEQm_CIO_REG(Mode, 0x3C) argument
663 #define CMnSCRATCH(Mode) CSEQm_CIO_REG(Mode, 0x1E0) argument
[all …]
/Linux-v5.4/arch/mips/sgi-ip27/
DKconfig8 bool "IP27 M-Mode"
11 in either N-Modes which allows for more nodes or M-Mode which allows
13 M-Mode, so choose M-mode here.
16 bool "IP27 N-Mode"
19 in either N-Modes which allows for more nodes or M-Mode which allows
21 M-Mode, so choose M-mode here.
/Linux-v5.4/include/uapi/linux/
Dcciss_defs.h61 BYTE Mode:2; /* b00 */ member
66 BYTE Mode:2; /* b01 */ member
72 BYTE Mode:2; /* b10 */ member
79 DWORD Mode:2; member
85 DWORD Mode:2; member
/Linux-v5.4/drivers/usb/typec/altmodes/
DKconfig3 menu "USB Type-C Alternate Mode drivers"
6 tristate "DisplayPort Alternate Mode driver"
8 DisplayPort USB Type-C Alternate Mode allows DisplayPort
16 tristate "NVIDIA Alternate Mode driver"
/Linux-v5.4/Documentation/devicetree/bindings/hwmon/
Dadc128d818.txt6 - Mode 0: 7 single-ended voltage readings (IN0-IN6),
8 - Mode 1: 8 single-ended voltage readings (IN0-IN7),
10 - Mode 2: 4 pseudo-differential voltage readings
13 - Mode 3: 4 single-ended voltage readings (IN0-IN3),
/Linux-v5.4/Documentation/leds/
Dleds-lm3556.rst18 Flash Mode
21 In Flash Mode, the LED current source(LED) provides 16 target current levels
47 Torch Mode
50 In Torch Mode, the current source(LED) is programmed via the CURRENT CONTROL
51 REGISTER(0x09).Torch Mode is activated by the ENABLE REGISTER(0x0A) or by the
74 Indicator Mode
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-platform-ideapad-laptop15 * 0 -> Super Silent Mode
16 * 1 -> Standard Mode
18 * 4 -> Efficient Thermal Dissipation Mode
Dsysfs-platform-asus-wmi8 * 0 -> Super Performance Mode
9 * 1 -> High Performance Mode
10 * 2 -> Power Saving Mode
Dsysfs-driver-typec-displayport18 Note. USB configuration does not equal to Exit Mode. It is
19 separate configuration defined in VESA DisplayPort Alt Mode on
29 VESA DisplayPort Alt Mode on USB Type-C Standard defines six
44 Note. As of VESA DisplayPort Alt Mode on USB Type-C Standard
Dsysfs-driver-bd9571mwv-regulator5 Description: Read/write the current state of DDR Backup Mode, which controls
10 Backup Mode is enabled by default when available, as the
23 DDR Backup Mode must be explicitly enabled by the user,
Dsysfs-platform-eeepc-laptop33 * 0 -> Super Performance Mode
34 * 1 -> High Performance Mode
35 * 2 -> Power Saving Mode
/Linux-v5.4/Documentation/devicetree/bindings/ata/
Dcortina,gemini-sata-bridge.txt18 Mode 0: ata0 master <-> sata0
21 Mode 1: ata0 master <-> sata0
24 Mode 2: ata1 master <-> sata1
28 Mode 3: ata0 master <-> sata0
/Linux-v5.4/drivers/staging/rtl8188eu/hal/
Drtl8188e_cmd.c150 void rtl8188e_set_FwPwrMode_cmd(struct adapter *adapt, u8 Mode) in rtl8188e_set_FwPwrMode_cmd() argument
157 Mode, pwrpriv->smart_ps, adapt->registrypriv.uapsd_enable); in rtl8188e_set_FwPwrMode_cmd()
159 switch (Mode) { in rtl8188e_set_FwPwrMode_cmd()
161 H2CSetPwrMode.Mode = 0; in rtl8188e_set_FwPwrMode_cmd()
164 H2CSetPwrMode.Mode = 1; in rtl8188e_set_FwPwrMode_cmd()
168 H2CSetPwrMode.Mode = 1; in rtl8188e_set_FwPwrMode_cmd()
172 H2CSetPwrMode.Mode = 1; in rtl8188e_set_FwPwrMode_cmd()
175 H2CSetPwrMode.Mode = 2; in rtl8188e_set_FwPwrMode_cmd()
178 H2CSetPwrMode.Mode = 0; in rtl8188e_set_FwPwrMode_cmd()
188 if (Mode > 0) in rtl8188e_set_FwPwrMode_cmd()
/Linux-v5.4/drivers/target/iscsi/
DKconfig3 tristate "Linux-iSCSI.org iSCSI Target Mode Stack"
10 Target Mode Stack.
/Linux-v5.4/drivers/staging/rtl8188eu/include/
Drtl8188e_cmd.h49 u8 Mode;/* 0:Active,1:LPS,2:WMMPS */ member
65 void rtl8188e_set_FwPwrMode_cmd(struct adapter *padapter, u8 Mode);
/Linux-v5.4/Documentation/devicetree/bindings/spi/
Dti_qspi.txt23 parameters for Mode-0 and Mode-3 operations, which needs to be set up by
24 the bootloader (U-Boot). Default configuration only supports Mode-0
/Linux-v5.4/Documentation/devicetree/bindings/sound/
Drt5645.txt37 1 : Mode-0 (VDD=3.3V), two port jack detection
38 2 : Mode-1 (VDD=3.3V), one port jack detection
39 3 : Mode-2 (VDD=1.8V), one port jack detection
/Linux-v5.4/Documentation/devicetree/bindings/phy/
Dti-phy-gmii-sel.txt1 CPSW Port's Interface Mode Selection PHY Tree Bindings
31 CPSW Port's Interface Mode Selection PHY describes MII interface mode between
34 CPSW Port's Interface Mode Selection PHY device should defined as child device
/Linux-v5.4/Documentation/sound/hd-audio/
Dcontrols.rst11 Channel Mode
18 Auto-Mute Mode
55 Mic Jack Mode, Line Jack Mode, etc
104 Auto-Mute Mode
111 Channel Mode
/Linux-v5.4/Documentation/devicetree/bindings/leds/
Dleds-netxbig.txt10 Mode (gpio-ext bus), delay_on and delay_off.
15 - mode-addr: Mode register address on gpio-ext bus.
16 - mode-val: Mode to value mapping. Each entry is represented by two integers:
/Linux-v5.4/Documentation/virt/kvm/devices/
Ds390_flic.txt125 - KVM_S390_AIS_MODE_ALL: ALL-Interruptions Mode, i.e. airq injection
127 - KVM_S390_AIS_MODE_SINGLE: SINGLE-Interruption Mode, i.e. airq
145 __u8 simm; /* Single-Interruption-Mode mask */
146 __u8 nimm; /* No-Interruption-Mode mask *
149 simm contains Single-Interruption-Mode mask for all ISCs, nimm contains
150 No-Interruption-Mode mask for all ISCs. Each bit in simm and nimm corresponds
/Linux-v5.4/Documentation/media/uapi/v4l/
Dpixfmt-meta-vsp1-hgo.rst51 .. flat-table:: VSP1 HGO Data - 64 Bins, Normal Mode (792 bytes)
102 .. flat-table:: VSP1 HGO Data - 64 Bins, Max Mode (264 bytes)
127 .. flat-table:: VSP1 HGO Data - 256 Bins, Normal Mode (1032 bytes)
152 .. flat-table:: VSP1 HGO Data - 256 Bins, Max Mode (1032 bytes)
/Linux-v5.4/sound/soc/intel/boards/
DKconfig230 tristate "SKL with NAU88L25 and SSM4567 in I2S Mode"
244 tristate "SKL with NAU88L25 and MAX98357A in I2S Mode"
269 tristate "Broxton with DA7219 and MAX98357A in I2S Mode"
299 tristate "KBL with RT5663 and MAX98927 in I2S Mode"
314 tristate "KBL with RT5663, RT5514 and MAX98927 in I2S Mode"
330 tristate "KBL with DA7219 and MAX98357A in I2S Mode"
340 tristate "KBL with DA7219 and MAX98927 in I2S Mode"
355 tristate "KBL with RT5660 in I2S Mode"
370 tristate "GLK with RT5682 and MAX98357A in I2S Mode"
403 tristate "SOF with rt5682 codec in I2S Mode"
[all …]

1234567891011