Lines Matching refs:reg_control
172 void __iomem *reg_control; member
517 writel_relaxed(val, phychan->reg_control); in pl08x_write_lli()
520 writel_relaxed(lli[PL080_LLI_CCTL], phychan->reg_control); in pl08x_write_lli()
566 val = readl(phychan->reg_control); in pl08x_start_next_txd()
568 val = readl(phychan->reg_control); in pl08x_start_next_txd()
571 phychan->reg_control); in pl08x_start_next_txd()
599 val = readl(ch->reg_control); in pl08x_pause_phy_chan()
601 writel(val, ch->reg_control); in pl08x_pause_phy_chan()
626 val = readl(ch->reg_control); in pl08x_resume_phy_chan()
628 writel(val, ch->reg_control); in pl08x_resume_phy_chan()
659 val = readl(ch->reg_control); in pl08x_terminate_phy_chan()
662 writel(val, ch->reg_control); in pl08x_terminate_phy_chan()
689 val = readl(ch->reg_control); in get_bytes_in_phy_channel()
696 val = readl(ch->reg_control); in get_bytes_in_phy_channel()
701 val = readl(ch->reg_control); in get_bytes_in_phy_channel()
2898 ch->reg_control = ch->base + FTDMAC020_CH_CSR; in pl08x_probe()
2905 ch->reg_control = ch->base + PL080_CH_CONTROL; in pl08x_probe()