Home
last modified time | relevance | path

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

/drivers/media/platform/atmel/
Datmel-isc.h138 u32 hist_entry[HIST_ENTRIES]; member
Datmel-isc-base.c1701 u32 *hist_entry = &ctrls->hist_entry[0]; in isc_hist_count() local
1707 regmap_bulk_read(regmap, ISC_HIS_ENTRY, hist_entry, HIST_ENTRIES); in isc_hist_count()
1715 if (*hist_entry && !*min) in isc_hist_count()
1717 if (*hist_entry) in isc_hist_count()
1719 *hist_count += i * (*hist_entry++); in isc_hist_count()