Searched refs:ci (Results 1 – 3 of 3) sorted by relevance
167 volatile_set_bit!(port.ci, 1 << slot, true); // Issue command in read_at()171 if (volatile_read!(port.ci) & (1 << slot)) == 0 { in read_at()289 volatile_set_bit!(port.ci, 1 << slot, true); // Issue command in write_at()293 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