OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iic0
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/evbppc/obs405/
obs600_machdep.c
256
volatile uint8_t *
iic0
;
local
257
#define IIC0_READ(r) (*(
iic0
+ (r)))
258
#define IIC0_WRITE(r, v) (*(
iic0
+ (r)) = (v))
264
if ((
iic0
= ppc4xx_tlb_mapiodev(AMCC405EX_IIC0_BASE, IIC_NREG)) == NULL)
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026