Searched refs:switches (Results 1 - 5 of 5) sorted by relevance

/u-boot/arch/x86/include/asm/
H A Dintel_gnvs.h70 u16 switches; /* 0c CHSW */ member in struct:chromeos_acpi_gnvs
/u-boot/cmd/
H A Dcros_ec.c177 uint switches; local
184 switches = ret;
188 if (switches & mask) {
310 } else if (!strcmp("switches", cmd)) {
552 "crosec switches Read CROS-EC switches\n"
/u-boot/arch/arm/mach-sunxi/
H A Drmr_switch.S14 @ This code below switches to AArch64 and starts execution at the specified
/u-boot/arch/x86/cpu/apollolake/
H A Dacpi.c79 cros->switches = CHSW_DEVELOPER_SWITCH;
/u-boot/include/
H A Dec_commands.h2804 /* Formerly "switches", which was 0. */
2822 * For buttons and switches, info about which specifically are
2827 * bitmask indicating which buttons or switches are present. See the
2833 * Instantaneous state of buttons and switches.
2846 * For EC_MKBP_EVENT_SWITCH, returns uint32_t switches, indicating the
2847 * state of supported switches.
2992 /* The state of the switches have changed. */
3022 uint32_t switches; member in union:ec_response_get_next_data
3035 /* Bit indices for buttons and switches.*/

Completed in 78 milliseconds