Searched refs:PL011_CR_RTSEn (Results 1 – 2 of 2) sorted by relevance
105 #define PL011_CR_RTSEn BIT(14) /* RTS hw flow control enable */ macro
94 get_uart(dev)->cr |= PL011_CR_RTSEn; in pl011_set_flow_control()96 get_uart(dev)->cr &= ~PL011_CR_RTSEn; in pl011_set_flow_control()