Searched refs:nwait (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/drivers/crypto/allwinner/sun4i-ss/ |
D | sun4i-ss-hash.c | 189 unsigned int i = 0, end, fill, min_fill, nwait, nbw = 0, j = 0, todo; in sun4i_hash() local 410 nwait = op->len / 4; in sun4i_hash() 411 if (nwait) { in sun4i_hash() 412 writesl(ss->base + SS_RXFIFO, op->buf, nwait); in sun4i_hash() 413 op->byte_count += 4 * nwait; in sun4i_hash() 416 nbw = op->len - 4 * nwait; in sun4i_hash() 418 wb = le32_to_cpup((__le32 *)(op->buf + nwait * 4)); in sun4i_hash()
|
/linux-6.6.21/sound/hda/ |
D | hdac_stream.c | 716 int nwait, timeout; in snd_hdac_stream_sync() local 720 nwait = 0; in snd_hdac_stream_sync() 729 nwait++; in snd_hdac_stream_sync() 734 nwait++; in snd_hdac_stream_sync() 744 if (!nwait) in snd_hdac_stream_sync()
|
/linux-6.6.21/drivers/media/usb/gspca/ |
D | sq930x.c | 666 int i, nwait; in mt9v111_init() local 683 nwait = 20; in mt9v111_init() 689 if (--nwait < 0) { in mt9v111_init()
|
/linux-6.6.21/arch/arm/boot/dts/microchip/ |
D | sama5d3.dtsi | 620 pinctrl_ebi_nwait: ebi-nwait-0 {
|
D | sama5d4.dtsi | 989 pinctrl_ebi_nwait: ebi-nwait-0 {
|