Lines Matching refs:reg_control
160 void __iomem *reg_control; member
507 writel_relaxed(val, phychan->reg_control); in pl08x_write_lli()
510 writel_relaxed(lli[PL080_LLI_CCTL], phychan->reg_control); in pl08x_write_lli()
556 val = readl(phychan->reg_control); in pl08x_start_next_txd()
558 val = readl(phychan->reg_control); in pl08x_start_next_txd()
561 phychan->reg_control); in pl08x_start_next_txd()
589 val = readl(ch->reg_control); in pl08x_pause_phy_chan()
591 writel(val, ch->reg_control); in pl08x_pause_phy_chan()
616 val = readl(ch->reg_control); in pl08x_resume_phy_chan()
618 writel(val, ch->reg_control); in pl08x_resume_phy_chan()
649 val = readl(ch->reg_control); in pl08x_terminate_phy_chan()
652 writel(val, ch->reg_control); in pl08x_terminate_phy_chan()
679 val = readl(ch->reg_control); in get_bytes_in_phy_channel()
686 val = readl(ch->reg_control); in get_bytes_in_phy_channel()
691 val = readl(ch->reg_control); in get_bytes_in_phy_channel()
2874 ch->reg_control = ch->base + FTDMAC020_CH_CSR; in pl08x_probe()
2881 ch->reg_control = ch->base + PL080_CH_CONTROL; in pl08x_probe()