Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/misc/bcm-vk/
Dbcm_vk_msg.c142 u32 uptime_s; in bcm_vk_hb_poll() local
149 uptime_s = vkread32(vk, BAR_0, BAR_OS_UPTIME); in bcm_vk_hb_poll()
151 if (uptime_s == hb->last_uptime) in bcm_vk_hb_poll()
157 hb->last_uptime, uptime_s, hb->lost_cnt); in bcm_vk_hb_poll()
164 hb->last_uptime = uptime_s; in bcm_vk_hb_poll()