termctl 789 dev/pci/ahd_pci.c uint8_t termctl; termctl 809 dev/pci/ahd_pci.c error = ahd_read_flexport(ahd, FLXADDR_TERMCTL, &termctl); termctl 814 dev/pci/ahd_pci.c termctl &= ~(FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH); termctl 816 dev/pci/ahd_pci.c termctl |= FLX_TERMCTL_ENPRILOW; termctl 818 dev/pci/ahd_pci.c termctl |= FLX_TERMCTL_ENPRIHIGH; termctl 822 dev/pci/ahd_pci.c termctl = FLX_TERMCTL_ENPRILOW|FLX_TERMCTL_ENPRIHIGH; termctl 829 dev/pci/ahd_pci.c termctl &= ~(FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH); termctl 831 dev/pci/ahd_pci.c termctl |= FLX_TERMCTL_ENSECLOW; termctl 833 dev/pci/ahd_pci.c termctl |= FLX_TERMCTL_ENSECHIGH; termctl 837 dev/pci/ahd_pci.c termctl |= FLX_TERMCTL_ENSECLOW|FLX_TERMCTL_ENSECHIGH; termctl 845 dev/pci/ahd_pci.c if ((termctl & FLX_TERMCTL_ENPRILOW) != 0) { termctl 853 dev/pci/ahd_pci.c error = ahd_write_flexport(ahd, FLXADDR_TERMCTL, termctl); termctl 860 dev/pci/ahd_pci.c (termctl & FLX_TERMCTL_ENPRIHIGH) ? "En" : "Dis"); termctl 864 dev/pci/ahd_pci.c (termctl & FLX_TERMCTL_ENPRILOW) ? "En" : "Dis"); termctl 868 dev/pci/ahd_pci.c (termctl & FLX_TERMCTL_ENSECHIGH) ? "En" : "Dis"); termctl 872 dev/pci/ahd_pci.c (termctl & FLX_TERMCTL_ENSECLOW) ? "En" : "Dis");