Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/disk/ahci/
Dahcidisk.rs2 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()
Dahci.h26 #define HBA_PxIS_TFES (1 << 30) /* TFES - Task File Error Status */ macro
Dmod.rs40 pub const HBA_PxIS_TFES: u32 = 1 << 30; constant