Searched refs:ec_byte (Results 1 – 1 of 1) sorted by relevance
239 unsigned char ec_byte = bits & 0xff; in olpc_ec_mask_write() local240 return olpc_ec_cmd(EC_WRITE_SCI_MASK, &ec_byte, 1, NULL, 0); in olpc_ec_mask_write()256 unsigned char ec_byte; in olpc_ec_sci_query() local257 ret = olpc_ec_cmd(EC_SCI_QUERY, NULL, 0, &ec_byte, 1); in olpc_ec_sci_query()259 *sci_value = ec_byte; in olpc_ec_sci_query()