Searched refs:HBA_PxIS_TFES (Results 1 – 2 of 2) sorted by relevance
34 pub const HBA_PxIS_TFES: u32 = 1 << 30; constant
15 use crate::driver::disk::ahci::HBA_PxIS_TFES;212 if (volatile_read!(port.is) & HBA_PxIS_TFES) > 0 { in read_at()364 if (volatile_read!(port.is) & HBA_PxIS_TFES) > 0 { in write_at()