Home | History | Annotate | Download | only in pci

Lines Matching defs:termctl

805 	uint8_t	 termctl;
827 error = ahd_read_flexport(ahd, FLXADDR_TERMCTL, &termctl);
832 termctl &= ~(FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH);
834 termctl |= FLX_TERMCTL_ENPRILOW;
836 termctl |= FLX_TERMCTL_ENPRIHIGH;
841 termctl = FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH;
848 termctl &= ~(FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH);
850 termctl |= FLX_TERMCTL_ENSECLOW;
852 termctl |= FLX_TERMCTL_ENSECHIGH;
857 termctl |= FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH;
864 if ((termctl & FLX_TERMCTL_ENPRILOW) != 0) {
872 error = ahd_write_flexport(ahd, FLXADDR_TERMCTL, termctl);
880 (termctl & FLX_TERMCTL_ENPRIHIGH) ? "En" : "Dis");
884 (termctl & FLX_TERMCTL_ENPRILOW) ? "En" : "Dis");
888 (termctl & FLX_TERMCTL_ENSECHIGH) ? "En" : "Dis");
892 (termctl & FLX_TERMCTL_ENSECLOW) ? "En" : "Dis");