Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/disk/ahci/
H A Dhba.rs23 pub const HBA_PORT_CMD_FR: u32 = 1 << 14; constant
167 while volatile_read!(self.cmd) & (HBA_PORT_CMD_FR | HBA_PORT_CMD_CR) in stop()
168 == (HBA_PORT_CMD_FR | HBA_PORT_CMD_CR) in stop()