Searched refs:MAX1668_REG_LIML (Results 1 – 1 of 1) sorted by relevance
36 #define MAX1668_REG_LIML(nr) (0x09 + 2 * (nr)) macro72 ret = regmap_read(regmap, MAX1668_REG_LIML(channel), ®val); in max1668_read()127 return regmap_write(regmap, MAX1668_REG_LIML(channel), val); in max1668_write()253 return reg > MAX1668_REG_STAT2 && reg <= MAX1668_REG_LIML(4); in max1668_regmap_is_writeable()