Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/ipmi/
Dipmi_ssif.c81 #define SSIF_MSG_USEC 20000 /* 20ms between message tries. */ macro
88 #define SSIF_MSG_MSEC (SSIF_MSG_USEC / 1000)
89 #define SSIF_MSG_JIFFIES ((SSIF_MSG_USEC * 1000) / TICK_NSEC)
612 ssif_info->rtc_us_timer = SSIF_MSG_USEC; in msg_done_handler()