Home
last modified time | relevance | path

Searched refs:qecp (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/net/ethernet/sun/
Dsunqe.c143 struct sunqec *qecp = qep->parent; in qe_init() local
146 void __iomem *gregs = qecp->gregs; in qe_init()
470 struct sunqec *qecp = dev_id; in qec_interrupt() local
475 qec_status = sbus_readl(qecp->gregs + GLOB_STAT); in qec_interrupt()
478 struct sunqe *qep = qecp->qes[channel]; in qec_interrupt()
717 static void qec_init_once(struct sunqec *qecp, struct platform_device *op) in qec_init_once() argument
719 u8 bsizes = qecp->qec_bursts; in qec_init_once()
722 sbus_writel(GLOB_CTRL_B64, qecp->gregs + GLOB_CTRL); in qec_init_once()
724 sbus_writel(GLOB_CTRL_B32, qecp->gregs + GLOB_CTRL); in qec_init_once()
726 sbus_writel(GLOB_CTRL_B16, qecp->gregs + GLOB_CTRL); in qec_init_once()
[all …]