/Linux-v5.4/arch/powerpc/perf/req-gen/ |
D | perf.h | 80 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ argument 81 __field_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) 113 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ argument 121 "length=" #c_size "," \ 136 #define __count_(r_name, r_value, r_idx_1, c_offset, c_size, c_name) \ argument
|
/Linux-v5.4/arch/mips/include/asm/fw/arc/ |
D | hinv.h | 105 unsigned short c_size; /* cache size in 4K pages */ member 107 unsigned short c_size; /* cache size in 4K pages */
|
/Linux-v5.4/drivers/crypto/cavium/cpt/ |
D | cptvf_main.c | 222 size_t c_size = 0; in alloc_command_queues() local 234 c_size = (rem_q_size > qcsize_bytes) ? qcsize_bytes : in alloc_command_queues() 237 c_size + CPT_NEXT_CHUNK_PTR_SIZE, in alloc_command_queues() 247 curr->size = c_size; in alloc_command_queues() 258 rem_q_size -= c_size; in alloc_command_queues()
|
/Linux-v5.4/drivers/usb/musb/ |
D | musb_core.c | 1252 u8 c_size; in fifo_setup() local 1259 c_size = size - 3; in fifo_setup() 1264 c_size |= MUSB_FIFOSZ_DPB; in fifo_setup() 1281 musb_writeb(mbase, MUSB_TXFIFOSZ, c_size); in fifo_setup() 1283 hw_ep->tx_double_buffered = !!(c_size & MUSB_FIFOSZ_DPB); in fifo_setup() 1287 musb_writeb(mbase, MUSB_RXFIFOSZ, c_size); in fifo_setup() 1289 hw_ep->rx_double_buffered = !!(c_size & MUSB_FIFOSZ_DPB); in fifo_setup() 1293 musb_writeb(mbase, MUSB_TXFIFOSZ, c_size); in fifo_setup() 1295 hw_ep->rx_double_buffered = !!(c_size & MUSB_FIFOSZ_DPB); in fifo_setup() 1298 musb_writeb(mbase, MUSB_RXFIFOSZ, c_size); in fifo_setup() [all …]
|
/Linux-v5.4/crypto/ |
D | testmgr.h | 151 unsigned int c_size; member 207 .c_size = 64, 250 .c_size = 128, 316 .c_size = 256, 358 .c_size = 256, 558 .c_size = 512, 584 .c_size = 64, 610 .c_size = 64, 636 .c_size = 64, 669 .c_size = 128, [all …]
|
D | testmgr.c | 3657 unsigned int m_size, c_size; in test_akcipher_one() local 3701 c_size = vecs->c_size; in test_akcipher_one() 3708 m_size = vecs->c_size; in test_akcipher_one() 3710 c_size = vecs->m_size; in test_akcipher_one() 3722 if (WARN_ON(c_size > PAGE_SIZE)) in test_akcipher_one() 3724 memcpy(xbuf[1], c, c_size); in test_akcipher_one() 3725 sg_set_buf(&src_tab[2], xbuf[1], c_size); in test_akcipher_one() 3726 akcipher_request_set_crypt(req, src_tab, NULL, m_size, c_size); in test_akcipher_one() 3745 if (req->dst_len != c_size) { in test_akcipher_one() 3752 if (memcmp(c, outbuf_enc, c_size) != 0) { in test_akcipher_one() [all …]
|
/Linux-v5.4/drivers/block/drbd/ |
D | drbd_protocol.h | 357 u64 c_size; /* current exported size */ member
|
D | drbd_receiver.c | 4123 p_csize = be64_to_cpu(p->c_size); in receive_sizes() 4254 if (be64_to_cpu(p->c_size) != in receive_sizes()
|
D | drbd_main.c | 986 p->c_size = cpu_to_be64(trigger_reply ? 0 : drbd_get_capacity(device->this_bdev)); in drbd_send_sizes()
|
/Linux-v5.4/include/linux/mmc/ |
D | card.h | 31 unsigned int c_size; member
|
/Linux-v5.4/drivers/mmc/core/ |
D | sd.c | 155 csd->c_size = UNSTUFF_BITS(resp, 48, 22); in mmc_decode_csd() 158 if (csd->c_size >= 0xFFFF) in mmc_decode_csd()
|
/Linux-v5.4/drivers/staging/rts5208/ |
D | sd.c | 467 u16 c_size; local 470 c_size = ((u16)(rsp[7] & 0x03) << 10) 475 sd_card->capacity = (((u32)(c_size + 1)) *
|