gt.c | 246 uint32_t cpucfg, cpumode, cpumstr; local in function:gt_attach_common 279 cpumode = gt_read(gt, GT_CPU_Mode); 281 "id %d", GT_CPUMode_MultiGTID_GET(cpumode)); 282 if (cpumode & GT_CPUMode_MultiGT) 284 switch (GT_CPUMode_CPUType_GET(cpumode)) { 289 aprint_normal(", %#x(?) bus", GT_CPUMode_CPUType_GET(cpumode));
|