OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:prev_regs
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/hpcmips/stand/pbsdboot/
disptest.c
77
unsigned short
prev_regs
[16];
local in function:gpio_test
88
prev_regs
[i] = ~0;
110
if (i != 3 && i != 5 && regs[i] !=
prev_regs
[i]) {
131
prev_regs
[i] = regs[i];
331
unsigned char regs[REGSIZE],
prev_regs
[REGSIZE];
local in function:serial_test
335
for (i = 0; i < ARRAYSIZEOF(
prev_regs
); i++) {
336
prev_regs
[i] = ~0;
354
if (regs[i] !=
prev_regs
[i]) {
357
prev_regs
[i] = regs[i];
Completed in 10 milliseconds
Indexes created Mon Oct 27 02:09:54 GMT 2025