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