Lines Matching refs:qmgr_regs
47 struct qmgr_regs { struct
89 struct qmgr_regs __iomem *qmgr_regs = IXP4XX_QMGR_BASE_VIRT; in qmgr_put_entry() local
96 __raw_writel(val, &qmgr_regs->acc[queue][0]); in qmgr_put_entry()
102 const struct qmgr_regs __iomem *qmgr_regs = IXP4XX_QMGR_BASE_VIRT; in qmgr_get_entry() local
103 val = __raw_readl(&qmgr_regs->acc[queue][0]); in qmgr_get_entry()
115 const struct qmgr_regs __iomem *qmgr_regs = IXP4XX_QMGR_BASE_VIRT; in __qmgr_get_stat1() local
116 return (__raw_readl(&qmgr_regs->stat1[queue >> 3]) in __qmgr_get_stat1()
122 const struct qmgr_regs __iomem *qmgr_regs = IXP4XX_QMGR_BASE_VIRT; in __qmgr_get_stat2() local
124 return (__raw_readl(&qmgr_regs->stat2[queue >> 4]) in __qmgr_get_stat2()
148 const struct qmgr_regs __iomem *qmgr_regs = IXP4XX_QMGR_BASE_VIRT; in qmgr_stat_below_low_watermark() local
150 return (__raw_readl(&qmgr_regs->statne_h) >> in qmgr_stat_below_low_watermark()
175 const struct qmgr_regs __iomem *qmgr_regs = IXP4XX_QMGR_BASE_VIRT; in qmgr_stat_full() local
177 return (__raw_readl(&qmgr_regs->statf_h) >> in qmgr_stat_full()