Home
last modified time | relevance | path

Searched refs:MGMT_PAL_OENAB (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/sun/
Dsunbmac.c252 #define MGMT_CLKON (MGMT_PAL_INT_MDIO|MGMT_PAL_EXT_MDIO|MGMT_PAL_OENAB|MGMT_PAL_DCLOCK)
253 #define MGMT_CLKOFF (MGMT_PAL_INT_MDIO|MGMT_PAL_EXT_MDIO|MGMT_PAL_OENAB)
271 sbus_writel(bit | (MGMT_PAL_OENAB | MGMT_PAL_EXT_MDIO), in write_tcvr_bit()
274 sbus_writel(bit | MGMT_PAL_OENAB | MGMT_PAL_EXT_MDIO | MGMT_PAL_DCLOCK, in write_tcvr_bit()
279 sbus_writel(bit | MGMT_PAL_INT_MDIO | MGMT_PAL_OENAB, in write_tcvr_bit()
282 sbus_writel(bit | MGMT_PAL_INT_MDIO | MGMT_PAL_OENAB | MGMT_PAL_DCLOCK, in write_tcvr_bit()
Dsunbmac.h216 #define MGMT_PAL_OENAB 0x00000002 /* Output enabler */ macro