Searched full:nwait (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | st,stm32-fmc2-ebi-props.yaml | 53 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 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()
|
/openbmc/linux/sound/hda/ |
H A 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()
|
/openbmc/linux/drivers/parport/ |
H A D | ieee1284_ops.c | 731 /* 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 D | sq930x.c | 666 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 D | stm32-fmc2-ebi.c | 1030 /* 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 D | mux.c | 214 {OFFSET(gpmc_wait0), (MODE(0) | PULLUP_EN | RXACTIVE)}, /* nWAIT */
|
/openbmc/linux/arch/arm/boot/dts/microchip/ |
H A D | sama5d4.dtsi | 989 pinctrl_ebi_nwait: ebi-nwait-0 { 1436 atmel,pins = <AT91_PIOE 28 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* conflicts with NWAIT, A19 */
|
H A D | sama5d3.dtsi | 620 pinctrl_ebi_nwait: ebi-nwait-0 {
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sama5d4.dtsi | 1899 atmel,pins = <AT91_PIOE 28 AT91_PERIPH_B AT91_PINCTRL_NONE>; /* conflicts with NWAIT, A19 */
|
/openbmc/openbmc/poky/meta/lib/oeqa/manual/ |
H A D | toaster-unmanaged-mode.json | 25 …b brower to see project build process. \nxdg-open http://localhost:8000/ \nWait for build completi…
|
/openbmc/linux/tools/perf/ |
H A D | builtin-sched.c | 2879 printf("\nWait-time summary\n"); in timehist_print_summary()
|