aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorAndres Salomon <[email protected]>2008-04-28 02:15:24 -0700
committerLinus Torvalds <[email protected]>2008-04-28 08:58:39 -0700
commitf5c90e85dc77669a55fecfb593bb8e7f47374ee2 (patch)
treee33321b93005f2e0db1793f5c0c397cb386b4d28 /tools/perf/scripts
parent9286361beab8ef5c928ecb2bfefe68ab0176238b (diff)
lxfb: clean up register definitions
- Rename various bitfield defines to match the data sheet names. - Rename DF_ register definitions to VP_ to match the data sheet; ie, DF_PAR -> VP_PAR. - for GP/DC registers, rather than defining to specific addresses, use an enum to number them sequentially and just multiply by 4 (bytes) to access them (in read_*/write_* functions). - for VP/FP registers, use an enum and multiple by 8 (bytes). They're 64bit registers. Signed-off-by: Andres Salomon <[email protected]> Cc: "Antonino A. Daplas" <[email protected]> Cc: Jordan Crouse <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions