Searched refs:atpSTS (Results 1 – 2 of 2) sorted by relevance
318 switch (control & (atpEOM|atpSTS)) { in atp_print()322 case atpSTS: in atp_print()325 case atpEOM|atpSTS: in atp_print()336 switch (control & (atpXO|atpSTS)) { in atp_print()340 case atpSTS: in atp_print()343 case atpXO|atpSTS: in atp_print()359 if (control & (atpXO|atpEOM|atpSTS)) { in atp_print()369 if (control & atpSTS) { in atp_print()
86 #define atpSTS 0x08 macro