Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Drtmv20-regulator.c238 __be16 bval16; in rtmv20_properties_init() local
255 ret = regmap_raw_read(priv->regmap, props[i].addr, &bval16, sizeof(bval16)); in rtmv20_properties_init()
259 val16 = be16_to_cpu(bval16); in rtmv20_properties_init()
262 bval16 = cpu_to_be16(val16); in rtmv20_properties_init()
264 ret = regmap_raw_write(priv->regmap, props[i].addr, &bval16, in rtmv20_properties_init()
265 sizeof(bval16)); in rtmv20_properties_init()