Home
last modified time | relevance | path

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

/include/linux/mfd/
Dtps65090.h124 unsigned int temp_val; in tps65090_read() local
127 ret = regmap_read(tps->rmap, reg, &temp_val); in tps65090_read()
129 *val = temp_val; in tps65090_read()