Searched refs:chip_serdes_phy_config (Results 1 – 5 of 5) sorted by relevance
| /drivers/phy/marvell/ |
| A D | comphy_core.h | 42 struct chip_serdes_phy_config { struct 44 int (*comphy_init_map)(int, struct chip_serdes_phy_config *); argument 45 int (*ptr_comphy_chip_init)(struct chip_serdes_phy_config *, argument 47 int (*rx_training)(struct chip_serdes_phy_config *, u32); argument 99 int comphy_a3700_init(struct chip_serdes_phy_config *ptr_chip_cfg, 103 comphy_a3700_init_serdes_map(int node, struct chip_serdes_phy_config *cfg) in comphy_a3700_init_serdes_map() 125 int comphy_cp110_init(struct chip_serdes_phy_config *ptr_chip_cfg, 127 int comphy_cp110_sfi_rx_training(struct chip_serdes_phy_config *ptr_chip_cfg, 131 comphy_cp110_init_serdes_map(int node, struct chip_serdes_phy_config *cfg) in comphy_cp110_init_serdes_map() 151 struct chip_serdes_phy_config *ptr_chip_cfg, in comphy_cp110_sfi_rx_training() [all …]
|
| A D | comphy_core.c | 53 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_rx_training() 84 struct chip_serdes_phy_config *chip_cfg = dev_get_priv(dev); in comphy_probe() 156 .priv_auto = sizeof(struct chip_serdes_phy_config),
|
| A D | comphy_mux.c | 111 void comphy_mux_init(struct chip_serdes_phy_config *chip_cfg, in comphy_mux_init()
|
| A D | comphy_cp110.c | 113 int comphy_cp110_sfi_rx_training(struct chip_serdes_phy_config *ptr_chip_cfg, in comphy_cp110_sfi_rx_training() 558 int comphy_cp110_init_serdes_map(int node, struct chip_serdes_phy_config *cfg) in comphy_cp110_init_serdes_map() 616 int comphy_cp110_init(struct chip_serdes_phy_config *ptr_chip_cfg, in comphy_cp110_init()
|
| A D | comphy_a3700.c | 1021 static void comphy_a3700_fill_cfg(struct chip_serdes_phy_config *cfg, in comphy_a3700_fill_cfg() 1072 int comphy_a3700_init_serdes_map(int node, struct chip_serdes_phy_config *cfg) in comphy_a3700_init_serdes_map() 1116 int comphy_a3700_init(struct chip_serdes_phy_config *chip_cfg, in comphy_a3700_init()
|
Completed in 9 milliseconds