Searched defs:Soc (Results 1 – 3 of 3) sorted by relevance
16 typedef struct Soc Soc; typedef286 struct Soc { /* addr's of SoC controllers */ struct287 uintptr cpu;288 uintptr devid;289 uintptr l2cache;313 extern Soc soc; argument
43 typedef struct Soc Soc; typedef431 struct Soc { /* addr's of SoC controllers */ struct432 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 …]
30 typedef struct Soc Soc; typedef306 struct Soc { /* SoC dependent configuration */ struct316 extern Soc soc; argument