Searched refs:num_mb (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/crypto/ |
H A D | tcrypt.c | 68 static u32 num_mb = 8; variable 150 u32 num_mb, int *rc) in do_mult_aead_op() argument 195 bcount * num_mb, secs, (u64)bcount * blen * num_mb); in test_mb_aead_jiffies() 416 secs, num_mb); in test_mb_aead_speed() 420 num_mb); in test_mb_aead_speed() 967 u32 num_mb, int *rc) in do_mult_acipher_op() argument 1012 bcount * num_mb, secs, (u64)bcount * blen * num_mb); in test_mb_acipher_jiffies() 1184 num_mb); in test_mb_skcipher_speed() 1188 bs, num_mb); in test_mb_skcipher_speed() 2099 num_mb); in do_test() [all …]
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | mailbox.c | 69 int num_mb; in mailbox_chan_available() local 76 num_mb = of_count_phandle_with_args(of_node, "mboxes", "#mbox-cells"); in mailbox_chan_available() 77 if (num_mb == 3 && idx == 1) in mailbox_chan_available() 103 int num_mb, num_sh, ret = 0; in mailbox_chan_validate() local 106 num_mb = of_count_phandle_with_args(np, "mboxes", "#mbox-cells"); in mailbox_chan_validate() 108 dev_dbg(cdev, "Found %d mboxes and %d shmems !\n", num_mb, num_sh); in mailbox_chan_validate() 111 if (num_mb <= 0 || num_sh <= 0 || num_sh > 2 || num_mb > 3 || in mailbox_chan_validate() 112 (num_mb == 1 && num_sh != 1) || (num_mb == 3 && num_sh != 2)) { in mailbox_chan_validate() 115 of_node_full_name(np), num_mb, num_sh); in mailbox_chan_validate() 137 switch (num_mb) { in mailbox_chan_validate()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 030 | 215 num_mb = 2 + 2 * (i % 2) 217 '-c', 'write -P 0xFF %dM %dM' % (i * 4, num_mb),
|