Searched refs:R_OWN (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Ddepca.h94 #define R_OWN 0x80000000 /* Owner bit 0 = host, 1 = lance */ macro
H A Ddepca.c890 writel((lp->device_ram_start + offset) | R_OWN, &lp->rx_ring[i].base);
1025 for (entry = lp->rx_new; !(readl(&lp->rx_ring[entry].base) & R_OWN); entry = lp->rx_new) {
1098 writel(readl(&lp->rx_ring[lp->rx_old].base) | R_OWN, &lp->rx_ring[lp->rx_old].base);
1100 writel(readl(&lp->rx_ring[entry].base) | R_OWN, &lp->rx_ring[entry].base);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dde4x5.h753 #define R_OWN 0x80000000 /* Own Bit */ macro
H A Dde4x5.c1424 lp->rx_ring[i].status = cpu_to_le32(R_OWN);
1663 lp->rx_ring[lp->rx_old].status = cpu_to_le32(R_OWN);
1666 lp->rx_ring[entry].status = cpu_to_le32(R_OWN);
1805 lp->rx_ring[lp->rx_new].status = cpu_to_le32(R_OWN);
3724 lp->rx_ring[i].status = cpu_to_le32(R_OWN);

Completed in 136 milliseconds