HomeSort by: relevance | last modified time | path
    Searched defs:cpumode (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/marvell/
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));

Completed in 13 milliseconds