Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/disk/ahci/
H A Dmod.rs34 pub const HBA_PxIS_TFES: u32 = 1 << 30; constant
H A Dahcidisk.rs15 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()