Searched refs:be16 (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/iio/adc/ |
| H A D | ad4062.c | 181 __be16 be16; member 425 &st->buf.be16, sizeof(st->buf.be16)); in ad4062_check_ids() 429 val = be16_to_cpu(st->buf.be16); in ad4062_check_ids() 434 &st->buf.be16, sizeof(st->buf.be16)); in ad4062_check_ids() 438 val = be16_to_cpu(st->buf.be16); in ad4062_check_ids() 550 st->buf.be16 = cpu_to_be16(AD4062_MON_VAL_MIDDLE_POINT); in ad4062_setup() 552 &st->buf.be16, sizeof(st->buf.be16)); in ad4062_setup() 812 &st->buf.be16, sizeof(st->buf.be16)); in ad4062_get_chan_calibscale() 817 *val = be16_to_cpu(st->buf.be16) * 2; in ad4062_get_chan_calibscale() 837 st->buf.be16 = cpu_to_be16(reg_val); in ad4062_set_chan_calibscale() [all …]
|
| /linux/Documentation/networking/net_cachelines/ |
| H A D | inet_sock.rst | 14 be16 inet_sport read_mostly __tcp_transm… 17 be16 inet_dport read_mostly __tcp_transm…
|
| /linux/drivers/iio/chemical/ |
| H A D | bme680_core.c | 138 __be16 be16; member 447 &data->be16, BME680_HUMID_NUM_BYTES); in bme680_read_humid_adc() 453 value_humidity = be16_to_cpu(data->be16); in bme680_read_humid_adc() 800 &data->be16, BME680_GAS_NUM_BYTES); in bme680_read_gas() 806 gas_regs_val = be16_to_cpu(data->be16); in bme680_read_gas()
|
| /linux/drivers/iio/pressure/ |
| H A D | bmp280.h | 471 __be16 be16; member
|
| H A D | bmp280-core.c | 407 &data->be16, BME280_NUM_HUMIDITY_BYTES); in bme280_read_humid_adc() 413 value_humidity = be16_to_cpu(data->be16); in bme280_read_humid_adc() 2758 &data->be16, sizeof(data->be16)); in bmp180_read_temp_adc() 2764 *adc_temp = be16_to_cpu(data->be16); in bmp180_read_temp_adc()
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfa_ioc.c | 3237 u16 be16; in bfa_ablk_config_swap() local 3242 be16 = cfg_inst->pf_cfg[j].pers; in bfa_ablk_config_swap() 3243 cfg_inst->pf_cfg[j].pers = be16_to_cpu(be16); in bfa_ablk_config_swap() 3244 be16 = cfg_inst->pf_cfg[j].num_qpairs; in bfa_ablk_config_swap() 3245 cfg_inst->pf_cfg[j].num_qpairs = be16_to_cpu(be16); in bfa_ablk_config_swap() 3246 be16 = cfg_inst->pf_cfg[j].num_vectors; in bfa_ablk_config_swap() 3247 cfg_inst->pf_cfg[j].num_vectors = be16_to_cpu(be16); in bfa_ablk_config_swap() 3248 be16 = cfg_inst->pf_cfg[j].bw_min; in bfa_ablk_config_swap() 3249 cfg_inst->pf_cfg[j].bw_min = be16_to_cpu(be16); in bfa_ablk_config_swap() 3250 be16 = cfg_inst->pf_cfg[j].bw_max; in bfa_ablk_config_swap() [all …]
|
| /linux/arch/powerpc/include/asm/ |
| H A D | io.h | 957 #define clrsetbits_be16(addr, clear, set) clrsetbits(be16, addr, clear, set)
|
| /linux/Documentation/bpf/standardization/ |
| H A D | instruction-set.rst | 74 * be16: Takes an unsigned 16-bit number and converts it between 474 dst = be16(dst)
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_main.c | 4325 #define be16(__p) (((__p)[0] << 8) | (__p)[1]) in phy_aq1202_version() macro 4331 return be16(phy_fw_data + offset + 0x27e); in phy_aq1202_version() 4333 #undef be16 in phy_aq1202_version()
|
| /linux/Documentation/networking/ |
| H A D | ethtool-netlink.rst | 1486 | | | | ``ETHTOOL_A_TUNNEL_UDP_ENTRY_PORT`` | be16 | UDP port |
|