Searched refs:evcount (Results 1 – 1 of 1) sorted by relevance
3303 uint8_t evcount; in bscv_event_process() local3313 evcount = bscv_get8(ssp, chan_general, EBUS_IDX_UNREAD_EVENTS); in bscv_event_process()3317 count = bscv_event_validate(ssp, logptr, evcount); in bscv_event_process()3379 } else if (count > evcount) { in bscv_event_process()3380 evcount = 0; in bscv_event_process()3382 evcount -= count; in bscv_event_process()3384 bscv_put8(ssp, chan_general, EBUS_IDX_UNREAD_EVENTS, evcount); in bscv_event_process()