Searched full:nwait (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/memory-controllers/ |
D | st,stm32-fmc2-ebi.yaml | 95 description: Wait signal polarity (NWAIT signal active high). 96 By default, NWAIT is active low. 100 description: The NWAIT signal indicates wheither the data from the 102 the device in synchronous mode. By default, the NWAIT signal is 107 description: The NWAIT signal is enabled (its level is taken into 109 if asserted). By default, the NWAIT signal is disabled. 113 description: The NWAIT signal is taken into account during asynchronous 114 transactions. By default, the NWAIT signal is not taken into account
|
/Linux-v6.1/arch/arm/mach-s3c/ |
D | iotiming-s3c2410.c | 141 * @nwait_en: IS nWAIT enabled for this bank. 146 * the bank has nWAIT enabled. The result is used to modify the value 155 s3c_freq_iodbg("%s: cyc=%u, nwait=%d, hclk=%lu => div=%u\n", in calc_tacc() 158 /* if nWait enabled on an bank, Tacc must be at-least 4 cycles. */ in calc_tacc() 226 /* tacc: 1,2,3,4,6,7,10,14 (>4 for nwait) */ in s3c2410_calc_bank() 456 /* find out in nWait is enabled for bank. */ in s3c2410_iotiming_get()
|
/Linux-v6.1/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-v6.1/sound/hda/ |
D | hdac_stream.c | 685 int i, nwait, timeout; in snd_hdac_stream_sync() local 689 nwait = 0; in snd_hdac_stream_sync() 699 nwait++; in snd_hdac_stream_sync() 704 nwait++; in snd_hdac_stream_sync() 714 if (!nwait) in snd_hdac_stream_sync()
|
/Linux-v6.1/include/linux/soc/samsung/ |
D | s3c-cpufreq-core.h | 28 * @nwait_en: Whether nWAIT is enabled for this bank. 42 unsigned char nwait_en; /* nWait enabled for bank. */
|
/Linux-v6.1/drivers/parport/ |
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()
|
/Linux-v6.1/include/linux/amba/ |
D | pl093.h | 36 * WSTOEN is not used with nWAIT
|
/Linux-v6.1/arch/arm/mach-pxa/ |
D | mxm8x10.c | 101 GPIO2 - nWait (Data Bus)
|
/Linux-v6.1/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-v6.1/drivers/memory/ |
D | stm32-fmc2-ebi.c | 983 /* NWAIT signal can not be connected to EBI controller and NAND controller */ 1087 dev_err(dev, "NWAIT signal connected to EBI and NAND controllers\n"); in stm32_fmc2_ebi_parse_dt()
|
/Linux-v6.1/arch/arm/boot/dts/ |
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 */
|
D | sama5d3.dtsi | 620 pinctrl_ebi_nwait: ebi-nwait-0 {
|
/Linux-v6.1/tools/perf/ |
D | builtin-sched.c | 2862 printf("\nWait-time summary\n"); in timehist_print_summary()
|