Searched refs:ci (Results 1 – 3 of 3) sorted by relevance
190 volatile_set_bit!(port.ci, 1 << slot, true); // Issue command in read_at()194 if (volatile_read!(port.ci) & (1 << slot)) == 0 { in read_at()337 volatile_set_bit!(port.ci, 1 << slot, true); // Issue command in write_at()341 if (volatile_read!(port.ci) & (1 << slot)) == 0 { in write_at()
60 pub ci: u32, // 0x38, command issue field181 let slots = volatile_read!(self.sact) | volatile_read!(self.ci); in find_cmdslot()
225 uint32_t ci; // 0x38, command issue member