Searched refs:atpSTS (Results 1 – 2 of 2) sorted by relevance
277 switch (ap->control & (atpEOM|atpSTS)) { in atp_print()281 case atpSTS: in atp_print()284 case atpEOM|atpSTS: in atp_print()294 switch (ap->control & (atpXO|atpSTS)) { in atp_print()298 case atpSTS: in atp_print()301 case atpXO|atpSTS: in atp_print()317 if (ap->control & (atpXO|atpEOM|atpSTS)) { in atp_print()327 if (ap->control & atpSTS) { in atp_print()
86 #define atpSTS 0x08 macro