Searched refs:PSC_SPISTAT_DR (Results 1 – 2 of 2) sorted by relevance
212 } while ((stat & PSC_SPISTAT_DR) == 0); in au1550_spi_chipsel()263 } while ((stat & PSC_SPISTAT_DR) == 0); in au1550_spi_setupxfer()716 } while ((stat & PSC_SPISTAT_DR) == 0); in au1550_spi_setup_psc_as_spi()
353 #define PSC_SPISTAT_DR (1 << 1) macro