blob: 2461e5ca9ed7d3d10d0ef2e8faf6c08cc6a6bc11 [file] [log] [blame]
Konstantin Porotchkin5d93d082018-04-24 19:23:09 +03001/*
2 * Copyright (C) 2018 Marvell International Ltd.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 * https://spdx.org/licenses
6 */
7
8/* Marvell CP110 SoC COMPHY unit driver */
9
10int mvebu_cp110_comphy_is_pll_locked(uint64_t comphy_base,
Grzegorz Jaszczyk4cff3082018-07-12 07:40:34 +020011 uint8_t comphy_index);
Konstantin Porotchkin5d93d082018-04-24 19:23:09 +030012int mvebu_cp110_comphy_power_off(uint64_t comphy_base,
Grzegorz Jaszczyk4cff3082018-07-12 07:40:34 +020013 uint8_t comphy_index);
Konstantin Porotchkin5d93d082018-04-24 19:23:09 +030014int mvebu_cp110_comphy_power_on(uint64_t comphy_base,
Grzegorz Jaszczyk4cff3082018-07-12 07:40:34 +020015 uint8_t comphy_index, uint64_t comphy_mode);
Konstantin Porotchkin5d93d082018-04-24 19:23:09 +030016int mvebu_cp110_comphy_xfi_rx_training(uint64_t comphy_base,
17 uint8_t comphy_index);
18int mvebu_cp110_comphy_digital_reset(uint64_t comphy_base, uint8_t comphy_index,
19 uint32_t comphy_mode, uint32_t command);