Searched refs:AHCI_DEV_DRQ (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.3/kernel/src/driver/disk/ahci/ | ||
D | ahci.h | 21 #define AHCI_DEV_DRQ 0x08 macro |
D | ahci.c | 393 while ((port->tfd & (AHCI_DEV_BUSY | AHCI_DEV_DRQ)) && spin < 1000000) in ahci_read() |