Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/kernel/cpu/
H A Dproc.c97 else if (c->cut_minor == -1) in show_cpuinfo()
100 seq_printf(m, "cut\t\t: %d.%d\n", c->cut_major, c->cut_minor); in show_cpuinfo()
/openbmc/linux/arch/sh/include/asm/
H A Dprocessor.h73 int cut_major, cut_minor; member
/openbmc/linux/arch/sh/kernel/cpu/sh4/
H A Dprobe.c51 boot_cpu_data.cut_major = boot_cpu_data.cut_minor = -1; in cpu_probe()