Home
last modified time | relevance | path

Searched full:nwait (Results 1 – 9 of 9) sorted by relevance

/linux-6.8/Documentation/devicetree/bindings/memory-controllers/
Dst,stm32-fmc2-ebi-props.yaml53 description: Wait signal polarity (NWAIT signal active high).
54 By default, NWAIT is active low.
58 description: The NWAIT signal indicates wheither the data from the
60 the device in synchronous mode. By default, the NWAIT signal is
65 description: The NWAIT signal is enabled (its level is taken into
67 if asserted). By default, the NWAIT signal is disabled.
71 description: The NWAIT signal is taken into account during asynchronous
72 transactions. By default, the NWAIT signal is not taken into account
/linux-6.8/drivers/crypto/allwinner/sun4i-ss/
Dsun4i-ss-hash.c189 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.8/drivers/parport/
Dieee1284_ops.c731 /* Event 58: wait for busy (nWait) to go high */ in parport_ieee1284_epp_write_data()
738 /* Event 60: wait for busy (nWait) to go low */ in parport_ieee1284_epp_write_data()
819 /* Event 58: wait for busy (nWait) to go high */ in parport_ieee1284_epp_write_addr()
826 /* Event 60: wait for busy (nWait) to go low */ in parport_ieee1284_epp_write_addr()
/linux-6.8/sound/hda/
Dhdac_stream.c727 int nwait, timeout; in snd_hdac_stream_sync() local
731 nwait = 0; in snd_hdac_stream_sync()
740 nwait++; in snd_hdac_stream_sync()
745 nwait++; in snd_hdac_stream_sync()
755 if (!nwait) in snd_hdac_stream_sync()
/linux-6.8/drivers/media/usb/gspca/
Dsq930x.c666 int i, nwait; in mt9v111_init() local
683 nwait = 20; in mt9v111_init()
689 if (--nwait < 0) { in mt9v111_init()
/linux-6.8/drivers/memory/
Dstm32-fmc2-ebi.c985 /* NWAIT signal can not be connected to EBI controller and NAND controller */
1089 dev_err(dev, "NWAIT signal connected to EBI and NAND controllers\n"); in stm32_fmc2_ebi_parse_dt()
/linux-6.8/arch/arm/boot/dts/microchip/
Dsama5d4.dtsi989 pinctrl_ebi_nwait: ebi-nwait-0 {
1436 atmel,pins = <AT91_PIOE 28 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* conflicts with NWAIT, A19 */
Dsama5d3.dtsi620 pinctrl_ebi_nwait: ebi-nwait-0 {
/linux-6.8/tools/perf/
Dbuiltin-sched.c2876 printf("\nWait-time summary\n"); in timehist_print_summary()