Searched refs:QCASPI_SYNC_READY (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/qualcomm/
H A Dqca_spi.h36 #define QCASPI_SYNC_READY 2 macro
H A Dqca_7k.c20 if (qca->sync != QCASPI_SYNC_READY)
H A Dqca_spi.c493 if (qca->sync == QCASPI_SYNC_READY)
508 qca->sync = QCASPI_SYNC_READY;
515 case QCASPI_SYNC_READY:
575 if (qca->sync == QCASPI_SYNC_READY) {
594 if (qca->sync != QCASPI_SYNC_READY) {
618 if (qca->sync != QCASPI_SYNC_READY)
644 if (qca->sync == QCASPI_SYNC_READY) {
652 if (qca->sync == QCASPI_SYNC_READY)
H A Dqca_debug.c90 case QCASPI_SYNC_READY:
91 seq_puts(s, "QCASPI_SYNC_READY");

Completed in 160 milliseconds