Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/disk/ahci/
Dhba.rs22 pub const HBA_PORT_CMD_CR: u32 = 1 << 15; constant
147 while volatile_read!(self.cmd) & HBA_PORT_CMD_CR > 0 { in start()
164 while volatile_read!(self.cmd) & (HBA_PORT_CMD_FR | HBA_PORT_CMD_CR) in stop()
165 == (HBA_PORT_CMD_FR | HBA_PORT_CMD_CR) in stop()