Home
last modified time | relevance | path

Searched refs:intel_mid_identify_cpu (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dintel-mid.h91 static inline enum intel_mid_cpu_type intel_mid_identify_cpu(void) in intel_mid_identify_cpu() function
98 return (intel_mid_identify_cpu() == INTEL_MID_CPU_CHIP_PENWELL); in intel_mid_has_msic()
103 #define intel_mid_identify_cpu() (0) macro
/linux-4.4.14/arch/x86/platform/intel-mid/device_libs/
Dplatform_wdt.c55 if (intel_mid_identify_cpu() == INTEL_MID_CPU_CHIP_TANGIER) { in register_mid_wdt()
/linux-4.4.14/arch/x86/platform/intel-mid/
Dintel_mid_vrtc.c160 if (!intel_mid_identify_cpu()) in intel_mid_device_create()
Dsfi.c450 if (intel_mid_identify_cpu() == in sfi_parse_devs()
/linux-4.4.14/arch/x86/kernel/
Drtc.c192 if (intel_mid_identify_cpu()) in add_rtc_cmos()
/linux-4.4.14/arch/x86/pci/
Dintel_mid_pci.c221 switch (intel_mid_identify_cpu()) { in intel_mid_pci_irq_enable()
/linux-4.4.14/drivers/watchdog/
Dintel_scu_watchdog.c446 if (!intel_mid_identify_cpu()) in intel_scu_watchdog_init()
/linux-4.4.14/drivers/platform/x86/
Dintel_scu_ipc.c575 platform = intel_mid_identify_cpu(); in ipc_probe()