slot_printf
slot_printf(slot,
slot_printf(slot, " Controller timeout\n");
slot_printf(slot, " Spurious timeout - no active command\n");
slot_printf(slot, "Unsupported response type!\n");
slot_printf(slot, "Controller never released "
slot_printf(slot,
slot_printf(slot, "SDMA addr: 0x%08x | Version: 0x%08x\n",
slot_printf(slot, "Blk size: 0x%08x | Blk cnt: 0x%08x\n",
slot_printf(slot, "Argument: 0x%08x | Trn mode: 0x%08x\n",
slot_printf(slot, "result: %d\n", req->cmd->error);
slot_printf(slot, "Present: 0x%08x | Host ctl: 0x%08x\n",
slot_printf(slot, "CMD%u arg %#x flags %#x dlen %u dflags %#x\n",
slot_printf(slot, "Power: 0x%08x | Blk gap: 0x%08x\n",
slot_printf(slot, "Wake-up: 0x%08x | Clock: 0x%08x\n",
slot_printf(slot, "Timeout: 0x%08x | Int stat: 0x%08x\n",
slot_printf(slot, "Got command interrupt 0x%08x, but "
slot_printf(slot, "Int enab: 0x%08x | Sig enab: 0x%08x\n",
slot_printf(slot, "Got data interrupt 0x%08x, but "
slot_printf(slot, "AC12 err: 0x%08x | Host ctl2: 0x%08x\n",
slot_printf(slot, "Got data interrupt 0x%08x, but "
slot_printf(slot, "Got data interrupt 0x%08x, but "
slot_printf(slot, "Caps: 0x%08x | Caps2: 0x%08x\n",
slot_printf(slot, "Max curr: 0x%08x | ADMA err: 0x%08x\n",
slot_printf(slot, "ADMA addr: 0x%08x | Slot int: 0x%08x\n",
slot_printf(slot,
slot_printf(slot, "Got AutoCMD12 error 0x%04x, but "
slot_printf(slot, "Got AutoCMD12 error 0x%04x\n", err);
slot_printf(slot, "Got ADMA2 error 0x%02x\n", err);
slot_printf(slot, "Got ADMA2 error 0x%02x, but "
slot_printf(slot, "Invalid ADMA2 state 0x%02x\n", adma_state);
slot_printf(slot,
slot_printf(slot, "Interrupt %#x\n", intmask);
slot_printf(slot, "Card removed\n");
slot_printf(slot, "Card inserted\n");
slot_printf(slot,
slot_printf(slot, "Unexpected interrupt 0x%08x.\n",
slot_printf(slot, "Reset 0x%x never completed.\n",
slot_printf(slot, "Divider %d for freq %d (base %d)\n",
slot_printf(slot,
slot_printf(slot,
slot_printf(slot, "eMMC:%s%s%s%s\n",
slot_printf(slot, "UHS-I:%s%s%s%s%s\n",
static int slot_printf(struct sdhci_slot *slot, const char * fmt, ...)