Lines Matching refs:apb_regs
357 if (!chan->chip->apb_regs) {
358 dev_dbg(chan->chip->dev, "apb_regs not initialized\n");
366 val = ioread32(chan->chip->apb_regs + offset);
373 iowrite32(val, chan->chip->apb_regs + offset);
405 if (chan->chip->apb_regs)
414 if (chan->chip->apb_regs)
524 if (!chip->apb_regs) {
525 dev_err(chip->dev, "apb_regs not initialized\n");
539 reg_value = lo_hi_readq(chip->apb_regs + DMAC_APB_HW_HS_SEL_0);
547 lo_hi_writeq(reg_value, chip->apb_regs + DMAC_APB_HW_HS_SEL_0);
1410 chip->apb_regs = devm_platform_ioremap_resource(pdev, 1);
1411 if (IS_ERR(chip->apb_regs))
1412 return PTR_ERR(chip->apb_regs);