Home
last modified time | relevance | path

Searched refs:ptr_comphy_chip_init (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_core.c114 chip_cfg->ptr_comphy_chip_init = comphy_a3700_init; in comphy_probe()
117 chip_cfg->ptr_comphy_chip_init = comphy_cp110_init; in comphy_probe()
123 if (!chip_cfg->ptr_comphy_chip_init) { in comphy_probe()
159 chip_cfg->ptr_comphy_chip_init(chip_cfg, comphy_map_data); in comphy_probe()
H A Dcomphy_core.h85 int (*ptr_comphy_chip_init)(struct chip_serdes_phy_config *, member