Searched refs:subtype (Results 1 – 20 of 20) sorted by relevance
/arch/arm/mach-at91/include/mach/ |
D | cpu.h | 96 unsigned int type, subtype; member 111 #define cpu_is_at91rm9200_bga() (at91_soc_initdata.subtype == AT91_SOC_RM9200_BGA) 112 #define cpu_is_at91rm9200_pqfp() (at91_soc_initdata.subtype == AT91_SOC_RM9200_PQFP) 120 #define cpu_is_at91sam9xe() (at91_soc_initdata.subtype == AT91_SOC_SAM9XE) 159 #define cpu_is_at91sam9g45es() (at91_soc_initdata.subtype == AT91_SOC_SAM9G45ES) 160 #define cpu_is_at91sam9m10() (at91_soc_initdata.subtype == AT91_SOC_SAM9M10) 161 #define cpu_is_at91sam9g46() (at91_soc_initdata.subtype == AT91_SOC_SAM9G46) 162 #define cpu_is_at91sam9m11() (at91_soc_initdata.subtype == AT91_SOC_SAM9M11) 173 #define cpu_is_at91sam9g15() (at91_soc_initdata.subtype == AT91_SOC_SAM9G15) 174 #define cpu_is_at91sam9g35() (at91_soc_initdata.subtype == AT91_SOC_SAM9G35) [all …]
|
/arch/arm/mach-at91/ |
D | setup.c | 34 at91_soc_initdata.subtype = AT91_SOC_RM9200_PQFP; in at91rm9200_set_type() 36 at91_soc_initdata.subtype = AT91_SOC_RM9200_BGA; in at91rm9200_set_type() 107 if (at91_soc_initdata.subtype == AT91_SOC_SUBTYPE_NONE) in soc_detect() 108 at91_soc_initdata.subtype = AT91_SOC_RM9200_BGA; in soc_detect() 135 at91_soc_initdata.subtype = AT91_SOC_SAM9G45ES; in soc_detect() 158 at91_soc_initdata.subtype = AT91_SOC_SAM9XE; in soc_detect() 173 at91_soc_initdata.subtype = AT91_SOC_SAM9M10; in soc_detect() 176 at91_soc_initdata.subtype = AT91_SOC_SAM9G46; in soc_detect() 179 at91_soc_initdata.subtype = AT91_SOC_SAM9M11; in soc_detect() 187 at91_soc_initdata.subtype = AT91_SOC_SAM9G15; in soc_detect() [all …]
|
/arch/alpha/kernel/ |
D | gct.c | 26 wanted && (wanted->type | wanted->subtype); in gct6_find_nodes() 30 if (node->subtype != wanted->subtype) in gct6_find_nodes()
|
D | srmcons.c | 223 driver->subtype = SYSTEM_TYPE_SYSCONS; in srmcons_init()
|
D | core_marvel.c | 361 node->subtype != GCT_SUBTYPE_IO_PORT_MODULE) in marvel_io7_present()
|
/arch/powerpc/platforms/powernv/ |
D | opal.c | 158 const char *level, *sevstr, *subtype; in opal_machine_check() local 219 subtype = evt.u.ue_error.ue_error_type < in opal_machine_check() 223 printk("%s Error type: UE [%s]\n", level, subtype); in opal_machine_check() 232 subtype = evt.u.slb_error.slb_error_type < in opal_machine_check() 236 printk("%s Error type: SLB [%s]\n", level, subtype); in opal_machine_check() 242 subtype = evt.u.erat_error.erat_error_type < in opal_machine_check() 246 printk("%s Error type: ERAT [%s]\n", level, subtype); in opal_machine_check() 252 subtype = evt.u.tlb_error.tlb_error_type < in opal_machine_check() 256 printk("%s Error type: TLB [%s]\n", level, subtype); in opal_machine_check()
|
/arch/alpha/include/asm/ |
D | gct.h | 9 u8 subtype; member 35 u8 subtype; member
|
/arch/powerpc/platforms/ps3/ |
D | gelic_udbg.c | 67 u16 subtype; member 191 h_vlan->subtype = 0x0800; in gelic_debug_init()
|
/arch/ia64/kernel/ |
D | acpi-ext.c | 27 .subtype = 2,
|
/arch/um/drivers/ |
D | line.h | 25 const short subtype; member
|
D | stdio_console.c | 55 .subtype = SYSTEM_TYPE_CONSOLE,
|
D | ssl.c | 50 .subtype = 0,
|
D | line.c | 661 driver->subtype = line_driver->subtype; in register_lines()
|
/arch/m68k/emu/ |
D | nfcon.c | 133 nfcon_tty_driver->subtype = SYSTEM_TYPE_TTY; in nfcon_init()
|
/arch/xtensa/platforms/iss/ |
D | console.c | 219 serial_driver->subtype = SERIAL_TYPE_NORMAL; in rs_init()
|
/arch/powerpc/include/asm/ |
D | rtas.h | 231 uint8_t subtype; /* 0x05 Section subtype */ member
|
/arch/ia64/sn/kernel/ |
D | io_acpi_init.c | 31 .subtype = 0,
|
/arch/ia64/hp/sim/ |
D | simserial.c | 524 hp_simserial_driver->subtype = SERIAL_TYPE_NORMAL; in simrs_init()
|
/arch/cris/arch-v10/kernel/ |
D | debugport.c | 450 dummy_driver.subtype = SERIAL_TYPE_NORMAL; in init_dummy_console()
|
/arch/arm/common/ |
D | fiq_debugger.c | 1127 fiq_tty_driver->subtype = SERIAL_TYPE_NORMAL; in fiq_debugger_tty_init()
|