Searched refs:slot_printf (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/sys/dev/sdhci/ |
| D | sdhci.c | 140 static int slot_printf(const struct sdhci_slot *slot, const char * fmt, ...) 186 slot_printf(const struct sdhci_slot *slot, const char * fmt, ...) in slot_printf() function 204 slot_printf(slot, in sdhci_dumpregs() 207 slot_printf(slot, "Sys addr: 0x%08x | Version: 0x%08x\n", in sdhci_dumpregs() 209 slot_printf(slot, "Blk size: 0x%08x | Blk cnt: 0x%08x\n", in sdhci_dumpregs() 211 slot_printf(slot, "Argument: 0x%08x | Trn mode: 0x%08x\n", in sdhci_dumpregs() 213 slot_printf(slot, "Present: 0x%08x | Host ctl: 0x%08x\n", in sdhci_dumpregs() 215 slot_printf(slot, "Power: 0x%08x | Blk gap: 0x%08x\n", in sdhci_dumpregs() 217 slot_printf(slot, "Wake-up: 0x%08x | Clock: 0x%08x\n", in sdhci_dumpregs() 219 slot_printf(slot, "Timeout: 0x%08x | Int stat: 0x%08x\n", in sdhci_dumpregs() [all …]
|