Searched refs:HBA_PORT_CMD_FRE (Results 1 – 1 of 1) sorted by relevance
24 pub const HBA_PORT_CMD_FRE: u32 = 1 << 4; constant153 let val: u32 = volatile_read!(self.cmd) | HBA_PORT_CMD_FRE | HBA_PORT_CMD_ST; in start()177 (u32::MAX ^ HBA_PORT_CMD_FRE) & volatile_read!(self.cmd) in stop()