Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/board/gdsys/a38x/
H A Dihs_phys.c16 static struct porttype { struct
125 struct porttype *get_porttype(uint octo_phy_mask, uint k) in get_porttype()
142 int init_single_phy(struct porttype *porttype, struct mii_dev *bus, in init_single_phy() argument
154 ihs_phy_config(phydev, porttype->phy_invert_in_pol, in init_single_phy()
155 porttype->phy_invert_out_pol); in init_single_phy()
169 struct porttype *porttype = NULL; in init_octo_phys() local
172 porttype = get_porttype(octo_phy_mask, bus_idx); in init_octo_phys()
174 if (!porttype) in init_octo_phys()
194 init_single_phy(porttype, bus, bus_idx, m, in init_octo_phys()