Searched refs:GAMMA_ENTRIES (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/drivers/staging/media/deprecated/atmel/ |
D | atmel-isc.h | 324 #define GAMMA_ENTRIES 64 macro 326 const u32 (*gamma_table)[GAMMA_ENTRIES];
|
D | atmel-sama5d2-isc.c | 292 static const u32 isc_sama5d2_gamma_table[][GAMMA_ENTRIES] = {
|
D | atmel-sama7g5-isc.c | 300 static const u32 isc_sama7g5_gamma_table[][GAMMA_ENTRIES] = {
|
D | atmel-isc-base.c | 236 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/ |
D | microchip-isc.h | 341 #define GAMMA_ENTRIES 64 macro 343 const u32 (*gamma_table)[GAMMA_ENTRIES];
|
D | microchip-sama5d2-isc.c | 312 static const u32 isc_sama5d2_gamma_table[][GAMMA_ENTRIES] = {
|
D | microchip-sama7g5-isc.c | 320 static const u32 isc_sama7g5_gamma_table[][GAMMA_ENTRIES] = {
|
D | microchip-isc-base.c | 226 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()
|