Home
last modified time | relevance | path

Searched refs:smc_debug (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/misc/
H A Dapplesmc.c83 #define smc_debug(...) fprintf(stderr, "AppleSMC: " __VA_ARGS__) macro
85 #define smc_debug(...) do { } while (0) macro
126 smc_debug("CMD received: 0x%02x\n", (uint8_t)val); in applesmc_io_cmd_write()
134 smc_debug("ERROR: previous command interrupted!\n"); in applesmc_io_cmd_write()
140 smc_debug("UNEXPECTED CMD 0x%02x\n", (uint8_t)val); in applesmc_io_cmd_write()
166 smc_debug("DATA received: 0x%02x\n", (uint8_t)val); in applesmc_io_data_write()
216 smc_debug("READ '%c%c%c%c'[%d] = %02x\n", in applesmc_io_data_read()
222 smc_debug("READ '%c%c%c%c' Len=%d complete!\n", in applesmc_io_data_read()
234 smc_debug("DATA sent: 0x%02x\n", s->last_ret); in applesmc_io_data_read()
243 smc_debug("CMD sent: 0x%02x\n", s->status); in applesmc_io_cmd_read()
[all …]