Home
last modified time | relevance | path

Searched refs:HBA_PxIS_TFES (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.3/kernel/src/driver/disk/ahci/
Dahci.c415 if (port->is & HBA_PxIS_TFES) // Task file error in ahci_read()
424 if (port->is & HBA_PxIS_TFES) in ahci_read()
494 if (port->is & HBA_PxIS_TFES) in ahci_write()
501 if (port->is & HBA_PxIS_TFES) in ahci_write()
Dahci.h26 #define HBA_PxIS_TFES (1 << 30) /* TFES - Task File Error Status */ macro