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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsunbmac.h26 #define GLOB_CTRL_RESET 0x00000001 /* Reset the QEC */ macro
H A Dsunqe.h26 #define GLOB_CTRL_RESET 0x00000001 /* Reset the QEC */ macro
H A Dsunqe.c65 sbus_writel(GLOB_CTRL_RESET, gregs + GLOB_CTRL);
68 if (tmp & GLOB_CTRL_RESET) {
H A Dsunbmac.c83 sbus_writel(GLOB_CTRL_RESET, gregs + GLOB_CTRL);
85 if (sbus_readl(gregs + GLOB_CTRL) & GLOB_CTRL_RESET) {

Completed in 88 milliseconds