Searched refs:PSC_SPISTAT_DR (Results 1 – 2 of 2) sorted by relevance
226 } while ((stat & PSC_SPISTAT_DR) == 0); in au1550_spi_chipsel()286 } while ((stat & PSC_SPISTAT_DR) == 0); in au1550_spi_setupxfer()762 } while ((stat & PSC_SPISTAT_DR) == 0); in au1550_spi_setup_psc_as_spi()
379 #define PSC_SPISTAT_DR (1 << 1) macro