Searched refs:rx_eof (Results 1 - 1 of 1) sorted by relevance

/openwrt/target/linux/cns3xxx/files/drivers/spi/
H A Dspi-cns3xxx.c111 u8 rx_eof; local
125 rx_eof = (SPI_RECEIVE_CONTROL_REG & (0x1 << 2)) ? 1 : 0;
129 if ((tx_channel != rx_channel) || (tx_eof != rx_eof)) {

Completed in 10 milliseconds