Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/spi/
Dspi-s3c64xx.c115 #define TX_FIFO_LVL(v, sdd) (((v) & (sdd)->tx_fifomask) >> \ macro
248 } while (TX_FIFO_LVL(val, sdd) && --loops); in s3c64xx_flush_fifo()
598 while ((TX_FIFO_LVL(status, sdd) in s3c64xx_wait_for_dma()