Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A 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
/openbmc/linux/drivers/crypto/allwinner/sun4i-ss/
H A 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()
/openbmc/linux/sound/hda/
H A Dhdac_stream.c716 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()
/openbmc/linux/drivers/parport/
H A 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()
/openbmc/linux/drivers/media/usb/gspca/
H A Dsq930x.c666 int i, nwait; in mt9v111_init() local
683 nwait = 20; in mt9v111_init()
689 if (--nwait < 0) { in mt9v111_init()
/openbmc/linux/drivers/memory/
H A Dstm32-fmc2-ebi.c1030 /* NWAIT signal can not be connected to EBI controller and NAND controller */
1048 dev_err(dev, "NWAIT signal connected to EBI and NAND controllers\n"); in stm32_fmc2_ebi_nwait_used_by_ctrls()
/openbmc/u-boot/board/ti/am335x/
H A Dmux.c214 {OFFSET(gpmc_wait0), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* nWAIT */
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dsama5d4.dtsi989 pinctrl_ebi_nwait: ebi-nwait-0 {
1436 atmel,pins = <AT91_PIOE 28 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* conflicts with NWAIT, A19 */
H A Dsama5d3.dtsi620 pinctrl_ebi_nwait: ebi-nwait-0 {
/openbmc/u-boot/arch/arm/dts/
H A Dsama5d4.dtsi1899 atmel,pins = <AT91_PIOE 28 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* conflicts with NWAIT, A19 */
/openbmc/openbmc/poky/meta/lib/oeqa/manual/
H A Dtoaster-unmanaged-mode.json25 …b brower to see project build process. \nxdg-open http://localhost:8000/ \nWait for build completi…
/openbmc/linux/tools/perf/
H A Dbuiltin-sched.c2879 printf("\nWait-time summary\n"); in timehist_print_summary()