Searched full:tops (Results 1 – 15 of 15) sorted by relevance
52 /* There are sixteen TOPs (timeout periods) that can be set in the watchdog. */211 * watchdog-caused reset happens after two watchdog TOPs elapsed. in dw_wdt_set_timeout()420 * TOPs array can be arbitrary ordered with nearly any sixteen uint numbers422 * passed TOPs array to pre-calculate the effective timeouts and to sort the426 static void dw_wdt_handle_tops(struct dw_wdt *dw_wdt, const u32 *tops) in dw_wdt_handle_tops() argument433 * We walk over the passed TOPs array and calculate corresponding in dw_wdt_handle_tops()435 * is needed to distinguish the TOPs with very close timeouts and to in dw_wdt_handle_tops()440 tout.sec = tops[val] / dw_wdt->rate; in dw_wdt_handle_tops()441 msec = (u64)tops[val] * MSEC_PER_SEC; in dw_wdt_handle_tops()465 const u32 *tops; in dw_wdt_init_timeouts() local[all …]
42 snps,watchdog-tops:45 DW APB Watchdog custom timer intervals - Timeout Period ranges (TOPs).48 reference clock. Therefore the TOPs array is equivalent to an array of51 in which case this property is unnecessary with default TOPs utilized.83 snps,watchdog-tops = <0x000000FF 0x000001FF 0x000003FF
133 # Stanwell Park (Bald Hill STANWELL TOPS)
1355 *:TOPS-10:*:*)1361 KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)1364 XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)1367 *:TOPS-20:*:*)
1430 *:TOPS-10:*:*)1436 KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)1439 XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)1442 *:TOPS-20:*:*)
1429 *:TOPS-10:*:*)1435 KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)1438 XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)1441 *:TOPS-20:*:*)
991 /* save original TOPs */ in af9005_fe_init()992 deb_info("save original TOPs\n"); in af9005_fe_init()1130 /* restore original TOPs */ in af9005_fe_set_frontend()1131 deb_info("restore original TOPs\n"); in af9005_fe_set_frontend()
14 TCON TOPs main purpose is to configure whole display pipeline. It
36 operation for a single channel. With DMA running the Z85230 tops out
1235 int tout = 5000; /* Wait for 5 secs tops */ in bnx2x_wait_sp_comp()
886 /* We support PFVF_MAX_MULTICAST_PER_VF mcast addresses tops */ in bnx2x_vfpf_set_mcast()
948 ISAAD00 "TOPS FlashCard"
3512 * of a couple of KBs tops. in init_one_instance()
11261 The first thing you should look at is the requirement that tops the list
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...