Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbrcmphy.h206 #define BCM_APD_CLR_MASK 0xFE9F /* clear bits 5, 6 & 8 */ macro
/openbmc/linux/drivers/net/phy/
H A Dbcm-phy-lib.c357 val &= BCM_APD_CLR_MASK; in bcm_phy_enable_apd()