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

/linux-master/drivers/net/ethernet/sun/
H A Dsunbmac.h27 #define GLOB_CTRL_RESET 0x00000001 /* Reset the QEC */ macro
H A Dsunqe.h27 #define GLOB_CTRL_RESET 0x00000001 /* Reset the QEC */ macro
H A Dsunqe.c67 sbus_writel(GLOB_CTRL_RESET, gregs + GLOB_CTRL);
70 if (tmp & GLOB_CTRL_RESET) {
H A Dsunbmac.c84 sbus_writel(GLOB_CTRL_RESET, gregs + GLOB_CTRL);
86 if (sbus_readl(gregs + GLOB_CTRL) & GLOB_CTRL_RESET) {

Completed in 125 milliseconds