media: rkisp1: Convert hex constants to lowercase

Hex constants in the media subsystem are typically in lowercase. The
rkisp1 driver mostly follows that convention already, except in the
register definitions. Convert all hex constants to lowercase for
consistency.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
Laurent Pinchart 2023-09-23 23:36:03 +03:00 committed by Hans Verkuil
parent c7e2621882
commit cde4e5157a
2 changed files with 310 additions and 310 deletions

View File

@ -812,7 +812,7 @@ static void rkisp1_hst_config_v10(struct rkisp1_params *params,
weight[2], weight[3]));
rkisp1_write(params->rkisp1, RKISP1_CIF_ISP_HIST_WEIGHT_44_V10,
weight[0] & 0x1F);
weight[0] & 0x1f);
}
static void rkisp1_hst_config_v12(struct rkisp1_params *params,

File diff suppressed because it is too large Load Diff