Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/drivers/marvell/comphy/
Dphy-comphy-cp110.c113 mask = COMMON_SELECTOR_COMPHY_MASK << comphy_offset; in mvebu_cp110_comphy_clr_pipe_selector()
132 mask = COMMON_SELECTOR_COMPHY_MASK << comphy_offset; in mvebu_cp110_comphy_clr_phy_selector()
167 mask = COMMON_SELECTOR_COMPHY_MASK << comphy_offset; in mvebu_cp110_comphy_set_phy_selector()
249 uint32_t mask = COMMON_SELECTOR_COMPHY_MASK << shift; in mvebu_cp110_comphy_set_pipe_selector()
2438 data &= COMMON_SELECTOR_COMPHY_MASK; in mvebu_cp110_comphy_power_off()
Dcomphy-cp110.h50 #define COMMON_SELECTOR_COMPHY_MASK 0xf macro