Searched refs:be_val (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/iio/adc/ |
| H A D | mt6370-adc.c | 71 __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 D | hi8435.c | 62 __be16 be_val; in hi8435_readw() local 65 ret = spi_write_then_read(priv->spi, ®, 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, ®, 1, &be_val, 4); in hi8435_readl() 78 *val = be32_to_cpu(be_val); in hi8435_readl()
|
| /linux/drivers/iio/chemical/ |
| H A D | sunrise_co2.c | 138 __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 D | libbpf_utils.c | 161 __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 D | spectrum_flower.c | 229 __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 D | synaptics.c | 235 __be32 be_val; in synaptics_query_int() member 243 *val = be32_to_cpu(resp.be_val); in synaptics_query_int()
|