diff options
author | Arınç ÜNAL <[email protected]> | 2024-04-18 08:35:31 +0300 |
---|---|---|
committer | Paolo Abeni <[email protected]> | 2024-04-23 10:32:40 +0200 |
commit | 7c5e37d7ee78d163cb6e04dd00f44731e0d5d8fb (patch) | |
tree | 2fb98640fa1c6613d94c26ae1b5e92a029fb4ff9 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py | |
parent | 868ff5f4944aa90f649de59440abf48bf693680e (diff) |
net: dsa: mt7530: simplify core operations
The core_rmw() function calls core_read_mmd_indirect() to read the
requested register, and then calls core_write_mmd_indirect() to write the
requested value to the register. Because Clause 22 is used to access Clause
45 registers, some operations on core_write_mmd_indirect() are
unnecessarily run. Get rid of core_read_mmd_indirect() and
core_write_mmd_indirect(), and run only the necessary operations on
core_write() and core_rmw().
Reviewed-by: Daniel Golle <[email protected]>
Tested-by: Daniel Golle <[email protected]>
Signed-off-by: Arınç ÜNAL <[email protected]>
Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/SchedGui.py')
0 files changed, 0 insertions, 0 deletions