Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/soc/qcom/
H A Dgeni-se.h228 #define RX_LAST_BYTE_VALID_MSK GENMASK(30, 28) macro
/openbmc/linux/drivers/tty/serial/
H A Dqcom_geni_serial.c362 (status & RX_LAST_BYTE_VALID_MSK) >> in qcom_geni_serial_get_char()
709 last_word_byte_cnt = (status & RX_LAST_BYTE_VALID_MSK) >> in qcom_geni_serial_handle_rx_fifo()
/openbmc/linux/drivers/spi/
H A Dspi-geni-qcom.c794 rx_last_byte_valid = rx_fifo_status & RX_LAST_BYTE_VALID_MSK; in geni_spi_handle_rx()