1b15e402fSMarkus Armbruster# gt64xxx_pci.c 2f8ead0d7SPhilippe Mathieu-Daudégt64120_read(uint64_t addr, uint64_t value) "gt64120 read 0x%03"PRIx64" value:0x%08" PRIx64 3f8ead0d7SPhilippe Mathieu-Daudégt64120_write(uint64_t addr, uint64_t value) "gt64120 write 0x%03"PRIx64" value:0x%08" PRIx64 41b3422bdSPhilippe Mathieu-Daudégt64120_read_intreg(const char *regname, unsigned size, uint64_t value) "gt64120 read %s size:%u value:0x%08" PRIx64 51b3422bdSPhilippe Mathieu-Daudégt64120_write_intreg(const char *regname, unsigned size, uint64_t value) "gt64120 write %s size:%u value:0x%08" PRIx64 6ab6bff42SPhilippe Mathieu-Daudégt64120_isd_remap(uint64_t from_length, uint64_t from_addr, uint64_t to_length, uint64_t to_addr) "ISD: 0x%08" PRIx64 "@0x%08" PRIx64 " -> 0x%08" PRIx64 "@0x%08" PRIx64 7*9f81e43fSPhilippe Mathieu-Daudé 8*9f81e43fSPhilippe Mathieu-Daudé# malta.c 9*9f81e43fSPhilippe Mathieu-Daudémalta_fpga_leds(const char *text) "LEDs %s" 10*9f81e43fSPhilippe Mathieu-Daudémalta_fpga_display(const char *text) "ASCII '%s'" 11