Home
last modified time | relevance | path

Searched full:rdy (Results 1 – 25 of 61) sorted by relevance

123

/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dts-nbus.txt16 - ts,rdy-gpios : The GPIO pin connected to the rdy line on the FPGA
43 ts,rdy-gpios = <&gpio0 21 GPIO_ACTIVE_HIGH>;
H A Dnvidia,tegra20-gmi.txt45 - nvidia,snor-rdy-active-before-data: Assert RDY signal one cycle before data.
47 - nvidia,snor-rdy-active-high: RDY signal is active high
/freebsd/tools/test/stress2/misc/
H A Dkillpg3.sh55 #define RDY 1
78 atomic_fetch_add(&share[RDY], 1);
125 while (atomic_load(&share[RDY]) != parallel)
151 share[RDY] = 0;
/freebsd/sys/contrib/device-tree/Bindings/mtd/
H A Dgpio-control-nand.txt15 GPIO references is: RDY, nCE, ALE, CLE, and nWP. nCE and nWP are optional.
38 gpios = <&banka 1 0>, /* RDY */
H A Datmel-nand.txt173 gpios = <&pioC 13 0 /* rdy */
200 gpios = <&pioD 5 0 /* rdy */
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dlantiq,pinctrl-xway.txt67 ebu cs1, ebu wait, nand ale, nand cs1, nand cle, nand rdy, nand rd,
79 ebu cs1, ebu wait, nand ale, nand cs1, nand cle, nand rdy, nand rd,
94 nand rdy, nand rd, nand_d0, nand_d1, nand_d2, nand_d3, nand_d4, nand_d5,
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dfsl-imx-cspi.txt35 - fsl,spi-rdy-drctl: Integer, representing the value of DRCTL, the register
55 fsl,spi-rdy-drctl = <1>;
H A Dfsl-imx-cspi.yaml75 fsl,spi-rdy-drctl:
/freebsd/sys/dev/nvme/
H A Dnvme_ctrlr.c258 * Wait for RDY to change.
294 uint8_t en, rdy; in nvme_ctrlr_disable() local
301 rdy = NVMEV(NVME_CSTS_REG_RDY, csts); in nvme_ctrlr_disable()
305 * when CSTS.RDY is 1 or transitioning CC.EN from 1 to 0 when in nvme_ctrlr_disable()
306 * CSTS.RDY is 0 "has undefined results" So make sure that CSTS.RDY in nvme_ctrlr_disable()
310 /* Wait for RDY == 0 or timeout & fail */ in nvme_ctrlr_disable()
311 if (rdy == 0) in nvme_ctrlr_disable()
315 if (rdy == 0) { in nvme_ctrlr_disable()
316 /* EN == 1, wait for RDY == 1 or timeout & fail */ in nvme_ctrlr_disable()
341 uint8_t en, rdy; in nvme_ctrlr_enable() local
[all …]
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dphy-miphy28lp.txt34 - st,osc-rdy : to check the MIPHY0_OSC_RDY status in the glue-logic. This
65 st,osc-rdy;
/freebsd/sys/dev/ocs_fc/
H A Docs_xport.c314 ocs_log_test(ocs, "Cannot enable auto xfer rdy for this port\n"); in ocs_xport_initialize_auto_xfer_ready()
319 ocs_log_test(ocs, "%s: Can't set auto xfer rdy mode\n", ocs->desc); in ocs_xport_initialize_auto_xfer_ready()
345 ocs_log_test(ocs, "%s: Can't set auto xfer rdy mode\n", ocs->desc); in ocs_xport_initialize_auto_xfer_ready()
349 ocs_log_test(ocs, "%s: Can't set auto xfer rdy blk size\n", ocs->desc); in ocs_xport_initialize_auto_xfer_ready()
353 ocs_log_test(ocs, "%s: Can't set auto xfer rdy mode\n", ocs->desc); in ocs_xport_initialize_auto_xfer_ready()
357 ocs_log_test(ocs, "%s: Can't set auto xfer rdy ref tag\n", ocs->desc); in ocs_xport_initialize_auto_xfer_ready()
361 ocs_log_test(ocs, "%s: Can't set auto xfer rdy app tag valid\n", ocs->desc); in ocs_xport_initialize_auto_xfer_ready()
365 ocs_log_debug(ocs, "Auto xfer rdy is enabled, p_type=%d, blksize=%d\n", in ocs_xport_initialize_auto_xfer_ready()
H A Docs_hw_queues.c1782 * @brief Process receive queue completions for RQ Pair mode - Auto xfer rdy
1887 * Since auto xfer rdy is used for this IO, then clear the sequence in ocs_hw_rqpair_process_auto_xfr_rdy_cmd()
1946 * @brief Process CQ completions for Auto xfer rdy data phases.
2163 /* Check for auto xfer rdy dummy buffers and call the proper release function. */ in ocs_hw_rqpair_sequence_free()
2196 * @brief Allocate auto xfer rdy buffers.
2199 * Allocates the auto xfer rdy buffers and places them on the free list.
2254 * @brief Post Auto xfer rdy buffers to the XRIs posted with DNRX.
2385 * @brief Posts an auto xfer rdy buffer to an IO.
2460 * The header and payload buffers are returned to the auto xfer rdy pool.
2504 * @brief Free auto xfer rdy buffers.
[all …]
/freebsd/contrib/nvi/catalog/
H A Dru_RU.KOI8-R.owner2 Dima Ruban <dima@rdy.com>
/freebsd/sys/dev/sound/pcm/
H A Dfeeder_mixer.c183 int rdy; in feed_mixer_rec() local
216 rdy = b->rl; in feed_mixer_rec()
259 b->rl = rdy; in feed_mixer_rec()
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad7173.yaml76 - const: rdy
383 interrupt-names = "rdy";
441 interrupt-names = "rdy";
/freebsd/share/doc/smm/02.config/
H A Dspell.ok62 RDY
/freebsd/sys/dev/usb/input/
H A Dwsp.c600 int rdy; /* y axis remainder of divide by scale_factor */ member
949 int rdy = 0; in wsp_intr_callback() local
1165 sc->rdy = 0; in wsp_intr_callback()
1244 rdy = (dy + sc->rdy) % tun.scale_factor; in wsp_intr_callback()
1245 dy = (dy + sc->rdy) / tun.scale_factor; in wsp_intr_callback()
1246 sc->rdy = rdy; in wsp_intr_callback()
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstih418-b2199.dts43 st,osc-rdy;
H A Dstih418-b2264.dts121 st,osc-rdy;
H A Dstihxxx-b2120.dtsi77 st,osc-rdy;
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Diqs5xx.txt12 - interrupts : GPIO to which the device's active-high RDY
/freebsd/sys/contrib/device-tree/src/mips/ni/
H A D169445.dts67 gpios = <&gpio2 0 0>, /* rdy */
/freebsd/sys/dev/aic7xxx/
H A Daic7xxx_93cx6.h77 * RDY - SEEPROM ready
H A Daic7xxx_93cx6.c95 #define CLOCK_PULSE(sd, rdy) \
96 while ((SEEPROM_STATUS_INB(sd) & rdy) == 0) { \
102 CLOCK_PULSE(sd,rdy) global() argument
/freebsd/sbin/nvmecontrol/
H A Dfabrics.c253 /* Wait for CSTS.RDY in Controller Status */ in connect_discovery_adminq()
351 /* Wait for CSTS.RDY in Controller Status */ in connect_nvm_adminq()

123