| commit | f33af61dbab3b6fe0923bd829461584eaa41039e | [log] [tgz] |
|---|---|---|
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | Wed Feb 19 15:35:53 2025 +0100 |
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Tue Mar 04 14:45:34 2025 +0100 |
| tree | a92eaee1df399654052c24803a65e26abaa655cc | |
| parent | abf2b6a028670bd2890bb3aee7e103fe53e4b0df [diff] |
hw/char/pl011: Simplify a bit pl011_can_receive() Introduce 'fifo_depth' and 'fifo_available' local variables to better express the 'r' variable use. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Luc Michel <luc.michel@amd.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20250220092903.3726-3-philmd@linaro.org>