Home
last modified time | relevance | path

Searched refs:musb_regmap (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/usb/musb/
H A Dmusb_debugfs.c26 static const struct musb_register_map musb_regmap[] = { variable
92 for (i = 0; i < ARRAY_SIZE(musb_regmap); i++) { in musb_regdump_show()
93 switch (musb_regmap[i].size) { in musb_regdump_show()
95 seq_printf(s, "%-12s: %02x\n", musb_regmap[i].name, in musb_regdump_show()
96 musb_readb(musb->mregs, musb_regmap[i].offset)); in musb_regdump_show()
99 seq_printf(s, "%-12s: %04x\n", musb_regmap[i].name, in musb_regdump_show()
100 musb_readw(musb->mregs, musb_regmap[i].offset)); in musb_regdump_show()
103 seq_printf(s, "%-12s: %08x\n", musb_regmap[i].name, in musb_regdump_show()
104 musb_readl(musb->mregs, musb_regmap[i].offset)); in musb_regdump_show()