Home
last modified time | relevance | path

Searched refs:brrh (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/char/
H A Davr_usart.c101 usart->brrh = 0; in avr_usart_reset()
143 return usart->brrh; in avr_usart_read()
244 usart->brrh = value & 0b00001111; in avr_usart_write()
/openbmc/qemu/include/hw/char/
H A Davr_usart.h81 uint8_t brrh; member