Home
last modified time | relevance | path

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

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