Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_ci.c88 int reset_counter = 3; in netup_unidvb_ci_slot_reset() local
104 if (!(ci_stat & (BIT_CAM_READY << shift)) && reset_counter > 0) { in netup_unidvb_ci_slot_reset()
108 reset_counter--; in netup_unidvb_ci_slot_reset()
/openbmc/linux/drivers/watchdog/
H A Dpcwd_pci.c361 int reset_counter; in pcipcwd_clear_status() local
380 reset_counter = 0xff; in pcipcwd_clear_status()
381 send_command(CMD_GET_CLEAR_RESET_COUNT, &msb, &reset_counter); in pcipcwd_clear_status()
384 pr_debug("reset count was: 0x%02x\n", reset_counter); in pcipcwd_clear_status()
/openbmc/linux/drivers/accel/ivpu/
H A Divpu_pm.h17 atomic_t reset_counter; member
H A Divpu_debugfs.c94 seq_printf(s, "%d\n", atomic_read(&vdev->pm->reset_counter)); in reset_counter_show()
H A Divpu_pm.c262 atomic_inc(&vdev->pm->reset_counter); in ivpu_pm_reset_prepare_cb()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ctx.c336 ctx->reset_counter = atomic_read(&mgr->adev->gpu_reset_counter); in amdgpu_ctx_init()
337 ctx->reset_counter_query = ctx->reset_counter; in amdgpu_ctx_init()
542 unsigned reset_counter; in amdgpu_ctx_query() local
560 reset_counter = atomic_read(&adev->gpu_reset_counter); in amdgpu_ctx_query()
562 if (ctx->reset_counter_query == reset_counter) in amdgpu_ctx_query()
566 ctx->reset_counter_query = reset_counter; in amdgpu_ctx_query()
596 if (ctx->reset_counter != atomic_read(&adev->gpu_reset_counter)) in amdgpu_ctx_query2()
H A Damdgpu_ctx.h48 unsigned reset_counter; member
/openbmc/linux/drivers/net/wireless/ti/wl12xx/
H A Ddebugfs.c28 WL12XX_DEBUGFS_FWSTATS_FILE(rx, reset_counter, "%u");
128 DEBUGFS_FWSTATS_ADD(rx, reset_counter); in wl12xx_debugfs_add_files()
H A Dacx.h47 __le32 reset_counter; member
/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A Ddebugfs.c110 DEBUGFS_FWSTATS_FILE(rx, reset_counter, 20, "%u");
250 DEBUGFS_FWSTATS_DEL(rx, reset_counter); in wl1251_debugfs_delete_files()
349 DEBUGFS_FWSTATS_ADD(rx, reset_counter); in wl1251_debugfs_add_files()
H A Dacx.h866 u32 reset_counter; member
/openbmc/linux/drivers/scsi/
H A Dips.c5004 int reset_counter; in ips_reset_copperhead() local
5011 reset_counter = 0; in ips_reset_copperhead()
5013 while (reset_counter < 2) { in ips_reset_copperhead()
5014 reset_counter++; in ips_reset_copperhead()
5049 int reset_counter; in ips_reset_copperhead_memio() local
5056 reset_counter = 0; in ips_reset_copperhead_memio()
5058 while (reset_counter < 2) { in ips_reset_copperhead_memio()
5059 reset_counter++; in ips_reset_copperhead_memio()
5094 int reset_counter; in ips_reset_morpheus() local
5102 reset_counter = 0; in ips_reset_morpheus()
[all …]
/openbmc/u-boot/drivers/net/
H A Ddm9000x.c85 u32 reset_counter; /* counter: RESET */ member