OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eeprom_va
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/arch/sun2/include/
eeprom.h
44
#define
eeprom_va
NULL
macro
/src/sys/arch/sparc/sparc/
clock.c
134
char *
eeprom_va
= NULL;
variable in typeref:typename:char *
225
if (
eeprom_va
== NULL) {
251
buf[bcnt] =
eeprom_va
[bcnt];
279
if (
eeprom_va
== NULL)
282
ep =
eeprom_va
+ off;
302
(void)tsleep(
eeprom_va
, PZERO - 1, "eeprom", hz/50);
/src/sys/arch/sun3/dev/
eeprom.c
64
static uint8_t *
eeprom_va
; /* mapping to actual device */
variable in typeref:typename:uint8_t *
81
if (
eeprom_va
!= NULL)
103
eeprom_va
= bus_mapin(ca->ca_bustype, ca->ca_paddr, ee_size);
104
if (
eeprom_va
== NULL)
120
src =
eeprom_va
;
210
if (
eeprom_va
== NULL)
222
ep =
eeprom_va
+ off;
239
(void)tsleep(
eeprom_va
, PZERO - 1, "eeprom", hz / 50);
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025