Lines Matching refs:temp

15 	u32 temp;  in bdc_dbg_regs()  local
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()
36 u32 temp; in bdc_dump_epsts() local
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()