Home
last modified time | relevance | path

Searched refs:rdy (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
Dpio_defs.h263 unsigned int rdy : 1; member
279 unsigned int rdy : 1; member
295 unsigned int rdy : 1; member
311 unsigned int rdy : 1; member
325 unsigned int rdy : 1; member
333 unsigned int rdy : 1; member
341 unsigned int rdy : 1; member
348 unsigned int rdy : 1; member
Dpinmux_defs.h284 unsigned int rdy : 1; member
/linux-4.1.27/drivers/input/touchscreen/
Dwacom_w8001.c58 u8 rdy; member
105 coord->rdy = data[0] & 0x20; in parse_pen_data()
255 input_report_key(dev, w8001->type, coord->rdy); in report_pen_events()
258 if (!coord->rdy) in report_pen_events()
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic7xxx_93cx6.c101 #define CLOCK_PULSE(sd, rdy) \ argument
102 while ((SEEPROM_STATUS_INB(sd) & rdy) == 0) { \
/linux-4.1.27/arch/arm/boot/dts/
Dstihxxx-b2120.dtsi62 st,osc-rdy;
Dpicoxcell-pc7302-pc3x2.dts48 gpios = <&banka 1 0 /* rdy */
Dpicoxcell-pc7302-pc3x3.dts54 gpios = <&banka 1 0 /* rdy */
/linux-4.1.27/Documentation/devicetree/bindings/phy/
Dphy-miphy28lp.txt34 - st,osc-rdy : to check the MIPHY0_OSC_RDY status in the glue-logic. This
65 st,osc-rdy;
/linux-4.1.27/Documentation/devicetree/bindings/mtd/
Datmel-nand.txt57 gpios = <&pioC 13 0 /* rdy */
84 gpios = <&pioD 5 0 /* rdy */
/linux-4.1.27/arch/cris/arch-v32/drivers/mach-a3/
Dnandflash.c99 return din.rdy; in crisv32_device_ready()
/linux-4.1.27/drivers/pcmcia/
Dat91_cf.c98 int rdy = gpio_is_valid(cf->board->irq_pin); /* RDY/nIRQ */ in at91_cf_get_status() local
102 if (!rdy || gpio_get_value(cf->board->irq_pin)) in at91_cf_get_status()
/linux-4.1.27/drivers/crypto/amcc/
Dcrypto4xx_reg_def.h236 u32 rdy:1; member
Dcrypto4xx_core.c955 sd->ctl.rdy = 1; in crypto4xx_build_pd()
967 sd->ctl.rdy = 1; in crypto4xx_build_pd()
/linux-4.1.27/drivers/mtd/nand/
Dlpc32xx_slc.c286 int rdy = 0; in lpc32xx_nand_device_ready() local
289 rdy = 1; in lpc32xx_nand_device_ready()
291 return rdy; in lpc32xx_nand_device_ready()
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dlantiq,xway-pinumx.txt47 mdio, nand rdy, nand rd, exin3, exin4, gnt4, req4
/linux-4.1.27/sound/pci/
Dsis7019.c930 u16 rdy; in sis_ac97_rw() local
938 rdy = codec_ready[codec]; in sis_ac97_rw()
958 if ((status & rdy) && !(status & SIS_AC97_STATUS_BUSY)) in sis_ac97_rw()
/linux-4.1.27/drivers/net/wireless/
Dairo.c1002 unsigned int rdy: 1; member
2600 ai->rxfids[i].rx_desc.rdy = 0; in mpi_map_card()
3644 if (rxd.rdy && rxd.valid == 0) { in mpi_receive_802_3()
3697 rxd.rdy = 0; in mpi_receive_802_3()
3783 rxd.rdy = 0; in mpi_receive_802_11()