This repository has been archived by the owner on Jul 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mark Cave-Ayland <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Signed-off-by: David Gibson <[email protected]>
- Loading branch information
Showing
3 changed files
with
29 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# See docs/devel/tracing.txt for syntax documentation. | ||
|
||
# hw/misc/macio/cuda.c | ||
cuda_delay_set_sr_int(void) "" | ||
cuda_data_send(uint8_t data) "send: 0x%02x" | ||
cuda_data_recv(uint8_t data) "recv: 0x%02x" | ||
cuda_receive_packet_cmd(const char *cmd) "handling command %s" | ||
cuda_packet_receive(int len) "length %d" | ||
cuda_packet_receive_data(int i, const uint8_t data) "[%d] 0x%02x" | ||
cuda_packet_send(int len) "length %d" | ||
cuda_packet_send_data(int i, const uint8_t data) "[%d] 0x%02x" |