ec: Fix spelling
Change-Id: I5e4d35572c43f07bec5ec0bcd75c717723228e2f Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/3757 Reviewed-by: Dave Frodin <dave.frodin@se-eng.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
cbf2bd715a
commit
8940d3e2a7
@ -80,7 +80,7 @@ int kbc_cleanup_buffers(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* The ENE 60/64 EC registers are the same comand/status IB/OB KBC pair.
|
/* The ENE 60/64 EC registers are the same command/status IB/OB KBC pair.
|
||||||
* Check status from 64 port before each command.
|
* Check status from 64 port before each command.
|
||||||
*
|
*
|
||||||
* Ex. Get panel ID command C43/D77
|
* Ex. Get panel ID command C43/D77
|
||||||
|
@ -255,7 +255,7 @@ struct ec_lpc_host_args {
|
|||||||
* If EC gets a command and this flag is not set, this is an old-style command.
|
* If EC gets a command and this flag is not set, this is an old-style command.
|
||||||
* Command version is 0 and params from host are at EC_LPC_ADDR_OLD_PARAM with
|
* Command version is 0 and params from host are at EC_LPC_ADDR_OLD_PARAM with
|
||||||
* unknown length. EC must respond with an old-style response (that is,
|
* unknown length. EC must respond with an old-style response (that is,
|
||||||
* withouth setting EC_HOST_ARGS_FLAG_TO_HOST).
|
* without setting EC_HOST_ARGS_FLAG_TO_HOST).
|
||||||
*/
|
*/
|
||||||
#define EC_HOST_ARGS_FLAG_FROM_HOST 0x01
|
#define EC_HOST_ARGS_FLAG_FROM_HOST 0x01
|
||||||
/*
|
/*
|
||||||
@ -748,7 +748,7 @@ struct ec_response_port80_last_boot {
|
|||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
/* Thermal engine commands */
|
/* Thermal engine commands */
|
||||||
|
|
||||||
/* Set thershold value */
|
/* Set threshold value */
|
||||||
#define EC_CMD_THERMAL_SET_THRESHOLD 0x50
|
#define EC_CMD_THERMAL_SET_THRESHOLD 0x50
|
||||||
|
|
||||||
struct ec_params_thermal_set_threshold {
|
struct ec_params_thermal_set_threshold {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user