Searched refs:slot_sprintf (Results 1 – 1 of 1) sorted by relevance
| /src/sys/dev/sdhci/ |
| H A D | sdhci.c | 144 static int slot_sprintf(const struct sdhci_slot *slot, struct sbuf *s, 210 slot_sprintf(const struct sdhci_slot *slot, struct sbuf *s, in slot_sprintf() function 228 slot_sprintf(slot, s, "============== REGISTER DUMP ==============\n"); in sdhci_dumpregs_buf() 230 slot_sprintf(slot, s, "Sys addr: 0x%08x | Version: 0x%08x\n", in sdhci_dumpregs_buf() 232 slot_sprintf(slot, s, "Blk size: 0x%08x | Blk cnt: 0x%08x\n", in sdhci_dumpregs_buf() 234 slot_sprintf(slot, s, "Argument: 0x%08x | Trn mode: 0x%08x\n", in sdhci_dumpregs_buf() 236 slot_sprintf(slot, s, "Present: 0x%08x | Host ctl: 0x%08x\n", in sdhci_dumpregs_buf() 238 slot_sprintf(slot, s, "Power: 0x%08x | Blk gap: 0x%08x\n", in sdhci_dumpregs_buf() 240 slot_sprintf(slot, s, "Wake-up: 0x%08x | Clock: 0x%08x\n", in sdhci_dumpregs_buf() 242 slot_sprintf(slot, s, "Timeout: 0x%08x | Int stat: 0x%08x\n", in sdhci_dumpregs_buf() [all …]
|