Searched refs:mv_name (Results 1 - 25 of 43) sorted by relevance

12

/linux-master/arch/sh/include/asm/
H A Dmachvec.h17 const char *mv_name; member in struct:sh_machine_vector
31 #define get_system_type() sh_mv.mv_name
/linux-master/arch/sh/kernel/
H A Dmachvec.c32 if (strcasecmp(name, mv->mv_name) == 0)
42 char mv_name[MV_NAME_SIZE] = ""; local
56 memcpy(mv_name, from, mv_len);
57 mv_name[mv_len] = '\0';
63 if (strcmp(mv_name, "generic") == 0)
66 mvp = get_mv_byname(mv_name);
68 pr_info("Available vectors:\n\n\t'%s', ", sh_mv.mv_name);
70 pr_cont("'%s', ", mvp->mv_name);
73 mv_name);
/linux-master/arch/sh/boards/mach-se/
H A Dboard-se7619.c25 .mv_name = "SolutionEngine",
/linux-master/arch/sh/boards/
H A Dboard-titan.c19 .mv_name = "Titan",
H A Dboard-shmin.c32 .mv_name = "SHMIN",
H A Dof-generic.c120 sh_mv.mv_name = "Unknown SH model";
123 of_property_read_string(root, "model", &sh_mv.mv_name);
155 .mv_name = "devicetree", /* replaced by DT root's model */
H A Dboard-secureedge5410.c73 .mv_name = "SnapGear SecureEdge5410",
H A Dboard-espt.c104 .mv_name = "ESPT-GIGA",
H A Dboard-edosk7705.c77 .mv_name = "EDOSK7705",
H A Dboard-apsh4ad0a.c127 .mv_name = "AP-SH4AD-0A",
H A Dboard-polaris.c154 .mv_name = "Polaris",
H A Dboard-edosk7760.c177 .mv_name = "EDOSK7760",
H A Dboard-apsh4a3a.c177 .mv_name = "AP-SH4A-3A",
H A Dboard-sh2007.c144 .mv_name = "sh2007",
/linux-master/arch/sh/boards/mach-dreamcast/
H A Dsetup.c35 .mv_name = "Sega Dreamcast",
/linux-master/arch/sh/boards/mach-se/7751/
H A Dsetup.c58 .mv_name = "7751 SolutionEngine",
/linux-master/arch/sh/boards/mach-lboxre2/
H A Dsetup.c77 .mv_name = "L-BOX RE2",
/linux-master/arch/sh/boards/mach-rsk/
H A Dsetup.c83 .mv_name = "RSK+",
/linux-master/arch/sh/boards/mach-sdk7780/
H A Dsetup.c92 .mv_name = "Renesas SDK7780-R3" ,
/linux-master/arch/sh/boards/mach-se/7721/
H A Dsetup.c89 .mv_name = "Solution Engine 7721",
/linux-master/arch/sh/boards/mach-se/7206/
H A Dsetup.c93 .mv_name = "SolutionEngine",
/linux-master/arch/sh/boards/mach-sh03/
H A Dsetup.c95 .mv_name = "Interface (CTP/PCI-SH03)",
/linux-master/arch/sh/boards/mach-se/7780/
H A Dsetup.c108 .mv_name = "Solution Engine 7780" ,
/linux-master/arch/sh/boards/mach-landisk/
H A Dsetup.c99 .mv_name = "LANDISK",
/linux-master/arch/sh/boards/mach-se/7343/
H A Dsetup.c179 .mv_name = "SolutionEngine 7343",

Completed in 304 milliseconds

12