Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dpic32_spi.c51 #define PIC32_SPI_STAT_TF_LVL_MASK 0x1f macro
103 return (sr >> PIC32_SPI_STAT_TF_LVL_SHIFT) & PIC32_SPI_STAT_TF_LVL_MASK; in pic32_spi_tx_fifo_level()