Searched refs:comphy_mode (Results 1 – 4 of 4) sorted by relevance
| /rk3399_ARM-atf/drivers/marvell/comphy/ |
| H A D | phy-comphy-3700.c | 122 uint32_t comphy_mode) in mvebu_a3700_comphy_set_phy_selector() argument 125 int mode = COMPHY_GET_MODE(comphy_mode); in mvebu_a3700_comphy_set_phy_selector() 288 uint32_t comphy_mode) in mvebu_a3700_comphy_sata_power_on() argument 293 int invert = COMPHY_GET_POLARITY_INVERT(comphy_mode); in mvebu_a3700_comphy_sata_power_on() 298 ret = mvebu_a3700_comphy_set_phy_selector(comphy_index, comphy_mode); in mvebu_a3700_comphy_sata_power_on() 371 uint32_t comphy_mode) in mvebu_a3700_comphy_sgmii_power_on() argument 377 int mode = COMPHY_GET_MODE(comphy_mode); in mvebu_a3700_comphy_sgmii_power_on() 378 int invert = COMPHY_GET_POLARITY_INVERT(comphy_mode); in mvebu_a3700_comphy_sgmii_power_on() 383 ret = mvebu_a3700_comphy_set_phy_selector(comphy_index, comphy_mode); in mvebu_a3700_comphy_sgmii_power_on() 611 uint32_t comphy_mode) in mvebu_a3700_comphy_usb3_power_on() argument [all …]
|
| H A D | phy-comphy-cp110.h | 91 uint8_t comphy_index, uint64_t comphy_mode); 93 uint64_t comphy_mode, 98 uint32_t comphy_mode, uint32_t command);
|
| H A D | phy-comphy-cp110.c | 157 uint8_t comphy_index, uint32_t comphy_mode) in mvebu_cp110_comphy_set_phy_selector() argument 172 mode = COMPHY_GET_MODE(comphy_mode); in mvebu_cp110_comphy_set_phy_selector() 224 && COMPHY_GET_ID(comphy_mode) == 1) in mvebu_cp110_comphy_set_phy_selector() 251 uint8_t comphy_index, uint32_t comphy_mode) in mvebu_cp110_comphy_set_pipe_selector() argument 255 int mode = COMPHY_GET_MODE(comphy_mode); in mvebu_cp110_comphy_set_pipe_selector() 355 uint8_t comphy_index, uint32_t comphy_mode) in mvebu_cp110_comphy_sata_power_on() argument 373 comphy_index, comphy_mode); in mvebu_cp110_comphy_sata_power_on() 680 uint8_t comphy_index, uint32_t comphy_mode) in mvebu_cp110_comphy_sgmii_power_on() argument 683 uint32_t mask, data, sgmii_speed = COMPHY_GET_SPEED(comphy_mode); in mvebu_cp110_comphy_sgmii_power_on() 696 comphy_mode); in mvebu_cp110_comphy_sgmii_power_on() [all …]
|
| H A D | phy-comphy-3700.h | 246 int mvebu_3700_comphy_is_pll_locked(uint8_t comphy_index, uint32_t comphy_mode); 247 int mvebu_3700_comphy_power_off(uint8_t comphy_index, uint32_t comphy_mode); 248 int mvebu_3700_comphy_power_on(uint8_t comphy_index, uint32_t comphy_mode);
|