Searched refs:HBA_PxIS_TFES (Results 1 – 3 of 3) sorted by relevance
2 use crate::driver::disk::ahci::HBA_PxIS_TFES;197 if (volatile_read!(port.is) & HBA_PxIS_TFES) > 0 { in read_at()344 if (volatile_read!(port.is) & HBA_PxIS_TFES) > 0 { in write_at()
26 #define HBA_PxIS_TFES (1 << 30) /* TFES - Task File Error Status */ macro
40 pub const HBA_PxIS_TFES: u32 = 1 << 30; constant