Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/media/deprecated/atmel/
Datmel-isc.h324 #define GAMMA_ENTRIES 64 macro
326 const u32 (*gamma_table)[GAMMA_ENTRIES];
Datmel-sama5d2-isc.c292 static const u32 isc_sama5d2_gamma_table[][GAMMA_ENTRIES] = {
Datmel-sama7g5-isc.c300 static const u32 isc_sama7g5_gamma_table[][GAMMA_ENTRIES] = {
Datmel-isc-base.c236 regmap_bulk_write(regmap, ISC_GAM_BENTRY, gamma, GAMMA_ENTRIES); in isc_set_pipeline()
237 regmap_bulk_write(regmap, ISC_GAM_GENTRY, gamma, GAMMA_ENTRIES); in isc_set_pipeline()
238 regmap_bulk_write(regmap, ISC_GAM_RENTRY, gamma, GAMMA_ENTRIES); in isc_set_pipeline()
/Linux-v6.6/drivers/media/platform/microchip/
Dmicrochip-isc.h341 #define GAMMA_ENTRIES 64 macro
343 const u32 (*gamma_table)[GAMMA_ENTRIES];
Dmicrochip-sama5d2-isc.c312 static const u32 isc_sama5d2_gamma_table[][GAMMA_ENTRIES] = {
Dmicrochip-sama7g5-isc.c320 static const u32 isc_sama7g5_gamma_table[][GAMMA_ENTRIES] = {
Dmicrochip-isc-base.c226 regmap_bulk_write(regmap, ISC_GAM_BENTRY, gamma, GAMMA_ENTRIES); in isc_set_pipeline()
227 regmap_bulk_write(regmap, ISC_GAM_GENTRY, gamma, GAMMA_ENTRIES); in isc_set_pipeline()
228 regmap_bulk_write(regmap, ISC_GAM_RENTRY, gamma, GAMMA_ENTRIES); in isc_set_pipeline()