Home
last modified time | relevance | path

Searched refs:mv_name (Results 1 – 25 of 33) sorted by relevance

12

/arch/sh/kernel/
Dmachvec.c33 if (strcasecmp(name, mv->mv_name) == 0) in get_mv_byname()
43 char mv_name[MV_NAME_SIZE] = ""; in early_parse_mv() local
57 memcpy(mv_name, from, mv_len); in early_parse_mv()
58 mv_name[mv_len] = '\0'; in early_parse_mv()
64 if (strcmp(mv_name, "generic") == 0) in early_parse_mv()
67 mvp = get_mv_byname(mv_name); in early_parse_mv()
69 printk("Available vectors:\n\n\t'%s', ", sh_mv.mv_name); in early_parse_mv()
71 printk("'%s', ", mvp->mv_name); in early_parse_mv()
74 mv_name); in early_parse_mv()
/arch/sh/include/asm/
Dmachvec.h19 const char *mv_name; member
53 #define get_system_type() sh_mv.mv_name
/arch/sh/boards/mach-se/
Dboard-se7619.c19 .mv_name = "SolutionEngine",
/arch/sh/boards/mach-edosk7705/
Dsetup.c26 .mv_name = "EDOSK7705",
/arch/sh/boards/
Dboard-shmin.c31 .mv_name = "SHMIN",
Dboard-edosk7760.c191 .mv_name = "EDOSK7760",
/arch/sh/boards/mach-dreamcast/
Dsetup.c62 .mv_name = "Sega Dreamcast",
/arch/sh/boards/mach-titan/
Dsetup.c22 .mv_name = "Titan",
/arch/sh/boards/mach-systemh/
Dsetup.c32 .mv_name = "7751 SystemH",
/arch/sh/boards/mach-snapgear/
Dsetup.c77 .mv_name = "SnapGear SecureEdge5410",
/arch/sh/boards/mach-se/7751/
Dsetup.c57 .mv_name = "7751 SolutionEngine",
/arch/sh/boards/mach-lboxre2/
Dsetup.c81 .mv_name = "L-BOX RE2",
/arch/sh/boards/mach-se/7721/
Dsetup.c96 .mv_name = "Solution Engine 7721",
/arch/sh/boards/mach-rsk/
Dsetup.c105 .mv_name = "RSK+",
/arch/sh/boards/mach-sh03/
Dsetup.c102 .mv_name = "Interface (CTP/PCI-SH03)",
/arch/sh/boards/mach-sdk7780/
Dsetup.c104 .mv_name = "Renesas SDK7780-R3" ,
/arch/sh/boards/mach-landisk/
Dsetup.c101 .mv_name = "LANDISK",
/arch/sh/boards/mach-se/7206/
Dsetup.c90 .mv_name = "SolutionEngine",
/arch/sh/boards/mach-se/7780/
Dsetup.c120 .mv_name = "Solution Engine 7780" ,
/arch/sh/boards/mach-x3proto/
Dsetup.c143 .mv_name = "x3proto",
/arch/sh/boards/mach-hp6xx/
Dsetup.c114 .mv_name = "hp6xx",
/arch/sh/boards/mach-se/7343/
Dsetup.c180 .mv_name = "SolutionEngine 7343",
/arch/sh/boards/mach-se/7722/
Dsetup.c190 .mv_name = "Solution Engine 7722" ,
/arch/sh/boards/mach-sh7763rdp/
Dsetup.c204 .mv_name = "sh7763drp",
/arch/sh/boards/mach-microdev/
Dsetup.c196 .mv_name = "SH4-202 MicroDev",

12