aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace
diff options
context:
space:
mode:
authorJaehoon Chung <[email protected]>2012-01-11 09:28:21 +0000
committerChris Ball <[email protected]>2012-01-12 15:17:16 -0500
commit8234e86960b07f5a3cf9973de3f9ba9a50450464 (patch)
treeeea2ad109fe9d5cec12fd224e73973c49934fce3 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace
parent069c9f142822d552ec885572945d8bce9eff0519 (diff)
mmc: dw_mmc: miscaculated the fifo-depth with wrong bit operation
In FIFOTH register, the RX_WMark field (bits[27:16]) defaults to FIFO_DEPTH - 1. When reading it, bits[26:16] were being used, so fix it to use the mask 0xfff instead of 0x7ff. Signed-off-by: Jaehoon Chung <[email protected]> Reviewed-by: James Hogan <[email protected]> Signed-off-by: Chris Ball <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace')
0 files changed, 0 insertions, 0 deletions