• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/dev/sdhci/

Lines Matching refs:slot_printf

140 static int slot_printf(const struct sdhci_slot *slot, const char * fmt, ...)
186 slot_printf(const struct sdhci_slot *slot, const char * fmt, ...)
204 slot_printf(slot,
207 slot_printf(slot, "Sys addr: 0x%08x | Version: 0x%08x\n",
209 slot_printf(slot, "Blk size: 0x%08x | Blk cnt: 0x%08x\n",
211 slot_printf(slot, "Argument: 0x%08x | Trn mode: 0x%08x\n",
213 slot_printf(slot, "Present: 0x%08x | Host ctl: 0x%08x\n",
215 slot_printf(slot, "Power: 0x%08x | Blk gap: 0x%08x\n",
217 slot_printf(slot, "Wake-up: 0x%08x | Clock: 0x%08x\n",
219 slot_printf(slot, "Timeout: 0x%08x | Int stat: 0x%08x\n",
221 slot_printf(slot, "Int enab: 0x%08x | Sig enab: 0x%08x\n",
223 slot_printf(slot, "AC12 err: 0x%08x | Host ctl2:0x%08x\n",
225 slot_printf(slot, "Caps: 0x%08x | Caps2: 0x%08x\n",
227 slot_printf(slot, "Max curr: 0x%08x | ADMA err: 0x%08x\n",
229 slot_printf(slot, "ADMA addr:0x%08x | Slot int: 0x%08x\n",
232 slot_printf(slot,
286 slot_printf(slot, "Reset 0x%x never completed.\n",
404 slot_printf(slot, "Divider %d for freq %d (base %d)\n",
421 slot_printf(slot,
479 slot_printf(slot, "Bus power failed to enable\n");
609 slot_printf(slot, "Card inserted\n");
617 slot_printf(slot, "Unable to alloc CCB for rescan\n");
628 slot_printf(slot, "Unable to create path for rescan\n");
653 slot_printf(slot, "Card removed\n");
663 slot_printf(slot, "Unable to alloc CCB for rescan\n");
674 slot_printf(slot, "Unable to create path for rescan\n");
782 slot_printf(slot, "Can't create DMA tag for SDMA\n");
789 slot_printf(slot, "Can't alloc DMA memory for SDMA\n");
798 slot_printf(slot, "Can't load DMA memory for SDMA\n");
847 slot_printf(slot,
872 slot_printf(slot, "Hardware doesn't specify base clock "
893 slot_printf(slot, "Hardware doesn't specify timeout clock "
914 slot_printf(slot, "Hardware doesn't report any "
1000 slot_printf(slot, "Unknown re-tuning count "
1073 slot_printf(slot,
1094 slot_printf(slot, "eMMC:%s%s%s%s\n",
1104 slot_printf(slot, "UHS-I:%s%s%s%s%s\n",
1111 slot_printf(slot, "Re-tuning count %d secs, mode %d\n",
1352 slot_printf(slot,
1381 slot_printf(slot, "HS400 must be tuned in HS200 mode\n");
1542 slot_printf(slot, "Tuning failed, using fixed sampling clock\n");
1564 slot_printf(slot, "%s\n", __func__);
1612 slot_printf(slot, "Controller timeout\n");
1618 slot_printf(slot, "Spurious timeout - no active command\n");
1663 slot_printf(slot, "Unsupported response type!\n");
1676 slot_printf(slot,
1714 slot_printf(slot, "Controller never released "
1758 slot_printf(slot, "Starting command!\n");
1774 slot_printf(slot, "%s: called, err %d flags %d\n",
1903 slot_printf(slot, "Blk size: 0x%08x | Blk cnt: 0x%08x\n",
1978 slot_printf(slot, "result: %d\n", mmcio->cmd.error);
2009 slot_printf(slot, "result: %d\n", req->cmd->error);
2034 slot_printf(slot,
2100 slot_printf(slot, "Got command interrupt 0x%08x, but "
2123 slot_printf(slot, "Got data interrupt 0x%08x, but "
2130 slot_printf(slot, "Got data interrupt 0x%08x, but "
2143 slot_printf(slot, "Got data interrupt 0x%08x, but "
2234 slot_printf(slot, "Got AutoCMD12 error 0x%04x, but "
2239 slot_printf(slot, "Got AutoCMD12 error 0x%04x\n", acmd_err);
2257 slot_printf(slot, "Interrupt %#x\n", intmask);
2262 slot_printf(slot, "Tuning error indicated\n");
2307 slot_printf(slot, "Card is consuming too much power!\n");
2315 slot_printf(slot, "Unexpected interrupt 0x%08x.\n",
2419 slot_printf(slot, "%s: var=%d\n", __func__, which);
2501 slot_printf(slot, "cannot allocate CAM SIM\n");
2507 slot_printf(slot, "cannot register SCSI pass-through bus\n");
2590 slot_printf(slot, "Got XPT_GET_TRAN_SETTINGS\n");
2608 slot_printf(slot, "Got XPT_SET_TRAN_SETTINGS\n");
2615 slot_printf(slot, "Got XPT_RESET_BUS, ACK it...\n");
2626 slot_printf(slot, "Got XPT_MMC_IO\n");
2688 slot_printf(slot, "Clock => %d\n", ios->clock);
2692 slot_printf(slot, "VDD => %d\n", ios->vdd);
2696 slot_printf(slot, "CS => %d\n", ios->chip_select);
2700 slot_printf(slot, "Bus width => %d\n", ios->bus_width);
2704 slot_printf(slot, "Power mode => %d\n", ios->power_mode);
2708 slot_printf(slot, "Timing => %d\n", ios->timing);
2712 slot_printf(slot, "Bus mode => %d\n", ios->bus_mode);
2724 slot_printf(slot, "%s: power_mode=%d, clk=%d, bus_width=%d, timing=%d\n",
2775 slot_printf(slot, "CMD%u arg %#x flags %#x dlen %u dflags %#x\n",