diff options
Diffstat (limited to 'drivers/usb/host/fhci-dbg.c')
-rw-r--r-- | drivers/usb/host/fhci-dbg.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/usb/host/fhci-dbg.c b/drivers/usb/host/fhci-dbg.c index 6fe550049119..f238cb37305c 100644 --- a/drivers/usb/host/fhci-dbg.c +++ b/drivers/usb/host/fhci-dbg.c | |||
@@ -41,7 +41,7 @@ void fhci_dbg_isr(struct fhci_hcd *fhci, int usb_er) | |||
41 | static int fhci_dfs_regs_show(struct seq_file *s, void *v) | 41 | static int fhci_dfs_regs_show(struct seq_file *s, void *v) |
42 | { | 42 | { |
43 | struct fhci_hcd *fhci = s->private; | 43 | struct fhci_hcd *fhci = s->private; |
44 | struct fhci_regs __iomem *regs = fhci->regs; | 44 | struct qe_usb_ctlr __iomem *regs = fhci->regs; |
45 | 45 | ||
46 | seq_printf(s, | 46 | seq_printf(s, |
47 | "mode: 0x%x\n" "addr: 0x%x\n" | 47 | "mode: 0x%x\n" "addr: 0x%x\n" |
@@ -50,11 +50,11 @@ static int fhci_dfs_regs_show(struct seq_file *s, void *v) | |||
50 | "status: 0x%x\n" "SOF timer: %d\n" | 50 | "status: 0x%x\n" "SOF timer: %d\n" |
51 | "frame number: %d\n" | 51 | "frame number: %d\n" |
52 | "lines status: 0x%x\n", | 52 | "lines status: 0x%x\n", |
53 | in_8(®s->usb_mod), in_8(®s->usb_addr), | 53 | in_8(®s->usb_usmod), in_8(®s->usb_usadr), |
54 | in_8(®s->usb_comm), in_be16(®s->usb_ep[0]), | 54 | in_8(®s->usb_uscom), in_be16(®s->usb_usep[0]), |
55 | in_be16(®s->usb_event), in_be16(®s->usb_mask), | 55 | in_be16(®s->usb_usber), in_be16(®s->usb_usbmr), |
56 | in_8(®s->usb_status), in_be16(®s->usb_sof_tmr), | 56 | in_8(®s->usb_usbs), in_be16(®s->usb_ussft), |
57 | in_be16(®s->usb_frame_num), | 57 | in_be16(®s->usb_usfrn), |
58 | fhci_ioports_check_bus_state(fhci)); | 58 | fhci_ioports_check_bus_state(fhci)); |
59 | 59 | ||
60 | return 0; | 60 | return 0; |