Lines Matching defs:termctl
641 uint8_t termctl;
661 error = ahd_read_flexport(ahd, FLXADDR_TERMCTL, &termctl);
666 termctl &= ~(FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH);
668 termctl |= FLX_TERMCTL_ENPRILOW;
670 termctl |= FLX_TERMCTL_ENPRIHIGH;
674 termctl = FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH;
681 termctl &= ~(FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH);
683 termctl |= FLX_TERMCTL_ENSECLOW;
685 termctl |= FLX_TERMCTL_ENSECHIGH;
689 termctl |= FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH;
697 if ((termctl & FLX_TERMCTL_ENPRILOW) != 0) {
705 error = ahd_write_flexport(ahd, FLXADDR_TERMCTL, termctl);
712 (termctl & FLX_TERMCTL_ENPRIHIGH) ? "En" : "Dis");
716 (termctl & FLX_TERMCTL_ENPRILOW) ? "En" : "Dis");
720 (termctl & FLX_TERMCTL_ENSECHIGH) ? "En" : "Dis");
724 (termctl & FLX_TERMCTL_ENSECLOW) ? "En" : "Dis");