Searched refs:SEQ_STATUS (Results 1 – 4 of 4) sorted by relevance
70 #define SEQ_STATUS 4 /* receive status */ macro
798 out_8(&mr->sequence, SEQ_STATUS + seq); in start_phase() 1584 * issue the SEQ_STATUS command, we'll get a sequence in cmd_complete() 1587 * SEQ_STATUS *as well as* giving us the sequence in cmd_complete()
50 if (reg & SEQ_STATUS) { in am335x_tscadc_need_adc() 66 WARN_ON((reg & SEQ_STATUS) && !(reg & CHARGE_STEP)); in am335x_tscadc_need_adc()
122 #define SEQ_STATUS BIT(5) macro