OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:whoami
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/evbmips/alchemy/
dbau1500.c
84
uint32_t
whoami
;
local in function:dbau1500_init
89
/* check the
whoami
register for a match */
90
whoami
= *((volatile uint32_t *)MIPS_PHYS_TO_KSEG1(DBAU1500_WHOAMI));
92
if (DBAU1500_WHOAMI_BOARD(
whoami
) != DBAU1500_WHOAMI_DBAU1500)
93
panic("dbau1500:
WHOAMI
(%x) not DBAu1500!",
whoami
);
96
DBAU1500_WHOAMI_CPLD(
whoami
));
98
if (DBAU1500_WHOAMI_DAUGHTER(
whoami
) != 0xf)
100
DBAU1500_WHOAMI_DAUGHTER(
whoami
));
dbau1550.c
117
uint16_t
whoami
;
local in function:dbau1550_init
124
/* check the
whoami
register for a match */
125
whoami
= GET16(DBAU1550_WHOAMI);
127
if (DBAU1550_WHOAMI_BOARD(
whoami
) != DBAU1550_WHOAMI_DBAU1550_REV1)
128
panic("dbau1550:
WHOAMI
(%x) not DBAu1550!",
whoami
);
131
DBAU1550_WHOAMI_CPLD(
whoami
));
133
if (DBAU1550_WHOAMI_DAUGHTER(
whoami
) != 0xf)
135
DBAU1550_WHOAMI_DAUGHTER(
whoami
));
/src/sys/arch/hpcmips/stand/pbsdboot/
pbsdboot.h
44
#define
whoami
szAppName
macro
Completed in 13 milliseconds
Indexes created Mon Sep 29 15:09:53 GMT 2025