Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/drivers/marvell/comphy/
Dphy-comphy-cp110.c120 mask = COMMON_SELECTOR_COMPHY_MASK << comphy_offset; in mvebu_cp110_comphy_clr_pipe_selector()
139 mask = COMMON_SELECTOR_COMPHY_MASK << comphy_offset; in mvebu_cp110_comphy_clr_phy_selector()
174 mask = COMMON_SELECTOR_COMPHY_MASK << comphy_offset; in mvebu_cp110_comphy_set_phy_selector()
256 uint32_t mask = COMMON_SELECTOR_COMPHY_MASK << shift; in mvebu_cp110_comphy_set_pipe_selector()
2463 data &= COMMON_SELECTOR_COMPHY_MASK; in mvebu_cp110_comphy_power_off()
Dcomphy-cp110.h50 #define COMMON_SELECTOR_COMPHY_MASK 0xf macro