Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/driver/disk/ahci/
Dhba.rs181 let slots = volatile_read!(self.sact) | volatile_read!(self.ci); in find_cmdslot() localVariable
183 if slots & 1 << i == 0 { in find_cmdslot()