Searched refs:be16_to_cpu (Results 351 - 375 of 685) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/hid/
H A Dhid-cp2112.c1377 be16_to_cpu(xfer->retries), be16_to_cpu(xfer->length));
1387 dev->xfer_status = be16_to_cpu(xfer->length);
/linux-master/drivers/usb/storage/
H A Disd200.c1165 dest[i] = be16_to_cpu(src[i]);
1170 dest[i] = be16_to_cpu(src[i]);
1175 dest[i] = be16_to_cpu(src[i]);
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c414 wqe_index = be16_to_cpu(err_cqe->wqe_index) & ring->size_mask;
481 new_index = be16_to_cpu(cqe->wqe_index) & size_mask;
922 vlan_proto = be16_to_cpu(skb->vlan_proto);
H A Den_rx.c590 length_for_csum = (be16_to_cpu(iph->tot_len) - (iph->ihl << 2));
941 be16_to_cpu(cqe->sl_vid));
946 be16_to_cpu(cqe->sl_vid));
H A Dmcg.c921 be16_to_cpu(cur->eth.ether_type));
925 be16_to_cpu(cur->eth.vlan_id));
944 be16_to_cpu(cur->tcp_udp.src_port));
948 be16_to_cpu(cur->tcp_udp.dst_port));
/linux-master/fs/xfs/scrub/
H A Dattr_repair.c297 valuelen = be16_to_cpu(lentry->valuelen);
429 nameidx = be16_to_cpu(ent->nameidx);
585 be16_to_cpu(info->magic));
/linux-master/kernel/
H A Dkexec_elf.c54 value = be16_to_cpu(value);
/linux-master/drivers/staging/iio/adc/
H A Dad7816.c100 *data = be16_to_cpu(buf);
/linux-master/fs/jffs2/
H A Dnodelist.h54 #define je16_to_cpu(x) (be16_to_cpu(x.v16))
/linux-master/drivers/gpio/
H A Dgpio-viperboard.c302 gpio->gpiob_val = be16_to_cpu(val);
/linux-master/drivers/infiniband/hw/mlx4/
H A Dsrq.c342 srq->head = be16_to_cpu(next->next_wqe_index);
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.h117 #define ahc_be16toh(x) be16_to_cpu(x)
H A Daic79xx_osm.h105 #define ahd_be16toh(x) be16_to_cpu(x)
/linux-master/drivers/platform/olpc/
H A Dolpc-ec.c234 *sci_value = be16_to_cpu(ec_word);
/linux-master/drivers/iio/accel/
H A Dkxsd9.c177 nval = be16_to_cpu(raw_val);
/linux-master/drivers/iio/adc/
H A Dhi8435.c68 *val = be16_to_cpu(be_val);
H A Dti-adc12138.c243 *value = sign_extend32(be16_to_cpu(data) >> channel->scan_type.shift,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtxrx.h200 return be16_to_cpu(cqe->shampo.header_entry_index) & (rq->mpwqe.shampo->hd_per_wq - 1);
/linux-master/drivers/iio/chemical/
H A Dsunrise_co2.c151 *val = be16_to_cpu(be_val);
/linux-master/drivers/iio/light/
H A Dlv0104cs.c155 *adc_output = be16_to_cpu(regval);
/linux-master/drivers/base/regmap/
H A Dregmap-spi-avmm.c534 val_len = be16_to_cpu(resp->size);
/linux-master/drivers/input/touchscreen/
H A Dsx8654.c161 chdata = be16_to_cpu(data[i]);
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddebugfs.c250 hcmd.len[0] = be16_to_cpu(data->length);
/linux-master/sound/soc/uniphier/
H A Daio-compress.c304 u16 pc = be16_to_cpu((__be16)frm_a);
/linux-master/arch/arm/include/asm/
H A Dio.h390 #define ioread16be(p) ({ __u16 __v = be16_to_cpu((__force __be16)__raw_readw(p)); __iormb(); __v; })

Completed in 292 milliseconds

<<11121314151617181920>>