Lines Matching refs:temp
20 u32 temp; in bdc_dbg_regs() local
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()
41 u32 temp; in bdc_dump_epsts() local
43 temp = bdc_readl(bdc->regs, BDC_EPSTS0); 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); 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); 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); 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); 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); 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); 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); in bdc_dump_epsts()
65 dev_vdbg(bdc->dev, "BDC_EPSTS7:0x%08x\n", temp); in bdc_dump_epsts()