Searched refs:smc_debug (Results 1 – 1 of 1) sorted by relevance
83 #define smc_debug(...) fprintf(stderr, "AppleSMC: " __VA_ARGS__) macro85 #define smc_debug(...) do { } while (0) macro126 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()184 smc_debug("READ_CMD: key '%c%c%c%c' not found!\n", in applesmc_io_data_write()201 smc_debug("ERR_CODE received: 0x%02x, ignoring!\n", (uint8_t)val); in applesmc_io_err_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()[all …]