Home
last modified time | relevance | path

Searched defs:bcount (Results 1 – 9 of 9) sorted by relevance

/drivers/media/pci/cx25821/
A Dcx25821-sram.h231 #define BYTES_TO_DWORDS(bcount) ((bcount) >> 2) argument
232 #define BYTES_TO_QWORDS(bcount) ((bcount) >> 3) argument
233 #define BYTES_TO_OWORDS(bcount) ((bcount) >> 4) argument
/drivers/rapidio/devices/
A Dtsi721_dma.c361 tsi721_desc_fill_end(struct tsi721_dma_desc *bd_ptr, u32 bcount, bool interrupt) in tsi721_desc_fill_end()
418 u32 bcount; in tsi721_submit_sg() local
A Dtsi721.h519 __le32 bcount; member
/drivers/char/
A Dnwbutton.c34 static int bcount; /* The number of bytes in the buffer */ variable
/drivers/vdpa/mlx5/core/
A Dmr.c193 u64 bcount = min_t(u64, dmr->start - preve, MAX_KLM_SIZE); in fill_indir() local
/drivers/atm/
A Dnicstar.c356 int bcount; in ns_init_card() local
/drivers/infiniband/hw/mlx5/
A Dwr.c221 int bcount = mr->desc_size * (mr->mmkey.ndescs + mr->meta_ndescs); in set_reg_data_seg() local
/drivers/isdn/hardware/mISDN/
A Dhfcmulti.c4778 int bcount = 0; in init_e1_port() local
/drivers/crypto/hisilicon/sec2/
A Dsec_crypto.c90 #define BYTES_TO_WORDS(bcount) ((bcount) >> 2) argument

Completed in 43 milliseconds