> On 01/12/2022 7:43 PM Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx> wrote: > > +#define IS_V3U (gpriv->chip_id == RENESAS_R8A779A0) > > I really don't like this macro, as it silently relies on gpriv....and > I really don't like this use of this macro in the other macros that lead > to 2 or even 3 ternary operators hiding inside them. Is there any chance > to change this? Good point. I guess I should turn that into a function. CU Uli