Searched refs:fifoRxEn (Results 1 – 3 of 3) sorted by relevance
193 unsigned int fifoRxEn : 1; member
922 attribute->fifoRxEn = 0;926 attribute->fifoRxEn = 1;930 attribute->fifoRxEn = 0;934 attribute->fifoRxEn = 1;938 attribute->fifoRxEn = 1;943 if (attribute->fifoRxEn && attribute->fifoTxEn) {945 } else if (attribute->fifoRxEn && !attribute->fifoTxEn) {947 } else if (!attribute->fifoRxEn && attribute->fifoTxEn) {
208 attribute.fifoRxEn = UART_ATTR_RX_FIFO_EN; in UartSetAttributeTest()234 HDF_LOGD("UartGetAttributeTest: fifoRxEn %u", attribute.fifoRxEn); in UartGetAttributeTest()