Home
last modified time | relevance | path

Searched defs:Soc (Results 1 – 3 of 3) sorted by relevance

/plan9-contrib/sys/src/9/kw/
H A Ddat.h16 typedef struct Soc Soc; typedef
286 struct Soc { /* addr's of SoC controllers */ struct
287 uintptr cpu;
288 uintptr devid;
289 uintptr l2cache;
313 extern Soc soc; argument
/plan9-contrib/sys/src/9/teg2/
H A Ddat.h43 typedef struct Soc Soc; typedef
431 struct Soc { /* addr's of SoC controllers */ struct
432 uintptr clkrst;
433 uintptr power;
434 uintptr exceptvec;
435 uintptr sema;
436 uintptr l2cache;
437 uintptr flow;
440 uintptr scu;
441 uintptr intr; /* `cpu interface' */
[all …]
/plan9-contrib/sys/src/9/bcm/
H A Ddat.h30 typedef struct Soc Soc; typedef
306 struct Soc { /* SoC dependent configuration */ struct
316 extern Soc soc; argument