Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/atmel/
Datmel-isc.c150 #define HIST_ENTRIES 512 macro
170 u32 hist_entry[HIST_ENTRIES];
1645 regmap_bulk_read(regmap, ISC_HIS_ENTRY, hist_entry, HIST_ENTRIES); in isc_hist_count()
1648 for (i = 0; i < HIST_ENTRIES; i++) in isc_hist_count()