Searched refs:atpSTS (Results 1 – 2 of 2) sorted by relevance
281 switch (ap->control & (atpEOM|atpSTS)) { in atp_print()285 case atpSTS: in atp_print()288 case atpEOM|atpSTS: in atp_print()298 switch (ap->control & (atpXO|atpSTS)) { in atp_print()302 case atpSTS: in atp_print()305 case atpXO|atpSTS: in atp_print()321 if (ap->control & (atpXO|atpEOM|atpSTS)) { in atp_print()331 if (ap->control & atpSTS) { in atp_print()
88 #define atpSTS 0x08 macro