/freebsd/sys/contrib/device-tree/Bindings/bus/ |
H A D | ts-nbus.txt | 16 - 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 D | nvidia,tegra20-gmi.txt | 45 - 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 D | killpg3.sh | 55 #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 D | gpio-control-nand.txt | 15 GPIO references is: RDY, nCE, ALE, CLE, and nWP. nCE and nWP are optional. 38 gpios = <&banka 1 0>, /* RDY */
|
H A D | atmel-nand.txt | 173 gpios = <&pioC 13 0 /* rdy */ 200 gpios = <&pioD 5 0 /* rdy */
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | lantiq,pinctrl-xway.txt | 67 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 D | fsl-imx-cspi.txt | 35 - fsl,spi-rdy-drctl: Integer, representing the value of DRCTL, the register 55 fsl,spi-rdy-drctl = <1>;
|
H A D | fsl-imx-cspi.yaml | 75 fsl,spi-rdy-drctl:
|
/freebsd/sys/dev/nvme/ |
H A D | nvme_ctrlr.c | 258 * 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 D | phy-miphy28lp.txt | 34 - 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 D | ocs_xport.c | 314 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 D | ocs_hw_queues.c | 1782 * @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 D | ru_RU.KOI8-R.owner | 2 Dima Ruban <dima@rdy.com>
|
/freebsd/sys/dev/sound/pcm/ |
H A D | feeder_mixer.c | 183 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 D | adi,ad7173.yaml | 76 - const: rdy 383 interrupt-names = "rdy"; 441 interrupt-names = "rdy";
|
/freebsd/share/doc/smm/02.config/ |
H A D | spell.ok | 62 RDY
|
/freebsd/sys/dev/usb/input/ |
H A D | wsp.c | 600 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 D | stih418-b2199.dts | 43 st,osc-rdy;
|
H A D | stih418-b2264.dts | 121 st,osc-rdy;
|
H A D | stihxxx-b2120.dtsi | 77 st,osc-rdy;
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | iqs5xx.txt | 12 - interrupts : GPIO to which the device's active-high RDY
|
/freebsd/sys/contrib/device-tree/src/mips/ni/ |
H A D | 169445.dts | 67 gpios = <&gpio2 0 0>, /* rdy */
|
/freebsd/sys/dev/aic7xxx/ |
H A D | aic7xxx_93cx6.h | 77 * RDY - SEEPROM ready
|
H A D | aic7xxx_93cx6.c | 95 #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 D | fabrics.c | 253 /* Wait for CSTS.RDY in Controller Status */ in connect_discovery_adminq() 351 /* Wait for CSTS.RDY in Controller Status */ in connect_nvm_adminq()
|