Home
last modified time | relevance | path

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

/openbmc/linux/drivers/watchdog/
H A Dsch311x_wdt.c111 unsigned char timeout_unit = 0x80; in sch311x_wdt_set_timeout() local
115 timeout_unit = 0; in sch311x_wdt_set_timeout()
124 outb(timeout_unit, sch311x_wdt_data.runtime_reg + WDT_TIME_OUT); in sch311x_wdt_set_timeout()
/openbmc/linux/drivers/platform/x86/dell/
H A Ddell-laptop.c1176 u8 timeout_unit; member
1326 state->timeout_unit = (buffer.output[1] >> 30) & 0x3; in kbd_get_state()
1346 input1 |= (state->timeout_unit & 0x3) << 30; in kbd_set_state()
1654 new_state.timeout_unit = unit; in kbd_led_timeout_store()
1685 unit = state.timeout_unit; in kbd_led_timeout_show()