Home
last modified time | relevance | path

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

/openbmc/qemu/hw/watchdog/
H A Dwdt_i6300esb.c58 #define ESB_WDT_INTTYPE (0x11 << 0) /* Interrupt type on timer1 timeout */ macro
223 d->int_type = (data & ESB_WDT_INTTYPE); in i6300esb_config_write()
/openbmc/linux/drivers/watchdog/
H A Di6300esb.c62 #define ESB_WDT_INTTYPE (0x03 << 0) /* Interrupt type on timer1 timeout */ macro