Searched refs:cbytes (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/usb/gadget/udc/ |
H A D | lpc32xx_udc.c | 1139 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 D | seq_midi_event.c | 417 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 D | aes-ce-ccm-glue.c | 39 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,
|