Searched refs:chip_serdes_phy_config (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/drivers/phy/marvell/ |
D | comphy_core.h | 83 struct chip_serdes_phy_config { struct 85 int (*ptr_comphy_chip_init)(struct chip_serdes_phy_config *, argument 136 int comphy_a3700_init(struct chip_serdes_phy_config *ptr_chip_cfg, 139 static inline int comphy_a3700_init(struct chip_serdes_phy_config *ptr_chip_cfg, in comphy_a3700_init() 151 int comphy_cp110_init(struct chip_serdes_phy_config *ptr_chip_cfg, 154 static inline int comphy_cp110_init(struct chip_serdes_phy_config *ptr_chip_cfg, in comphy_cp110_init() 168 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() 78 struct chip_serdes_phy_config *chip_cfg = dev_get_priv(dev); in comphy_probe() 189 .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 | 1928 static void comphy_mux_cp110_init(struct chip_serdes_phy_config *ptr_chip_cfg, in comphy_mux_cp110_init() 1967 int comphy_cp110_init(struct chip_serdes_phy_config *ptr_chip_cfg, in comphy_cp110_init()
|