Home
last modified time | relevance | path

Searched refs:ATN (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/aic7xxx/
H A Daic7xxx.seq231 * If ATN isn't asserted, the target isn't interested
234 * ATN is false.
239 * Watch ATN closely now as we pull in messages from the
487 * Start honoring ATN signals now that
542 * The target has dropped ATN (doesn't want to abort or BDR)
615 /* XXX Watch for ATN or parity errors??? */
650 * should go into the message out phase since we have ATN
1501 /* Turn on ATN for the retry */
1541 * If the next bus phase after ATN drops is message out, it means
1618 * If ATN is raised, we still want to give the target a message.
[all …]
H A Daic79xx.seq357 * ATN can be asserted even if the current
802 * we have selected out with ATN asserted and the target
837 * should go into the message out phase since we have ATN
972 /* Turn on ATN for the retry */
1008 * If the next bus phase after ATN drops is message out, it means
1177 * If ATN is raised, we still want to give the target a message.
1182 * for this command and setting ATN while we are still processing
1286 * If ATN is raised, we still want to give the target a message.
1421 * byte directly off the bus using SCSIBUSL. When we have pulled the ATN
H A Daic7xxx.reg839 * without honoring our ATN
H A Daic79xx.reg151 * without honoring our ATN
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp3507 auto *ATN = Name.getAsAssumedTemplateName(); in ActOnUndeclaredTypeTemplateName() local
3508 assert(ATN && "not an assumed template name"); in ActOnUndeclaredTypeTemplateName()
3509 II = ATN->getDeclName().getAsIdentifierInfo(); in ActOnUndeclaredTypeTemplateName()
3524 AssumedTemplateStorage *ATN = Name.getAsAssumedTemplateName(); in resolveAssumedTemplateNameAsType() local
3525 assert(ATN && "not an assumed template name"); in resolveAssumedTemplateNameAsType()
3527 LookupResult R(*this, ATN->getDeclName(), NameLoc, LookupOrdinaryName); in resolveAssumedTemplateNameAsType()
3543 << ATN->getDeclName()); in resolveAssumedTemplateNameAsType()