187e0331cSPhilippe Mathieu-Daudé# See docs/devel/tracing.txt for syntax documentation. 21374aeccSDaniel P. Berrange 3*500016e5SMarkus Armbruster# bcm2835_sdhost.c 4b318f326SPeter Maydellbcm2835_sdhost_read(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u" 5b318f326SPeter Maydellbcm2835_sdhost_write(uint64_t offset, uint64_t data, unsigned size) "offset 0x%" PRIx64 " data 0x%" PRIx64 " size %u" 6b318f326SPeter Maydellbcm2835_sdhost_edm_change(const char *why, uint32_t edm) "(%s) EDM now 0x%x" 7b318f326SPeter Maydellbcm2835_sdhost_update_irq(uint32_t irq) "IRQ bits 0x%x\n" 8b318f326SPeter Maydell 9*500016e5SMarkus Armbruster# core.c 1013606b99SPeter Maydellsdbus_command(const char *bus_name, uint8_t cmd, uint32_t arg) "@%s CMD%02d arg 0x%08x" 11238cd935SPhilippe Mathieu-Daudésdbus_read(const char *bus_name, uint8_t value) "@%s value 0x%02x" 12238cd935SPhilippe Mathieu-Daudésdbus_write(const char *bus_name, uint8_t value) "@%s value 0x%02x" 130034ebe6SPhilippe Mathieu-Daudésdbus_set_voltage(const char *bus_name, uint16_t millivolts) "@%s %u (mV)" 14da346922SPhilippe Mathieu-Daudésdbus_get_dat_lines(const char *bus_name, uint8_t dat_lines) "@%s dat_lines: %u" 15da346922SPhilippe Mathieu-Daudésdbus_get_cmd_line(const char *bus_name, bool cmd_line) "@%s cmd_line: %u" 16238cd935SPhilippe Mathieu-Daudé 17*500016e5SMarkus Armbruster# sdhci.c 188be487d8SPhilippe Mathieu-Daudésdhci_set_inserted(const char *level) "card state changed: %s" 198be487d8SPhilippe Mathieu-Daudésdhci_send_command(uint8_t cmd, uint32_t arg) "CMD%02u ARG[0x%08x]" 208be487d8SPhilippe Mathieu-Daudésdhci_error(const char *msg) "%s" 218be487d8SPhilippe Mathieu-Daudésdhci_response4(uint32_t r0) "RSPREG[31..0]=0x%08x" 228be487d8SPhilippe Mathieu-Daudésdhci_response16(uint32_t r3, uint32_t r2, uint32_t r1, uint32_t r0) "RSPREG[127..96]=0x%08x, RSPREG[95..64]=0x%08x, RSPREG[63..32]=0x%08x, RSPREG[31..0]=0x%08x" 238be487d8SPhilippe Mathieu-Daudésdhci_end_transfer(uint8_t cmd, uint32_t arg) "Automatically issue CMD%02u 0x%08x" 248be487d8SPhilippe Mathieu-Daudésdhci_adma(const char *desc, uint32_t sysad) "%s: admasysaddr=0x%" PRIx32 258be487d8SPhilippe Mathieu-Daudésdhci_adma_loop(uint64_t addr, uint16_t length, uint8_t attr) "addr=0x%08" PRIx64 ", len=%d, attr=0x%x" 268be487d8SPhilippe Mathieu-Daudésdhci_adma_transfer_completed(void) "" 278be487d8SPhilippe Mathieu-Daudésdhci_access(const char *access, unsigned int size, uint64_t offset, const char *dir, uint64_t val, uint64_t val2) "%s%u: addr[0x%04" PRIx64 "] %s 0x%08" PRIx64 " (%" PRIu64 ")" 288be487d8SPhilippe Mathieu-Daudésdhci_read_dataport(uint16_t data_count) "all %u bytes of data have been read from input buffer" 298be487d8SPhilippe Mathieu-Daudésdhci_write_dataport(uint16_t data_count) "write buffer filled with %u bytes of data" 306ff37c3dSPhilippe Mathieu-Daudésdhci_capareg(const char *desc, uint16_t val) "%s: %u" 318be487d8SPhilippe Mathieu-Daudé 32*500016e5SMarkus Armbruster# sd.c 3375a96f5eSPhilippe Mathieu-Daudésdcard_normal_command(const char *proto, const char *cmd_desc, uint8_t cmd, uint32_t arg, const char *state) "%s %20s/ CMD%02d arg 0x%08x (state %s)" 3475a96f5eSPhilippe Mathieu-Daudésdcard_app_command(const char *proto, const char *acmd_desc, uint8_t acmd, uint32_t arg, const char *state) "%s %23s/ACMD%02d arg 0x%08x (state %s)" 3555921932SPhilippe Mathieu-Daudésdcard_response(const char *rspdesc, int rsplen) "%s (sz:%d)" 36814b2adcSPhilippe Mathieu-Daudésdcard_powerup(void) "" 37814b2adcSPhilippe Mathieu-Daudésdcard_inquiry_cmd41(void) "" 38814b2adcSPhilippe Mathieu-Daudésdcard_set_enable(bool current_state, bool new_state) "%u -> %u" 39814b2adcSPhilippe Mathieu-Daudésdcard_reset(void) "" 40dcfebcf9SPhilippe Mathieu-Daudésdcard_set_blocklen(uint16_t length) "0x%03x" 41814b2adcSPhilippe Mathieu-Daudésdcard_inserted(bool readonly) "read_only: %u" 42814b2adcSPhilippe Mathieu-Daudésdcard_ejected(void) "" 43814b2adcSPhilippe Mathieu-Daudésdcard_erase(void) "" 44814b2adcSPhilippe Mathieu-Daudésdcard_lock(void) "" 45814b2adcSPhilippe Mathieu-Daudésdcard_unlock(void) "" 461b640aa9SPhilippe Mathieu-Daudésdcard_read_block(uint64_t addr, uint32_t len) "addr 0x%" PRIx64 " size 0x%x" 471b640aa9SPhilippe Mathieu-Daudésdcard_write_block(uint64_t addr, uint32_t len) "addr 0x%" PRIx64 " size 0x%x" 4875a96f5eSPhilippe Mathieu-Daudésdcard_write_data(const char *proto, const char *cmd_desc, uint8_t cmd, uint8_t value) "%s %20s/ CMD%02d value 0x%02x" 4975a96f5eSPhilippe Mathieu-Daudésdcard_read_data(const char *proto, const char *cmd_desc, uint8_t cmd, int length) "%s %20s/ CMD%02d len %d" 50814b2adcSPhilippe Mathieu-Daudésdcard_set_voltage(uint16_t millivolts) "%u mV" 511b640aa9SPhilippe Mathieu-Daudé 52*500016e5SMarkus Armbruster# milkymist-memcard.c 538908eb1aSVladimir Sementsov-Ogievskiymilkymist_memcard_memory_read(uint32_t addr, uint32_t value) "addr 0x%08x value 0x%08x" 548908eb1aSVladimir Sementsov-Ogievskiymilkymist_memcard_memory_write(uint32_t addr, uint32_t value) "addr 0x%08x value 0x%08x" 55487b406aSPhilippe Mathieu-Daudé 56*500016e5SMarkus Armbruster# pxa2xx_mmci.c 57487b406aSPhilippe Mathieu-Daudépxa2xx_mmci_read(uint8_t size, uint32_t addr, uint32_t value) "size %d addr 0x%02x value 0x%08x" 58487b406aSPhilippe Mathieu-Daudépxa2xx_mmci_write(uint8_t size, uint32_t addr, uint32_t value) "size %d addr 0x%02x value 0x%08x" 59