Re: [PATCH v3 2/2] iio: dac: dac8163: Add driver for DAC8163
"Siratul Islam" <[email protected]> Mon, 03 Aug 2026 08:28:51 +0000
| Newsgroups | org.kernel.vger.linux-iio,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
August 2, 2026 at 11:19 PM, "David Lechner" <[email protected]> wrote= : >=20 >=20On 8/2/26 11:07 AM, Lukas Metz wrote: ... > > +#define LDAC_CHANNEL_A_MASK BIT(0) > > +#define LDAC_CHANNEL_B_MASK BIT(1) > > +#define VREF_MASK BIT(0) > > + > > +#define DAC8163_INTERNAL_REF_mV 2500 > > +#define DAC8163_RES_12_BIT 12 > > +#define DAC8163_RES_14_BIT 14 > > +#define DAC8163_RES_16_BIT 16 > >=20 >=20Macros that just map to a number that is part of the macro name > aren't that helpful. We can just use the number directly. >=20 Each=20of them repeats 4 times. I think typing a number that many times= =20 is=20more error prone than having a macro. > >=20 >=20> > -- Best regards, Sirat