commit | 94a4e18cec512c1aaf7b6049314bb954337a3ab1 | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Fri Sep 06 17:10:18 2024 +0200 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Fri Sep 13 20:11:13 2024 +0200 |
tree | 34dab37661d05aaf4e90c637bf1aa7d77a7e552d | |
parent | 6efabada95981e901bb284a0ba9389b17a425d33 [diff] |
hw/sensor/tmp105: Use registerfields API To improve readability, use the registerfields API. Define the register bits with FIELD(), and use the FIELD_EX8() and FIELD_DP8() macros. Remove the abbreviations in comments. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Message-Id: <20240906154911.86803-3-philmd@linaro.org>