On Tue, Aug 27, 2024 at 08:34:47AM -0700, Guenter Roeck wrote: > Use bit operations where possible to make the code more generic and to > align it with other drivers. Also use compile time conversion from bit > to mask to reduce runtime overhead. > > Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx> Reviewed-by: Tzung-Bi Shih <tzungbi@xxxxxxxxxx>