Lines Matching refs:u32
70 volatile_write!(port.is, u32::MAX); // Clear pending interrupt bits in read_at()
72 let slot = port.find_cmdslot().unwrap_or(u32::MAX); in read_at()
74 if slot == u32::MAX { in read_at()
91 (size_of::<FisRegH2D>() / size_of::<u32>()) as u8 in read_at()
149 ((tmp_count << 9) - 1) as u32 in read_at()
177 const SPIN_LIMIT: u32 = 10000; in read_at()
229 volatile_write!(port.is, u32::MAX); // Clear pending interrupt bits in write_at()
231 let slot = port.find_cmdslot().unwrap_or(u32::MAX); in write_at()
233 if slot == u32::MAX { in write_at()
252 (size_of::<FisRegH2D>() / size_of::<u32>()) as u8 in write_at()
312 ((tmp_count << 9) - 1) as u32 in write_at()