Home
last modified time | relevance | path

Searched refs:EC_MAX_CMD_REPLY (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/arch/x86/platform/olpc/
Dolpc.c38 #define EC_MAX_CMD_REPLY (8) macro
42 static unsigned char ec_debugfs_resp[EC_MAX_CMD_REPLY];
300 if (m < 2 || ec_debugfs_resp_bytes > EC_MAX_CMD_REPLY) { in ec_debugfs_cmd_write()