Searched refs:nr_words (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/i3c/master/mipi-i3c-hci/
H A Dpio.c244 unsigned int nr_words; local
254 nr_words = min(xfer->data_left / 4, pio->rx_thresh_size);
256 xfer->data_left -= nr_words * 4;
257 DBG("now %d left %d", nr_words * 4, xfer->data_left);
258 while (nr_words--)
278 unsigned int nr_words = count / 4; local
280 xfer->data_left -= nr_words * 4;
281 DBG("now %d left %d", nr_words * 4, xfer->data_left);
282 while (nr_words--)
310 unsigned int nr_words; local
760 unsigned int nr_words, thresh_val; local
[all...]
/linux-master/arch/riscv/kvm/
H A Daia_aplic.c36 u32 nr_words; member in struct:aplic
403 (off < (APLIC_SETIP_BASE + aplic->nr_words * 4))) {
409 (off < (APLIC_CLRIP_BASE + aplic->nr_words * 4))) {
415 (off < (APLIC_SETIE_BASE + aplic->nr_words * 4))) {
421 (off < (APLIC_CLRIE_BASE + aplic->nr_words * 4))) {
468 (off < (APLIC_SETIP_BASE + aplic->nr_words * 4))) {
474 (off < (APLIC_CLRIP_BASE + aplic->nr_words * 4))) {
480 (off < (APLIC_SETIE_BASE + aplic->nr_words * 4))) {
486 (off < (APLIC_CLRIE_BASE + aplic->nr_words * 4))) {
589 aplic->nr_words
[all...]
/linux-master/drivers/md/
H A Ddm-clone-metadata.c123 unsigned long nr_words; member in struct:dm_clone_metadata
236 unsigned int i, nr_words; local
255 nr_words = dm_bm_block_size(bm) / sizeof(__le64);
256 for (i = 0; i < nr_words; i++) {
473 static int __dirty_map_init(struct dirty_map *dmap, unsigned long nr_words, argument
478 dmap->dirty_words = kvzalloc(bitmap_size(nr_words), GFP_KERNEL);
499 if (__dirty_map_init(&cmd->dmap[0], cmd->nr_words, cmd->nr_regions)) {
504 if (__dirty_map_init(&cmd->dmap[1], cmd->nr_words, cmd->nr_regions)) {
574 cmd->nr_words = BITS_TO_LONGS(cmd->nr_regions);
749 word = find_next_bit(dmap->dirty_words, cmd->nr_words, wor
[all...]
/linux-master/fs/xfs/scrub/
H A Drtsummary.c143 unsigned int nr_words)
145 return xfile_load(sc->xfile, rawinfo, nr_words << XFS_WORDLOG,
139 xfsum_copyout( struct xfs_scrub *sc, xfs_rtsumoff_t sumoff, union xfs_suminfo_raw *rawinfo, unsigned int nr_words) argument
/linux-master/drivers/net/can/
H A Dkvaser_pciefd.c802 int nr_words; local
808 nr_words = kvaser_pciefd_prepare_tx_packet(&packet, can, skb);
823 if (nr_words) {
824 u32 data_last = ((u32 *)packet.data)[nr_words - 1];
829 nr_words - 1);
/linux-master/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.c11610 * @nr_words: Size of microcode block (number of 16 bits words).
11614 static u16 drx_u_code_compute_crc(u8 *block_data, u16 nr_words) argument
11621 while (i < nr_words) {

Completed in 295 milliseconds