Searched refs:chip_serdes_phy_config (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/phy/marvell/ |
D | comphy.h | 91 struct chip_serdes_phy_config { struct 93 int (*ptr_comphy_chip_init)(struct chip_serdes_phy_config *, argument 144 int comphy_a3700_init(struct chip_serdes_phy_config *ptr_chip_cfg, 147 static inline int comphy_a3700_init(struct chip_serdes_phy_config *ptr_chip_cfg, in comphy_a3700_init() 159 int comphy_cp110_init(struct chip_serdes_phy_config *ptr_chip_cfg, 162 static inline int comphy_cp110_init(struct chip_serdes_phy_config *ptr_chip_cfg, in comphy_cp110_init() 176 void comphy_mux_init(struct chip_serdes_phy_config *ptr_chip_cfg,
|
D | comphy_core.c | 51 void comphy_print(struct chip_serdes_phy_config *chip_cfg, in comphy_print() 73 struct chip_serdes_phy_config *chip_cfg = dev_get_priv(dev); in comphy_probe() 179 .priv_auto_alloc_size = sizeof(struct chip_serdes_phy_config),
|
D | comphy_mux.c | 112 void comphy_mux_init(struct chip_serdes_phy_config *chip_cfg, in comphy_mux_init()
|
D | comphy_a3700.c | 965 int comphy_a3700_init(struct chip_serdes_phy_config *chip_cfg, in comphy_a3700_init()
|
D | comphy_cp110.c | 1914 static void comphy_mux_cp110_init(struct chip_serdes_phy_config *ptr_chip_cfg, in comphy_mux_cp110_init() 1953 int comphy_cp110_init(struct chip_serdes_phy_config *ptr_chip_cfg, in comphy_cp110_init()
|