/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic79xx.reg | 50 /* Register window Modes */ 352 modes M_CCHAN 363 modes M_CCHAN 373 modes M_CCHAN 384 modes M_CCHAN 429 modes M_DFF0, M_DFF1 451 modes M_CFG 467 modes M_DFF0, M_DFF1 483 modes M_DFF0, M_DFF1 493 modes M_DFF0, M_DFF1 [all …]
|
/openbmc/linux/arch/x86/crypto/ |
H A D | Kconfig | 17 tristate "Ciphers: AES, modes: ECB, CBC, CTS, CTR, XTR, XTS, GCM (AES-NI)" 33 tristate "Ciphers: Blowfish, modes: ECB, CBC" 40 Length-preserving ciphers: Blowfish with ECB and CBC modes 45 tristate "Ciphers: Camellia with modes: ECB, CBC" 51 Length-preserving ciphers: Camellia with ECB and CBC modes 56 tristate "Ciphers: Camellia with modes: ECB, CBC (AES-NI/AVX)" 63 Length-preserving ciphers: Camellia with ECB and CBC modes 70 tristate "Ciphers: Camellia with modes: ECB, CBC (AES-NI/AVX2)" 74 Length-preserving ciphers: Camellia with ECB and CBC modes 81 tristate "Ciphers: CAST5 with modes: ECB, CBC (AVX)" [all …]
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | svga.rst | 13 allows the use of various special video modes supported by the video BIOS. Due 38 modes available on your adapter, you can specify the menu item you want 41 modes are listed in a "first detected -- first displayed" manner. It's 52 bootup. It displays a "Press <RETURN> to see video modes available, <SPACE> 83 The mode list usually contains a few basic modes and some VESA modes. In 84 case your chipset has been detected, some chipset-specific modes are shown as 89 The modes displayed on the menu are partially sorted: The list starts with 90 the standard modes (80x25 and 80x50) followed by "special" modes (80x28 and 91 80x43), local modes (if the local modes feature is enabled), VESA modes and 92 finally SVGA modes for the auto-detected adapter. [all …]
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_client_modeset.c | 125 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_get_tiled_mode() 138 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_fallback_non_tiled_mode() 152 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_has_preferred_mode() 174 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_pick_cmdline_mode() 184 * Attempt to find a matching mode in the list of modes we in drm_connector_pick_cmdline_mode() 190 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_pick_cmdline_mode() 261 struct drm_display_mode **modes, in drm_client_target_cloned() argument 288 modes[i] = drm_connector_pick_cmdline_mode(connectors[i]); in drm_client_target_cloned() 289 if (!modes[i]) { in drm_client_target_cloned() 296 if (!drm_mode_match(modes[j], modes[i], in drm_client_target_cloned() [all …]
|
H A D | drm_probe_helper.c | 153 /* Only add a GTF mode if we find no matching probed modes */ in drm_helper_probe_add_cmdline_mode() 460 list_for_each_entry(mode, &connector->modes, head) { in __drm_helper_update_and_validate() 498 * drm_helper_probe_single_connector_modes - get complete set of display modes 500 * @maxX: max width for modes 501 * @maxY: max height for modes 504 * &drm_connector_helper_funcs try to detect all valid modes. Modes will first 506 * and the @maxX, @maxY parameters) and put into the normal modes list. 514 * 1. All modes currently on the connector's modes list are marked as stale 516 * 2. New modes are added to the connector's probed_modes list with 517 * drm_mode_probed_add(). New modes start their life with status as OK. [all …]
|
/openbmc/linux/drivers/md/ |
H A D | md-faulty.c | 14 * Possible failure modes are: 22 * Different modes can be active at a time, but only 44 #define Modes 6 macro 77 int period[Modes]; 78 atomic_t counters[Modes]; 80 int modes[MaxFault]; member 108 switch (conf->modes[i] * 2 + dir) { in check_sector() 113 conf->modes[i] = NoPersist; in check_sector() 131 case NoPersist: conf->modes[i] = mode; return; in add_sector() 133 if (conf->modes[i] == ReadPersistent || in add_sector() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/fbset/fbset-2.1/ |
H A D | fbset-2.1-fix-makefile-dep.patch | 4 Subject: [PATCH] fbset 2.1 fix makefile dep modes.tab.c 9 make: *** No rule to make target `modes.tab.h', needed by `lex.yy.o'. Stop. 20 @@ -15,7 +15,7 @@ fbset: fbset.o modes.tab.o lex.yy.o 23 modes.tab.o: modes.tab.c fbset.h fb.h 24 -lex.yy.o: lex.yy.c fbset.h modes.tab.h 25 +lex.yy.o: lex.yy.c fbset.h modes.tab.c 27 lex.yy.c: modes.l 28 $(FLEX) modes.l
|
/openbmc/linux/drivers/net/phy/ |
H A D | sfp-bus.c | 138 * sfp_parse_support() - Parse the eeprom id for supported link modes 142 * @interfaces: pointer to an array of unsigned long for phy interface modes 146 * ethtool link modes for the module. 152 __ETHTOOL_DECLARE_LINK_MODE_MASK(modes) = { 0, }; in sfp_parse_support() 177 phylink_set(modes, 10000baseSR_Full); in sfp_parse_support() 181 phylink_set(modes, 10000baseLR_Full); in sfp_parse_support() 185 phylink_set(modes, 10000baseLRM_Full); in sfp_parse_support() 189 phylink_set(modes, 10000baseER_Full); in sfp_parse_support() 195 phylink_set(modes, 1000baseX_Full); in sfp_parse_support() 199 phylink_set(modes, 1000baseT_Half); in sfp_parse_support() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | richtek,rtq2208.yaml | 16 Bucks support "regulator-allowed-modes" and "regulator-mode". The former defines the permitted 20 operation modes for all buck rails, automatic power saving mode (Auto mode) and forced continuous 23 The definition of modes is in the datasheet which is available in below link 63 regulator-allowed-modes: 65 two buck modes in different switching accuracy. 102 regulator-allowed-modes = <0 1>; 112 regulator-allowed-modes = <0 1>; 122 regulator-allowed-modes = <0 1>; 132 regulator-allowed-modes = <0 1>; 142 regulator-allowed-modes = <0 1>; [all …]
|
H A D | mt6360-regulator.yaml | 52 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 60 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 68 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 75 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 82 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 89 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 96 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 103 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | transmit-amplitude.yaml | 20 contains multiple values for various PHY modes, the 26 Names of the modes corresponding to voltages in the 'tx-p2p-microvolt' 38 # ethernet modes 52 # PCIe modes 61 # USB modes 70 # storage modes 76 # display modes 87 # camera modes
|
/openbmc/linux/include/linux/usb/ |
H A D | typec_altmode.h | 19 * @vdo: VDO returned by Discover Modes USB PD command 86 TYPEC_STATE_MODAL, /* Alternate Modes */ 90 * For the muxes there is no difference between Accessory Modes and Alternate 91 * Modes, so the Accessory Modes are supplied with specific modal state values 92 * here. Unlike with Alternate Modes, where the mux will be linked with the 93 * alternate mode device, the mux for Accessory Modes will be linked with the 97 * value for typec_set_mode() when accessory modes are supported. 100 * Alternate Modes. USB4 mode is however not entered with the Enter Mode Command 101 * like the Alternate Modes are, but instead with a special Enter_USB Message. 105 * The Enter_USB specific "USB Modes" are also supplied here as special modal [all …]
|
/openbmc/linux/drivers/net/ |
H A D | mdio.c | 173 * @npage_adv: Modes currently advertised on next pages 174 * @npage_lpa: Modes advertised by link partner on next pages 249 /* All the other defined modes are flavours of optical */ in mdio45_ethtool_gset_npage() 275 u32 modes = 0; in mdio45_ethtool_gset_npage() local 286 modes = ecmd->advertising & ecmd->lp_advertising; in mdio45_ethtool_gset_npage() 288 if ((modes & ~ADVERTISED_Autoneg) == 0) in mdio45_ethtool_gset_npage() 289 modes = ecmd->advertising; in mdio45_ethtool_gset_npage() 291 if (modes & (ADVERTISED_10000baseT_Full | in mdio45_ethtool_gset_npage() 296 } else if (modes & (ADVERTISED_1000baseT_Full | in mdio45_ethtool_gset_npage() 300 ecmd->duplex = !(modes & ADVERTISED_1000baseT_Half); in mdio45_ethtool_gset_npage() [all …]
|
/openbmc/linux/arch/x86/boot/ |
H A D | video.h | 20 * Aliases for standard modes 24 * Video modes numbered by menu position -- NOT RECOMMENDED because of lack 29 /* Standard BIOS video modes (BIOS number + 0x0100) */ 32 /* VESA BIOS video modes (VESA number + 0x0200) */ 35 /* Video7 special modes (BIOS number + 0x0900) */ 38 /* Special video modes */ 51 /* Video modes given by resolution */ 74 struct mode_info *modes; member 75 int nmodes; /* Number of probed modes so far */ 77 u16 xmode_first; /* Unprobed modes to try to call anyway */
|
/openbmc/linux/arch/sparc/crypto/ |
H A D | Kconfig | 6 tristate "Ciphers: DES and Triple DES EDE, modes: ECB/CBC" 14 Length-preserving ciphers: DES with ECB and CBC modes 15 Length-preserving ciphers: Tripe DES EDE with ECB and CBC modes 70 tristate "Ciphers: AES, modes: ECB, CBC, CTR" 75 Length-preseving ciphers: AES with ECB, CBC, and CTR modes 80 tristate "Ciphers: Camellia, modes: ECB, CBC" 86 Length-preserving ciphers: Camellia with ECB and CBC modes
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | Kconfig | 132 tristate "Ciphers: AES, modes: ECB, CBC, CTR, CTS, XCTR, XTS" 137 XCTR, and XTS modes 155 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XTS (ARMv8 Crypto Extensions)" 161 with block cipher modes: 172 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XTS (NEON)" 178 with block cipher modes: 202 tristate "Ciphers: AES, modes: ECB/CBC/CTR/XCTR/XTS modes (bit-sliced NEON)" 209 with block cipher modes: 234 tristate "Ciphers: SM4, modes: ECB/CBC/CFB/CTR/XTS (ARMv8 Crypto Extensions)" 240 with block cipher modes: [all …]
|
/openbmc/linux/drivers/pinctrl/spear/ |
H A D | pinctrl-spear320.c | 25 /* modes */ 493 .modes = EXTENDED_MODE, 572 .modes = AUTO_EXP_MODE | EXTENDED_MODE, 576 .modes = EXTENDED_MODE, 622 .modes = EXTENDED_MODE, 661 .modes = EXTENDED_MODE, 665 .modes = AUTO_EXP_MODE | EXTENDED_MODE, 669 .modes = EXTENDED_MODE, 715 .modes = EXTENDED_MODE, 756 .modes = AUTO_NET_SMII_MODE | AUTO_NET_MII_MODE | EXTENDED_MODE, [all …]
|
H A D | pinctrl-spear3xx.c | 33 .modes = ~0, 66 .modes = ~0, 99 .modes = ~0, 132 .modes = ~0, 166 .modes = ~0, 199 .modes = ~0, 225 .modes = ~0, 251 .modes = ~0, 277 .modes = ~0, 303 .modes = ~0, [all …]
|
/openbmc/linux/arch/powerpc/platforms/pasemi/ |
H A D | idle.c | 25 static struct sleep_mode modes[] = { variable 36 * all modes. in pasemi_system_reset_exception() 69 pr_warn("No cpufreq driver, powersavings modes disabled\n"); in pasemi_idle_init() 74 ppc_md.power_save = modes[current_mode].entry; in pasemi_idle_init() 75 pr_info("Using PA6T idle loop (%s)\n", modes[current_mode].name); in pasemi_idle_init() 84 for (i = 0; i < ARRAY_SIZE(modes); i++) { in idle_param() 85 if (!strcmp(modes[i].name, p)) { in idle_param()
|
/openbmc/linux/drivers/media/i2c/ |
H A D | max2175.h | 31 /* EU modes */ 36 * Other possible modes to add in future 47 /* NA modes */ 52 * Other possible modes to add in future 60 /* Supported I2S modes */ 82 /* Channel FSM modes */
|
/openbmc/linux/arch/s390/crypto/ |
H A D | Kconfig | 84 tristate "Ciphers: AES, modes: ECB, CBC, CTR, XTS, GCM" 91 Length-preserving ciphers: AES with ECB, CBC, XTS, and CTR modes 95 As of z9 the ECB and CBC modes are hardware accelerated 98 As of z10 the ECB and CBC modes are hardware accelerated 106 tristate "Ciphers: DES and Triple DES EDE, modes: ECB, CBC, CTR" 114 Length-preserving ciphers: DES with ECB, CBC, and CTR modes 115 Length-preserving ciphers: Triple DES EDED with ECB, CBC, and CTR modes
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | cmd_bmode.c | 12 static const struct boot_mode *modes[2]; variable 18 for (i = 0; i < ARRAY_SIZE(modes); i++) { in search_modes() 19 const struct boot_mode *p = modes[i]; in search_modes() 36 for (i = 0; i < ARRAY_SIZE(modes); i++) { in create_usage() 37 const struct boot_mode *p = modes[i]; in create_usage() 97 modes[0] = p; in add_board_boot_modes() 98 modes[1] = soc_boot_modes; in add_board_boot_modes()
|
/openbmc/docs/designs/ |
H A D | thermal-control-modes.md | 42 standardized profile/modes such "Acoustic" and "Performance". Once the end-user 50 available thermal control modes along with what current mode is in use. 52 the interface would populate the supported list of modes. 55 this dbus interface object which would fill in the list of supported modes from 58 queried for supported modes or update the current mode. An end-user may set the 59 current mode to any of those supported modes and the current mode would be 74 control modes are supported/available on the interface as well as perform the
|
/openbmc/linux/include/uapi/mtd/ |
H A D | mtd-abi.h | 50 * MTD operation modes 58 * These modes can be passed to ioctl(MEMWRITE) and ioctl(MEMREAD); they are 59 * also used internally. See notes on "MTD file modes" for discussion on 76 * @mode: MTD mode (see "MTD operation modes") 80 * writes in various modes. To write to OOB-only, set @usr_data == NULL, and to 121 * @mode: MTD mode (see "MTD operation modes") 126 * reads in various modes. To read from OOB-only, set @usr_data == NULL, and to 163 /* Obsolete ECC byte placement modes (used with obsolete MEMGETOOBSEL) */ 221 /* Get info about OOB modes (e.g., RAW, PLACE, AUTO) - legacy interface */ 239 /* Set MTD mode on a per-file-descriptor basis (see "MTD file modes") */ [all …]
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_alternate_fan_settings.robot | 54 Verify Supported Fan Thermal Modes Available 55 [Documentation] Check supported fan thermal modes are valid mode values. 64 Verify Supported Fan Thermal Modes Switch At Standby 65 [Documentation] Check that supported modes are set successfully at standby. 76 Verify Supported Fan Thermal Modes Switch At Runtime 77 [Documentation] Check that supported modes are set successfully at runtime. 89 [Documentation] Check that supported modes remain set at runtime.
|