HomeSort by: relevance | last modified time | path
    Searched defs:wdog_len (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/cavium/
octeon_cpunode.c 390 uint64_t wdog_len = smw->smw_period * ci->ci_cpu_freq; local in function:wdog_cpunode_setmode
393 // cycles. This is then a 32-bit counter so as long wdog_len
396 if ((wdog_len >> 32) != 0) {
407 wdog |= __SHIFTIN(wdog_len >> 16, CIU_WDOGX_LEN);
410 cpu_name(ci), wdog, wdog_len);
octeon_cpunode.c 390 uint64_t wdog_len = smw->smw_period * ci->ci_cpu_freq; local in function:wdog_cpunode_setmode
393 // cycles. This is then a 32-bit counter so as long wdog_len
396 if ((wdog_len >> 32) != 0) {
407 wdog |= __SHIFTIN(wdog_len >> 16, CIU_WDOGX_LEN);
410 cpu_name(ci), wdog, wdog_len);

Completed in 25 milliseconds