MGMT_PAL_INT_MDIO  253 drivers/net/ethernet/sun/sunbmac.c #define MGMT_CLKON  (MGMT_PAL_INT_MDIO|MGMT_PAL_EXT_MDIO|MGMT_PAL_OENAB|MGMT_PAL_DCLOCK)
MGMT_PAL_INT_MDIO  254 drivers/net/ethernet/sun/sunbmac.c #define MGMT_CLKOFF (MGMT_PAL_INT_MDIO|MGMT_PAL_EXT_MDIO|MGMT_PAL_OENAB)
MGMT_PAL_INT_MDIO  280 drivers/net/ethernet/sun/sunbmac.c 		sbus_writel(bit | MGMT_PAL_INT_MDIO | MGMT_PAL_OENAB,
MGMT_PAL_INT_MDIO  283 drivers/net/ethernet/sun/sunbmac.c 		sbus_writel(bit | MGMT_PAL_INT_MDIO | MGMT_PAL_OENAB | MGMT_PAL_DCLOCK,
MGMT_PAL_INT_MDIO  301 drivers/net/ethernet/sun/sunbmac.c 		retval = (sbus_readl(tregs + TCVR_MPAL) & MGMT_PAL_INT_MDIO) >> 3;
MGMT_PAL_INT_MDIO  303 drivers/net/ethernet/sun/sunbmac.c 		sbus_writel(MGMT_PAL_INT_MDIO, tregs + TCVR_MPAL);
MGMT_PAL_INT_MDIO  305 drivers/net/ethernet/sun/sunbmac.c 		sbus_writel(MGMT_PAL_INT_MDIO | MGMT_PAL_DCLOCK, tregs + TCVR_MPAL);
MGMT_PAL_INT_MDIO  321 drivers/net/ethernet/sun/sunbmac.c 		retval = (sbus_readl(tregs + TCVR_MPAL) & MGMT_PAL_INT_MDIO) >> 3;
MGMT_PAL_INT_MDIO  325 drivers/net/ethernet/sun/sunbmac.c 		sbus_writel(MGMT_PAL_INT_MDIO, tregs + TCVR_MPAL);
MGMT_PAL_INT_MDIO  328 drivers/net/ethernet/sun/sunbmac.c 		sbus_writel(MGMT_PAL_INT_MDIO | MGMT_PAL_DCLOCK, tregs + TCVR_MPAL);
MGMT_PAL_INT_MDIO  460 drivers/net/ethernet/sun/sunbmac.c 	sbus_writel(MGMT_PAL_INT_MDIO | MGMT_PAL_EXT_MDIO | MGMT_PAL_DCLOCK,
MGMT_PAL_INT_MDIO  467 drivers/net/ethernet/sun/sunbmac.c 	sbus_writel(MGMT_PAL_INT_MDIO | MGMT_PAL_EXT_MDIO, tregs + TCVR_MPAL);
MGMT_PAL_INT_MDIO  477 drivers/net/ethernet/sun/sunbmac.c 	} else if (mpal & MGMT_PAL_INT_MDIO) {