Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dmt6370-adc.c71 __be16 be_val; in mt6370_adc_read_channel() local
95 &be_val, sizeof(be_val)); in mt6370_adc_read_channel()
99 *val = be16_to_cpu(be_val); in mt6370_adc_read_channel()
H A Dhi8435.c62 __be16 be_val; in hi8435_readw() local
65 ret = spi_write_then_read(priv->spi, &reg, 1, &be_val, 2); in hi8435_readw()
66 *val = be16_to_cpu(be_val); in hi8435_readw()
74 __be32 be_val; in hi8435_readl() local
77 ret = spi_write_then_read(priv->spi, &reg, 1, &be_val, 4); in hi8435_readl()
78 *val = be32_to_cpu(be_val); in hi8435_readl()
/linux/drivers/iio/chemical/
H A Dsunrise_co2.c138 __be16 be_val; in sunrise_read_word() local
142 ret = regmap_bulk_read(sunrise->regmap, reg, &be_val, sizeof(be_val)); in sunrise_read_word()
149 *val = be16_to_cpu(be_val); in sunrise_read_word()
/linux/tools/lib/bpf/
H A Dlibbpf_utils.c161 __be32 be_val = cpu_to_be32(val); in put_unaligned_be32() local
163 memcpy(p, &be_val, sizeof(be_val)); in put_unaligned_be32()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_flower.c229 __be32 be_val = (__force __be32) act->mangle.val; in mlxsw_sp_flower_parse_actions() local
232 u32 val = be32_to_cpu(be_val); in mlxsw_sp_flower_parse_actions()
/linux/drivers/input/mouse/
H A Dsynaptics.c235 __be32 be_val; in synaptics_query_int() member
243 *val = be32_to_cpu(resp.be_val); in synaptics_query_int()