Searched refs:mc_intel (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dmicrocode_intel.c299 struct microcode_intel *mc_intel; local
306 mc_intel = uci->mc;
311 if (mc_intel == NULL)
316 (unsigned long) mc_intel->bits,
317 (unsigned long) mc_intel->bits >> 16 >> 16);
326 if (val[1] != mc_intel->hdr.rev) {
328 cpu_num, mc_intel->hdr.rev);
333 mc_intel->hdr.date & 0xffff,
334 mc_intel->hdr.date >> 24,
335 (mc_intel
[all...]

Completed in 45 milliseconds