Searched refs:ifctrl (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/et131x/
H A Det1310_mac.c171 u32 ifctrl; local
177 ifctrl = readl(&pMac->if_ctrl);
184 ifctrl &= ~(1 << 24);
187 ifctrl |= (1 << 24);
208 ifctrl &= ~(1 << 26);
210 ifctrl |= (1<<26); /* Enable ghd */
212 writel(ifctrl, &pMac->if_ctrl);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dgianfar.h790 u32 ifctrl; /* 0x.538 - Interface control register */ member in struct:gfar

Completed in 98 milliseconds