Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Dcompal-laptop.c234 static s8 ec_read_s8(u8 addr) in ec_read_s8() function
472 return sprintf(buf, "%d\n", 1000 * (int)ec_read_s8(ADDRESS)); \
612 val->intval = ec_read_s8(BAT_TEMP_AVG) * 10; in bat_get_property()