Home
last modified time | relevance | path

Searched refs:cbytes (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c1139 u32 *p32, tmp, cbytes; in udc_pop_fifo() local
1145 cbytes = (bytes & ~0x3); in udc_pop_fifo()
1148 for (n = 0; n < cbytes; n += 4) in udc_pop_fifo()
1152 bl = bytes - cbytes; in udc_pop_fifo()
1178 cbytes = (bytes & ~0x3); in udc_pop_fifo()
1188 bl = bytes - cbytes; in udc_pop_fifo()
1240 u32 *p32, tmp, cbytes; in udc_stuff_fifo() local
1246 cbytes = (bytes & ~0x3); in udc_stuff_fifo()
1253 bl = bytes - cbytes; in udc_stuff_fifo()
1281 cbytes = (bytes & ~0x3); in udc_stuff_fifo()
[all …]
/linux/sound/core/seq/
H A Dseq_midi_event.c417 const char *cbytes; in extra_decode_xrpn() local
443 cbytes = ev->type == SNDRV_SEQ_EVENT_NONREGPARAM ? cbytes_nrpn : cbytes_rpn; in extra_decode_xrpn()
447 buf[idx++] = cbytes[i]; in extra_decode_xrpn()
/linux/arch/arm64/crypto/
H A Daes-ce-ccm-glue.c39 asmlinkage void ce_aes_ccm_encrypt(u8 out[], u8 const in[], u32 cbytes,
43 asmlinkage void ce_aes_ccm_decrypt(u8 out[], u8 const in[], u32 cbytes,