Searched refs:counth (Results 1 – 2 of 2) sorted by relevance
317 pub counth: u8, // Count register, 15:8 field350 pub counth: u8, // Count register, 15:8 field396 pub counth: u8, // Count register, 15:8 field
186 volatile_write!(cmdfis.counth, ((count >> 8) & 0xFF) as u8); in read_at()353 volatile_write!(cmdfis.counth, ((count >> 8) & 0xFF) as u8); in write_at()