OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISAPNP_LFSR_NEXT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/isapnp/
isapnpreg.h
55
#define
ISAPNP_LFSR_NEXT
(v) (((v) >> 1) | (((v) & 1) ^ (((v) & 2) >> 1)) << 7)
isapnp.c
113
v =
ISAPNP_LFSR_NEXT
(v);
171
v =
ISAPNP_LFSR_NEXT
(v) ^ neg;
Completed in 12 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025