Home
last modified time | relevance | path

Searched refs:RX_LAST_BYTE_VALID_MSK (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dqcom-geni-se.h205 #define RX_LAST_BYTE_VALID_MSK GENMASK(30, 28) macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dqcom_geni_serial.c369 (status & RX_LAST_BYTE_VALID_MSK) >> in qcom_geni_serial_get_char()
711 last_word_byte_cnt = (status & RX_LAST_BYTE_VALID_MSK) >> in qcom_geni_serial_handle_rx()
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-geni-qcom.c452 rx_last_byte_valid = rx_fifo_status & RX_LAST_BYTE_VALID_MSK; in geni_spi_handle_rx()