Lines Matching +full:9 +full:- +full:series
1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * bcu.c, Bus Control Unit routines for the NEC VR4100 series.
7 * Copyright (C) 2003-2005 Yoichi Yuasa <yuasa@linux-mips.org>
12 * - New creation, NEC VR4122 and VR4131 are supported.
13 * - Added support for NEC VR4111 and VR4121.
15 * Yoichi Yuasa <yuasa@linux-mips.org>
16 * - Added support for NEC VR4133.
23 #include <asm/cpu-type.h>
68 printk(KERN_INFO "Unexpected CPU of NEC VR4100 series\n"); in read_clkspeed()
116 printk(KERN_INFO "Unexpected CPU of NEC VR4100 series\n"); in calculate_pclock()
135 /* DIVVT == 9 Divide by 1.5 . VTClock = (PClock * 6) / 9 */ in calculate_vtclock()
136 if (DIVVT(clkspeed) == 9) in calculate_vtclock()
159 printk(KERN_INFO "Unexpected CPU of NEC VR4100 series\n"); in calculate_vtclock()
189 printk(KERN_INFO "Unexpected CPU of NEC VR4100 series\n"); in calculate_tclock()