Searched refs:bval16 (Results 1 – 1 of 1) sorted by relevance
238 __be16 bval16; in rtmv20_properties_init() local255 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()