Home
last modified time | relevance | path

Searched refs:wdtmode (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/platform/x86/siemens/
H A Dsimatic-ipc.c92 u8 wdtmode = SIMATIC_IPC_DEVICE_NONE; in register_platform_devices() local
100 wdtmode = device_modes[i].wdt_mode; in register_platform_devices()
149 if (wdtmode != SIMATIC_IPC_DEVICE_NONE) { in register_platform_devices()
150 platform_data.devmode = wdtmode; in register_platform_devices()
164 wdtmode == SIMATIC_IPC_DEVICE_NONE && in register_platform_devices()
/openbmc/linux/drivers/watchdog/
H A Dsimatic-ipc-wdt.c107 static void wd_secondary_enable(u32 wdtmode) in wd_secondary_enable() argument
112 if (wdtmode == SIMATIC_IPC_DEVICE_227E) { in wd_secondary_enable()
123 static int wd_setup(u32 wdtmode) in wd_setup() argument
137 wd_secondary_enable(wdtmode); in wd_setup()