diff options
| author | Finn Thain <[email protected]> | 2016-03-23 21:10:18 +1100 |
|---|---|---|
| committer | Martin K. Petersen <[email protected]> | 2016-04-11 16:57:09 -0400 |
| commit | 438af51c642926f1c1844846bee1c3fb568dcd64 (patch) | |
| tree | d499b808b5aff4ba0c5bf151d06ffcd20d563da8 /tools/perf/scripts/python | |
| parent | 6c4b88ca59ba1a68f707f19dba1744ed19e89fce (diff) | |
ncr5380: Adopt uniform DMA setup convention
Standardize the DMA setup hooks so that the DMA implementation in
atari_NCR5380.c can be reconciled with pseudo DMA implementation in
NCR5380.c.
Calls to NCR5380_dma_recv_setup() and NCR5380_dma_send_setup() return
a negative value on failure, zero on PDMA transfer success and a positive
byte count for DMA setup success.
This convention is not entirely new, but is now applied consistently.
Also remove a pointless Status Register access: the *phase assignment is
redundant because after NCR5380_transfer_dma() returns control to
NCR5380_information_transfer(), that routine then returns control
to NCR5380_main(), which means *phase is dead.
Signed-off-by: Finn Thain <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Tested-by: Michael Schmitz <[email protected]>
Tested-by: Ondrej Zary <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions