Searched refs:nwait (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun4i-ss/ |
| H A D | sun4i-ss-hash.c | 189 unsigned int i = 0, end, fill, min_fill, nwait, nbw = 0, j = 0, todo; in sun4i_hash() local 404 nwait = op->len / 4; in sun4i_hash() 405 if (nwait) { in sun4i_hash() 406 writesl(ss->base + SS_RXFIFO, op->buf, nwait); in sun4i_hash() 407 op->byte_count += 4 * nwait; in sun4i_hash() 410 nbw = op->len - 4 * nwait; in sun4i_hash() 412 wb = le32_to_cpup((__le32 *)(op->buf + nwait * 4)); in sun4i_hash()
|
| /OK3568_Linux_fs/kernel/sound/hda/ |
| H A D | hdac_stream.c | 634 int i, nwait, timeout; in snd_hdac_stream_sync() local 638 nwait = 0; in snd_hdac_stream_sync() 648 nwait++; in snd_hdac_stream_sync() 653 nwait++; in snd_hdac_stream_sync() 663 if (!nwait) in snd_hdac_stream_sync()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | eventpoll.c | 161 int nwait; member 1326 if (epi->nwait >= 0 && (pwq = kmem_cache_alloc(pwq_cache, GFP_KERNEL))) { in ep_ptable_queue_proc() 1335 epi->nwait++; in ep_ptable_queue_proc() 1338 epi->nwait = -1; in ep_ptable_queue_proc() 1530 epi->nwait = 0; in ep_insert() 1575 if (epi->nwait < 0) in ep_insert()
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/gspca/ |
| H A D | sq930x.c | 666 int i, nwait; in mt9v111_init() local 683 nwait = 20; in mt9v111_init() 689 if (--nwait < 0) { in mt9v111_init()
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | sama5d3.dtsi | 637 pinctrl_ebi_nwait: ebi-nwait-0 {
|
| H A D | sama5d4.dtsi | 998 pinctrl_ebi_nwait: ebi-nwait-0 {
|