Searched refs:ESP_STAT_TCNT (Results 1 – 20 of 20) sorted by relevance
112 if ((status & ESP_STAT_TCNT) != ESP_STAT_TCNT) { in do_command()142 if ((status & ESP_STAT_TCNT) != ESP_STAT_TCNT) in do_command()
167 #define ESP_STAT_TCNT 0x10 /* Transfer Counter Is Zero */ macro
153 #define ESP_STAT_TCNT 0x10 /* Transfer Counter Is Zero */ macro
1330 if (!(esp->sreg & ESP_STAT_TCNT)) { in esp_data_bytes_sent()