Searched refs:comphy_mode (Results 1 – 4 of 4) sorted by relevance
/external/arm-trusted-firmware/drivers/marvell/comphy/ |
D | phy-comphy-3700.c | 144 uint32_t comphy_mode) in mvebu_a3700_comphy_set_phy_selector() argument 147 int mode = COMPHY_GET_MODE(comphy_mode); in mvebu_a3700_comphy_set_phy_selector() 299 uint32_t comphy_mode) in mvebu_a3700_comphy_sata_power_on() argument 304 int mode = COMPHY_GET_MODE(comphy_mode); in mvebu_a3700_comphy_sata_power_on() 305 int invert = COMPHY_GET_POLARITY_INVERT(comphy_mode); in mvebu_a3700_comphy_sata_power_on() 310 mvebu_a3700_comphy_set_phy_selector(comphy_index, comphy_mode); in mvebu_a3700_comphy_sata_power_on() 378 uint32_t comphy_mode) in mvebu_a3700_comphy_sgmii_power_on() argument 383 int mode = COMPHY_GET_MODE(comphy_mode); in mvebu_a3700_comphy_sgmii_power_on() 384 int invert = COMPHY_GET_POLARITY_INVERT(comphy_mode); in mvebu_a3700_comphy_sgmii_power_on() 389 mvebu_a3700_comphy_set_phy_selector(comphy_index, comphy_mode); in mvebu_a3700_comphy_sgmii_power_on() [all …]
|
D | phy-comphy-cp110.c | 150 uint8_t comphy_index, uint32_t comphy_mode) in mvebu_cp110_comphy_set_phy_selector() argument 165 mode = COMPHY_GET_MODE(comphy_mode); in mvebu_cp110_comphy_set_phy_selector() 217 && COMPHY_GET_ID(comphy_mode) == 1) in mvebu_cp110_comphy_set_phy_selector() 244 uint8_t comphy_index, uint32_t comphy_mode) in mvebu_cp110_comphy_set_pipe_selector() argument 248 int mode = COMPHY_GET_MODE(comphy_mode); in mvebu_cp110_comphy_set_pipe_selector() 348 uint8_t comphy_index, uint32_t comphy_mode) in mvebu_cp110_comphy_sata_power_on() argument 366 comphy_index, comphy_mode); in mvebu_cp110_comphy_sata_power_on() 673 uint8_t comphy_index, uint32_t comphy_mode) in mvebu_cp110_comphy_sgmii_power_on() argument 676 uint32_t mask, data, sgmii_speed = COMPHY_GET_SPEED(comphy_mode); in mvebu_cp110_comphy_sgmii_power_on() 689 comphy_mode); in mvebu_cp110_comphy_sgmii_power_on() [all …]
|
D | phy-comphy-cp110.h | 91 uint8_t comphy_index, uint64_t comphy_mode); 93 uint8_t comphy_index, uint64_t comphy_mode); 97 uint32_t comphy_mode, uint32_t command);
|
D | phy-comphy-3700.h | 255 int mvebu_3700_comphy_is_pll_locked(uint8_t comphy_index, uint32_t comphy_mode); 256 int mvebu_3700_comphy_power_off(uint8_t comphy_index, uint32_t comphy_mode); 257 int mvebu_3700_comphy_power_on(uint8_t comphy_index, uint32_t comphy_mode);
|