Home
last modified time | relevance | path

Searched full:tops (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/drivers/watchdog/
Ddw_wdt.c51 /* There are sixteen TOPs (timeout periods) that can be set in the watchdog. */
210 * watchdog-caused reset happens after two watchdog TOPs elapsed. in dw_wdt_set_timeout()
417 * TOPs array can be arbitrary ordered with nearly any sixteen uint numbers
419 * passed TOPs array to pre-calculate the effective timeouts and to sort the
423 static void dw_wdt_handle_tops(struct dw_wdt *dw_wdt, const u32 *tops) in dw_wdt_handle_tops() argument
430 * We walk over the passed TOPs array and calculate corresponding in dw_wdt_handle_tops()
432 * is needed to distinguish the TOPs with very close timeouts and to in dw_wdt_handle_tops()
437 tout.sec = tops[val] / dw_wdt->rate; in dw_wdt_handle_tops()
438 msec = (u64)tops[val] * MSEC_PER_SEC; in dw_wdt_handle_tops()
462 const u32 *tops; in dw_wdt_init_timeouts() local
[all …]
Drzv2h_wdt.c107 * - TOPS[1:0] - Timeout Period Select - 11b: 16384 cycles (3FFFh) in rzv2h_wdt_start()
185 * - TOPS[1:0] - Timeout Period Select - 00b: 1024 cycles (03FFh) in rzv2h_wdt_restart()
/linux-6.12.1/Documentation/devicetree/bindings/watchdog/
Dsnps,dw-wdt.yaml60 snps,watchdog-tops:
63 DW APB Watchdog custom timer intervals - Timeout Period ranges (TOPs).
66 reference clock. Therefore the TOPs array is equivalent to an array of
69 in which case this property is unnecessary with default TOPs utilized.
101 snps,watchdog-tops = <0x000000FF 0x000001FF 0x000003FF
/linux-6.12.1/drivers/media/usb/dvb-usb/
Daf9005-fe.c991 /* 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()
/linux-6.12.1/Documentation/devicetree/bindings/display/
Dallwinner,sun8i-r40-tcon-top.yaml14 TCON TOPs main purpose is to configure whole display pipeline. It
/linux-6.12.1/drivers/gpu/drm/
Ddrm_debugfs.c754 drm_printf(&p, "\tops: [0x%x]", bridge->ops); in bridges_show()
/linux-6.12.1/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.h1235 int tout = 5000; /* Wait for 5 secs tops */ in bnx2x_wait_sp_comp()
Dbnx2x_vfpf.c888 /* We support PFVF_MAX_MULTICAST_PER_VF mcast addresses tops */ in bnx2x_vfpf_set_mcast()
/linux-6.12.1/drivers/eisa/
Deisa.ids948 ISAAD00 "TOPS FlashCard"
/linux-6.12.1/kernel/trace/
Dftrace.c4372 seq_printf(m, "\tops: %pS (%pS)", in t_show()
4375 seq_puts(m, "\tops: ERROR!"); in t_show()