Home
last modified time | relevance | path

Searched refs:RE (Results 1 – 5 of 5) sorted by relevance

/qemu/hw/block/
H A Dtc58128.c36 #define RE 0x0400 macro
172 if ((porta & RE) && (porta & WE)) { in tc58128_cb()
187 } else if ((porta & RE) == 0) { in tc58128_cb()
198 RE | WE, /* Port A triggers */
/qemu/hw/char/
H A Drenesas_sci.c47 FIELD(SCR, RE, 4, 1)
78 return FIELD_EX8(sci->scr, SCR, RE); in can_receive()
142 return FIELD_EX8(sci->scr, SCR, TE) || FIELD_EX8(sci->scr, SCR, RE); in sci_is_tr_enabled()
H A Dstm32l4x5_usart.c54 FIELD(CR1, RE, 2, 1) /* Receiver enable */
201 FIELD_EX32(s->cr1, CR1, UE), FIELD_EX32(s->cr1, CR1, RE)); in stm32l4x5_usart_base_receive()
H A Dtrace-events118 …eceiver_not_enabled(uint8_t ue_bit, uint8_t re_bit) "USART: Receiver not enabled, UE=0x%x, RE=0x%x"
/qemu/tests/qtest/
H A Dstm32l4x5_usart-test.c29 FIELD(CR1, RE, 2, 1)