Home
last modified time | relevance | path

Searched refs:cpumode (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/marvell/
Dgt.c246 uint32_t cpucfg, cpumode, cpumstr; in gt_attach_common() local
279 cpumode = gt_read(gt, GT_CPU_Mode); in gt_attach_common()
281 "id %d", GT_CPUMode_MultiGTID_GET(cpumode)); in gt_attach_common()
282 if (cpumode & GT_CPUMode_MultiGT) in gt_attach_common()
284 switch (GT_CPUMode_CPUType_GET(cpumode)) { in gt_attach_common()
289 aprint_normal(", %#x(?) bus", GT_CPUMode_CPUType_GET(cpumode)); in gt_attach_common()