OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:termctl
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
ahd_pci.c
805
uint8_t
termctl
;
local in function:ahd_configure_termination
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
[
all
...]
Completed in 11 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025