Searched refs:DRDY (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | ide-test.c | 67 DRDY = 0x40, enumerator 292 assert_bit_set(qpci_io_readb(dev, ide_bar, reg_status), DRDY); in send_dma_request() 633 assert_bit_set(data, DRDY | DRQ); in test_identify() 640 assert_bit_set(data, DRDY); in test_identify() 755 assert_bit_set(data, BSY | DRDY); in test_flush() 769 assert_bit_set(data, DRDY); in test_flush() 803 assert_bit_set(data, BSY | DRDY); in test_pci_retry_flush() 819 assert_bit_set(data, DRDY); in test_pci_retry_flush() 987 assert_bit_set(data, DRQ | DRDY); in cdrom_pio_impl() 1010 assert_bit_set(data, DRQ | DRDY); in cdrom_pio_impl() [all …]
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | ste-href-tvk1281618-r2.dtsi | 99 * cannot set its DRDY line to open drain, so it cannot be 120 * cannot set its DRDY line to open drain, so it cannot be 157 * cannot set its DRDY line to open drain, so it cannot be 271 /* GPIO 32 used for DRDY, pull this down */
|
H A D | ste-snowball.dts | 373 interrupts = <5 IRQ_TYPE_EDGE_RISING>; /* DRDY line */ 385 interrupts = <6 IRQ_TYPE_EDGE_RISING>, /* DRDY line */ 605 "GPIO166_A22", /* DRDY */
|
H A D | ste-href-tvk1281618-r3.dtsi | 197 /* GPIO 32 used for DRDY, pull this down */
|
/openbmc/linux/arch/arm64/boot/dts/allwinner/ |
H A D | sun50i-a64-pinephone-1.2.dts | 40 * Board revision 1.2 fixed routing of the interrupt to DRDY pin,
|
/openbmc/linux/Documentation/driver-api/ |
H A D | libata.rst | 634 - ATA_STATUS doesn't contain !BSY && DRDY && !DRQ while trying to
|