Searched refs:slot_printf (Results 1 – 1 of 1) sorted by relevance
| /src/sys/dev/sdhci/ |
| H A D | sdhci.c | 142 static int slot_printf(const struct sdhci_slot *slot, const char * fmt, ...) 190 slot_printf(const struct sdhci_slot *slot, const char * fmt, ...) in slot_printf() function 264 slot_printf(slot, "sdhci_dumpregs: Failed to allocate memory for sbuf\n"); in sdhci_dumpregs() 344 slot_printf(slot, "sdhci_dumpcaps: Failed to allocate memory for sbuf\n"); in sdhci_dumpcaps() 478 slot_printf(slot, "Divider %d for freq %d (base %d)\n", in sdhci_set_clock() 495 slot_printf(slot, in sdhci_set_clock() 553 slot_printf(slot, "Bus power failed to enable\n"); in sdhci_set_power() 697 slot_printf(slot, "Card inserted\n"); 723 slot_printf(slot, "Card removed\n"); 832 slot_printf(slot, "Can't create DMA tag for SDMA\n"); [all …]
|