OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:system_serial_low
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/evbarm/gumstix/
if_smsh_gxio.c
99
KASSERT(system_serial_high != 0 ||
system_serial_low
!= 0);
111
sc->sc_enaddr[2] =
system_serial_low
>> 24;
112
sc->sc_enaddr[3] =
system_serial_low
>> 16;
113
sc->sc_enaddr[4] =
system_serial_low
>> 8;
114
sc->sc_enaddr[5] = (
system_serial_low
& 0xc0) |
if_sm_gxio.c
179
KASSERT(system_serial_high != 0 ||
system_serial_low
!= 0);
194
myea[2] =
system_serial_low
>> 24;
195
myea[3] =
system_serial_low
>> 16;
196
myea[4] =
system_serial_low
>> 8;
197
myea[5] = (
system_serial_low
& 0xc0) |
gumstixvar.h
45
extern uint32_t
system_serial_low
;
gumstix_machdep.c
208
uint32_t
system_serial_low
;
variable in typeref:typename:uint32_t
499
system_serial_low
= system_serial[4] << 24 | system_serial[5] << 16 |
Completed in 44 milliseconds
Indexes created Sat Oct 11 08:10:02 GMT 2025