Searched refs:is_dlab_set (Results 1 – 1 of 1) sorted by relevance
266 fn is_dlab_set(&self) -> bool { in is_dlab_set() method321 DLAB_LOW if self.is_dlab_set() => { in handle_write()324 DLAB_HIGH if self.is_dlab_set() => { in handle_write()372 DLAB_LOW if self.is_dlab_set() => self.baud_divisor as u8, in read()373 DLAB_HIGH if self.is_dlab_set() => (self.baud_divisor >> 8) as u8, in read()