Lines Matching refs:bdc
13 void bdc_dbg_regs(struct bdc *bdc) in bdc_dbg_regs() argument
17 dev_vdbg(bdc->dev, "bdc->regs:%p\n", bdc->regs); in bdc_dbg_regs()
18 temp = bdc_readl(bdc->regs, BDC_BDCCFG0); in bdc_dbg_regs()
19 dev_vdbg(bdc->dev, "bdccfg0:0x%08x\n", temp); in bdc_dbg_regs()
20 temp = bdc_readl(bdc->regs, BDC_BDCCFG1); in bdc_dbg_regs()
21 dev_vdbg(bdc->dev, "bdccfg1:0x%08x\n", temp); in bdc_dbg_regs()
22 temp = bdc_readl(bdc->regs, BDC_BDCCAP0); in bdc_dbg_regs()
23 dev_vdbg(bdc->dev, "bdccap0:0x%08x\n", temp); in bdc_dbg_regs()
24 temp = bdc_readl(bdc->regs, BDC_BDCCAP1); in bdc_dbg_regs()
25 dev_vdbg(bdc->dev, "bdccap1:0x%08x\n", temp); in bdc_dbg_regs()
26 temp = bdc_readl(bdc->regs, BDC_USPC); in bdc_dbg_regs()
27 dev_vdbg(bdc->dev, "uspc:0x%08x\n", temp); in bdc_dbg_regs()
28 temp = bdc_readl(bdc->regs, BDC_DVCSA); in bdc_dbg_regs()
29 dev_vdbg(bdc->dev, "dvcsa:0x%08x\n", temp); in bdc_dbg_regs()
30 temp = bdc_readl(bdc->regs, BDC_DVCSB); in bdc_dbg_regs()
31 dev_vdbg(bdc->dev, "dvcsb:0x%x08\n", temp); in bdc_dbg_regs()
34 void bdc_dump_epsts(struct bdc *bdc) in bdc_dump_epsts() argument
38 temp = bdc_readl(bdc->regs, BDC_EPSTS0); in bdc_dump_epsts()
39 dev_vdbg(bdc->dev, "BDC_EPSTS0:0x%08x\n", temp); in bdc_dump_epsts()
41 temp = bdc_readl(bdc->regs, BDC_EPSTS1); in bdc_dump_epsts()
42 dev_vdbg(bdc->dev, "BDC_EPSTS1:0x%x\n", temp); in bdc_dump_epsts()
44 temp = bdc_readl(bdc->regs, BDC_EPSTS2); in bdc_dump_epsts()
45 dev_vdbg(bdc->dev, "BDC_EPSTS2:0x%08x\n", temp); in bdc_dump_epsts()
47 temp = bdc_readl(bdc->regs, BDC_EPSTS3); in bdc_dump_epsts()
48 dev_vdbg(bdc->dev, "BDC_EPSTS3:0x%08x\n", temp); in bdc_dump_epsts()
50 temp = bdc_readl(bdc->regs, BDC_EPSTS4); in bdc_dump_epsts()
51 dev_vdbg(bdc->dev, "BDC_EPSTS4:0x%08x\n", temp); in bdc_dump_epsts()
53 temp = bdc_readl(bdc->regs, BDC_EPSTS5); in bdc_dump_epsts()
54 dev_vdbg(bdc->dev, "BDC_EPSTS5:0x%08x\n", temp); in bdc_dump_epsts()
56 temp = bdc_readl(bdc->regs, BDC_EPSTS6); in bdc_dump_epsts()
57 dev_vdbg(bdc->dev, "BDC_EPSTS6:0x%08x\n", temp); in bdc_dump_epsts()
59 temp = bdc_readl(bdc->regs, BDC_EPSTS7); in bdc_dump_epsts()
60 dev_vdbg(bdc->dev, "BDC_EPSTS7:0x%08x\n", temp); in bdc_dump_epsts()
63 void bdc_dbg_srr(struct bdc *bdc, u32 srr_num) in bdc_dbg_srr() argument
69 sr = bdc->srr.sr_bds; in bdc_dbg_srr()
70 addr = bdc->srr.dma_addr; in bdc_dbg_srr()
71 dev_vdbg(bdc->dev, "bdc_dbg_srr sr:%p dqp_index:%d\n", in bdc_dbg_srr()
72 sr, bdc->srr.dqp_index); in bdc_dbg_srr()
74 sr = &bdc->srr.sr_bds[i]; in bdc_dbg_srr()
75 dev_vdbg(bdc->dev, "%llx %08x %08x %08x %08x\n", in bdc_dbg_srr()
85 void bdc_dbg_bd_list(struct bdc *bdc, struct bdc_ep *ep) in bdc_dbg_bd_list() argument
94 dev_vdbg(bdc->dev, in bdc_dbg_bd_list()
98 dev_vdbg(bdc->dev, in bdc_dbg_bd_list()
108 dev_vdbg(bdc->dev, in bdc_dbg_bd_list()
116 dev_vdbg(bdc->dev, "\n\n"); in bdc_dbg_bd_list()