Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/phy/marvell/
H A Dcomphy_a3700.c666 int addr, fix_idx; in comphy_sgmii_phy_init() local
669 fix_idx = 0; in comphy_sgmii_phy_init()
679 (sgmii_phy_init_fix[fix_idx].addr == addr)) { in comphy_sgmii_phy_init()
681 val = sgmii_phy_init_fix[fix_idx].value; in comphy_sgmii_phy_init()
682 if (fix_idx < fix_arr_sz) in comphy_sgmii_phy_init()
683 fix_idx++; in comphy_sgmii_phy_init()
/openbmc/linux/drivers/phy/marvell/
H A Dphy-mvebu-a3700-comphy.c602 int addr, fix_idx; in comphy_gbe_phy_init() local
605 fix_idx = 0; in comphy_gbe_phy_init()
615 fix_idx < ARRAY_SIZE(gbe_phy_init_fix) && in comphy_gbe_phy_init()
616 gbe_phy_init_fix[fix_idx].addr == addr) { in comphy_gbe_phy_init()
618 val = gbe_phy_init_fix[fix_idx].value; in comphy_gbe_phy_init()
619 fix_idx++; in comphy_gbe_phy_init()