Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/musb/
Dmusb_debugfs.c51 static const struct musb_register_map musb_regmap[] = { variable
118 for (i = 0; i < ARRAY_SIZE(musb_regmap); i++) { in musb_regdump_show()
119 switch (musb_regmap[i].size) { in musb_regdump_show()
121 seq_printf(s, "%-12s: %02x\n", musb_regmap[i].name, in musb_regdump_show()
122 musb_readb(musb->mregs, musb_regmap[i].offset)); in musb_regdump_show()
125 seq_printf(s, "%-12s: %04x\n", musb_regmap[i].name, in musb_regdump_show()
126 musb_readw(musb->mregs, musb_regmap[i].offset)); in musb_regdump_show()
129 seq_printf(s, "%-12s: %08x\n", musb_regmap[i].name, in musb_regdump_show()
130 musb_readl(musb->mregs, musb_regmap[i].offset)); in musb_regdump_show()