Lines Matching refs:bdc

18 void bdc_dbg_regs(struct bdc *bdc)  in bdc_dbg_regs()  argument
22 dev_vdbg(bdc->dev, "bdc->regs:%p\n", bdc->regs); in bdc_dbg_regs()
23 temp = bdc_readl(bdc->regs, BDC_BDCCFG0); in bdc_dbg_regs()
24 dev_vdbg(bdc->dev, "bdccfg0:0x%08x\n", temp); in bdc_dbg_regs()
25 temp = bdc_readl(bdc->regs, BDC_BDCCFG1); in bdc_dbg_regs()
26 dev_vdbg(bdc->dev, "bdccfg1:0x%08x\n", temp); in bdc_dbg_regs()
27 temp = bdc_readl(bdc->regs, BDC_BDCCAP0); in bdc_dbg_regs()
28 dev_vdbg(bdc->dev, "bdccap0:0x%08x\n", temp); in bdc_dbg_regs()
29 temp = bdc_readl(bdc->regs, BDC_BDCCAP1); in bdc_dbg_regs()
30 dev_vdbg(bdc->dev, "bdccap1:0x%08x\n", temp); in bdc_dbg_regs()
31 temp = bdc_readl(bdc->regs, BDC_USPC); in bdc_dbg_regs()
32 dev_vdbg(bdc->dev, "uspc:0x%08x\n", temp); in bdc_dbg_regs()
33 temp = bdc_readl(bdc->regs, BDC_DVCSA); in bdc_dbg_regs()
34 dev_vdbg(bdc->dev, "dvcsa:0x%08x\n", temp); in bdc_dbg_regs()
35 temp = bdc_readl(bdc->regs, BDC_DVCSB); in bdc_dbg_regs()
36 dev_vdbg(bdc->dev, "dvcsb:0x%x08\n", temp); in bdc_dbg_regs()
39 void bdc_dump_epsts(struct bdc *bdc) in bdc_dump_epsts() argument
43 temp = bdc_readl(bdc->regs, BDC_EPSTS0(0)); in bdc_dump_epsts()
44 dev_vdbg(bdc->dev, "BDC_EPSTS0:0x%08x\n", temp); in bdc_dump_epsts()
46 temp = bdc_readl(bdc->regs, BDC_EPSTS1(0)); in bdc_dump_epsts()
47 dev_vdbg(bdc->dev, "BDC_EPSTS1:0x%x\n", temp); in bdc_dump_epsts()
49 temp = bdc_readl(bdc->regs, BDC_EPSTS2(0)); in bdc_dump_epsts()
50 dev_vdbg(bdc->dev, "BDC_EPSTS2:0x%08x\n", temp); in bdc_dump_epsts()
52 temp = bdc_readl(bdc->regs, BDC_EPSTS3(0)); in bdc_dump_epsts()
53 dev_vdbg(bdc->dev, "BDC_EPSTS3:0x%08x\n", temp); in bdc_dump_epsts()
55 temp = bdc_readl(bdc->regs, BDC_EPSTS4(0)); in bdc_dump_epsts()
56 dev_vdbg(bdc->dev, "BDC_EPSTS4:0x%08x\n", temp); in bdc_dump_epsts()
58 temp = bdc_readl(bdc->regs, BDC_EPSTS5(0)); in bdc_dump_epsts()
59 dev_vdbg(bdc->dev, "BDC_EPSTS5:0x%08x\n", temp); in bdc_dump_epsts()
61 temp = bdc_readl(bdc->regs, BDC_EPSTS6(0)); in bdc_dump_epsts()
62 dev_vdbg(bdc->dev, "BDC_EPSTS6:0x%08x\n", temp); in bdc_dump_epsts()
64 temp = bdc_readl(bdc->regs, BDC_EPSTS7(0)); in bdc_dump_epsts()
65 dev_vdbg(bdc->dev, "BDC_EPSTS7:0x%08x\n", temp); in bdc_dump_epsts()
68 void bdc_dbg_srr(struct bdc *bdc, u32 srr_num) in bdc_dbg_srr() argument
74 sr = bdc->srr.sr_bds; in bdc_dbg_srr()
75 addr = bdc->srr.dma_addr; in bdc_dbg_srr()
76 dev_vdbg(bdc->dev, "bdc_dbg_srr sr:%p dqp_index:%d\n", in bdc_dbg_srr()
77 sr, bdc->srr.dqp_index); in bdc_dbg_srr()
79 sr = &bdc->srr.sr_bds[i]; in bdc_dbg_srr()
80 dev_vdbg(bdc->dev, "%llx %08x %08x %08x %08x\n", in bdc_dbg_srr()
90 void bdc_dbg_bd_list(struct bdc *bdc, struct bdc_ep *ep) in bdc_dbg_bd_list() argument
99 dev_vdbg(bdc->dev, in bdc_dbg_bd_list()
103 dev_vdbg(bdc->dev, in bdc_dbg_bd_list()
113 dev_vdbg(bdc->dev, in bdc_dbg_bd_list()
121 dev_vdbg(bdc->dev, "\n\n"); in bdc_dbg_bd_list()