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

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

Completed in 43 milliseconds