diff options
author | Masahiro Yamada <[email protected]> | 2017-06-13 22:45:44 +0900 |
---|---|---|
committer | Boris Brezillon <[email protected]> | 2017-06-20 09:14:44 +0200 |
commit | 96a376bd93bb76945fce61e2e17ddc7f152b31c6 (patch) | |
tree | 32a0802ce626d8c8db058e33b60be35e1851651a /tools/perf/scripts/python/futex-contention.py | |
parent | 00fc615fd671877cd6e52b556a9d097223b6804e (diff) |
mtd: nand: denali: use flag instead of register macro for direction
It is not a good idea to re-use macros that represent a specific
register bit field for the transfer direction.
It is true that bit 8 indicates the direction for the MAP10 pipeline
operation and the data DMA operation, but this is not valid across
the IP.
Use a simple flag (write: 1, read: 0) for the direction.
Signed-off-by: Masahiro Yamada <[email protected]>
Signed-off-by: Boris Brezillon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/futex-contention.py')
0 files changed, 0 insertions, 0 deletions