aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorBiju Das <[email protected]>2023-02-27 11:41:51 +0000
committerGreg Kroah-Hartman <[email protected]>2023-03-09 17:21:54 +0100
commit59d6558fb5fd750777edfde028ea1f9e7eed8a46 (patch)
treeebcecca4eff12ba2a85d5c4caaf01a5542beda8b /tools/perf/scripts/python/check-perf-trace.py
parent7eada8a122a2683ec63ad43982a4552b054d59ca (diff)
serial: 8250_em: Use pseudo offset for UART_FCR
UART_FCR shares the same offset with UART_IIR. We cannot use UART_FCR in serial8250_em_serial_in() as it overlaps with UART_IIR. Define UART_FCR_EM macro with a high value to avoid overlapping with existing UART_* register defines and define another macro UART_FCR_EM_HW for the real offset. Use these macros in serial8250_em_serial{_in/_out} function to read/write FCR register. Suggested-by: Ilpo Järvinen <[email protected]> Signed-off-by: Biju Das <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions