HomeSort by relevance Sort by last modified time
    Searched refs:tsec_info (Results 1 - 20 of 20) sorted by null

  /external/u-boot/board/freescale/common/
sgmii_riser.h 15 void fsl_sgmii_riser_init(struct tsec_info_struct *tsec_info, int num);
sgmii_riser.c 22 void fsl_sgmii_riser_init(struct tsec_info_struct *tsec_info, int num)
27 if (tsec_info[i].flags & TSEC_SGMII)
28 tsec_info[i].phyaddr += SGMII_RISER_PHY_OFFSET;
  /external/u-boot/board/freescale/ls1021aqds/
eth.c 134 struct tsec_info_struct tsec_info[3]; local
138 SET_STD_TSEC_INFO(tsec_info[num], 1);
141 tsec_info[num].flags |= TSEC_SGMII;
142 tsec_info[num].mii_devname = "LS1021A_SGMII_MDIO";
144 tsec_info[num].mii_devname = "LS1021A_RGMII_MDIO";
149 SET_STD_TSEC_INFO(tsec_info[num], 2);
152 tsec_info[num].flags |= TSEC_SGMII;
153 tsec_info[num].mii_devname = "LS1021A_SGMII_MDIO";
155 tsec_info[num].mii_devname = "LS1021A_RGMII_MDIO";
160 SET_STD_TSEC_INFO(tsec_info[num], 3)
    [all...]
  /external/u-boot/board/freescale/mpc8572ds/
mpc8572ds.c 177 struct tsec_info_struct tsec_info[4]; local
181 SET_STD_TSEC_INFO(tsec_info[num], 1);
184 tsec_info[num].flags |= TSEC_SGMII;
189 SET_STD_TSEC_INFO(tsec_info[num], 2);
192 tsec_info[num].flags |= TSEC_SGMII;
197 SET_STD_TSEC_INFO(tsec_info[num], 3);
200 tsec_info[num].flags |= TSEC_SGMII;
205 SET_STD_TSEC_INFO(tsec_info[num], 4);
208 tsec_info[num].flags |= TSEC_SGMII;
220 fsl_sgmii_riser_init(tsec_info, num)
    [all...]
  /external/u-boot/board/freescale/ls1021aiot/
ls1021aiot.c 123 struct tsec_info_struct tsec_info[4]; local
127 SET_STD_TSEC_INFO(tsec_info[num], 1);
130 tsec_info[num].flags |= TSEC_SGMII;
135 SET_STD_TSEC_INFO(tsec_info[num], 2);
138 tsec_info[num].flags |= TSEC_SGMII;
151 tsec_eth_init(bis, tsec_info, num);
  /external/u-boot/board/freescale/p1_twr/
p1_twr.c 186 struct tsec_info_struct tsec_info[4]; local
192 SET_STD_TSEC_INFO(tsec_info[num], 1);
196 SET_STD_TSEC_INFO(tsec_info[num], 2);
199 tsec_info[num].flags |= TSEC_SGMII;
204 SET_STD_TSEC_INFO(tsec_info[num], 3);
218 tsec_eth_init(bis, tsec_info, num);
  /external/u-boot/board/freescale/c29xpcie/
c29xpcie.c 89 struct tsec_info_struct tsec_info[2]; local
93 SET_STD_TSEC_INFO(tsec_info[num], 1);
97 SET_STD_TSEC_INFO(tsec_info[num], 2);
111 tsec_eth_init(bis, tsec_info, num);
  /external/u-boot/board/freescale/mpc8536ds/
mpc8536ds.c 229 struct tsec_info_struct tsec_info[2]; local
233 SET_STD_TSEC_INFO(tsec_info[num], 1);
236 tsec_info[num].phyaddr = 0;
237 tsec_info[num].flags |= TSEC_SGMII;
242 SET_STD_TSEC_INFO(tsec_info[num], 3);
245 tsec_info[num].phyaddr = 1;
246 tsec_info[num].flags |= TSEC_SGMII;
259 fsl_sgmii_riser_init(tsec_info, num);
267 tsec_eth_init(bis, tsec_info, num);
  /external/u-boot/board/freescale/mpc837xemds/
mpc837xemds.c 87 struct tsec_info_struct tsec_info[2]; local
97 SET_STD_TSEC_INFO(tsec_info[num], 1);
107 tsec_info[num].phyaddr = TSEC1_PHY_ADDR_SGMII;
108 tsec_info[num].flags = TSEC_GIGABIT;
115 SET_STD_TSEC_INFO(tsec_info[num], 2);
125 tsec_info[num].phyaddr = TSEC2_PHY_ADDR_SGMII;
126 tsec_info[num].flags = TSEC_GIGABIT;
137 return tsec_eth_init(bd, tsec_info, num);
  /external/u-boot/board/freescale/mpc8548cds/
mpc8548cds.c 307 struct tsec_info_struct tsec_info[4]; local
311 SET_STD_TSEC_INFO(tsec_info[num], 1);
315 SET_STD_TSEC_INFO(tsec_info[num], 2);
321 SET_STD_TSEC_INFO(tsec_info[num], 3);
322 tsec_info[num].interface = PHY_INTERFACE_MODE_RGMII_ID;
329 SET_STD_TSEC_INFO(tsec_info[num], 4);
330 tsec_info[num].interface = PHY_INTERFACE_MODE_RGMII_ID;
345 tsec_eth_init(bis, tsec_info, num);
  /external/u-boot/board/Arcturus/ucp1020/
ucp1020.c 258 struct tsec_info_struct tsec_info[4]; local
265 SET_STD_TSEC_INFO(tsec_info[num], 1);
269 SET_STD_TSEC_INFO(tsec_info[num], 2);
273 tsec_info[num].flags |= TSEC_SGMII;
274 tsec_info[num].phyaddr = TSEC2_PHY_ADDR_SGMII;
280 SET_STD_TSEC_INFO(tsec_info[num], 3);
294 tsec_eth_init(bis, tsec_info, num);
  /external/u-boot/board/freescale/mpc8544ds/
mpc8544ds.c 266 struct tsec_info_struct tsec_info[2]; local
270 SET_STD_TSEC_INFO(tsec_info[num], 1);
273 tsec_info[num].flags |= TSEC_SGMII;
278 SET_STD_TSEC_INFO(tsec_info[num], 3);
281 tsec_info[num].flags |= TSEC_SGMII;
294 fsl_sgmii_riser_init(tsec_info, num);
301 tsec_eth_init(bis, tsec_info, num);
  /external/u-boot/board/freescale/p1_p2_rdb_pc/
p1_p2_rdb_pc.c 319 struct tsec_info_struct tsec_info[4]; local
329 SET_STD_TSEC_INFO(tsec_info[num], 1);
333 SET_STD_TSEC_INFO(tsec_info[num], 2);
336 tsec_info[num].flags |= TSEC_SGMII;
341 SET_STD_TSEC_INFO(tsec_info[num], 3);
368 tsec_eth_init(bis, tsec_info, num);
  /external/u-boot/board/freescale/bsc9132qds/
bsc9132qds.c 233 struct tsec_info_struct tsec_info[4]; local
237 SET_STD_TSEC_INFO(tsec_info[num], 1);
243 SET_STD_TSEC_INFO(tsec_info[num], 2);
251 tsec_eth_init(bis, tsec_info, num);
  /external/u-boot/board/freescale/p1022ds/
p1022ds.c 287 struct tsec_info_struct tsec_info[2]; local
291 SET_STD_TSEC_INFO(tsec_info[num], 1);
295 SET_STD_TSEC_INFO(tsec_info[num], 2);
303 return tsec_eth_init(bis, tsec_info, num) + pci_eth_init(bis);
  /external/u-boot/board/gdsys/p1022/
controlcenterd.c 309 struct tsec_info_struct tsec_info[2]; local
313 SET_STD_TSEC_INFO(tsec_info[num], 1);
317 SET_STD_TSEC_INFO(tsec_info[num], 2);
325 return tsec_eth_init(bis, tsec_info, num) + pci_eth_init(bis);
  /external/u-boot/board/freescale/ls1021atwr/
ls1021atwr.c 252 struct tsec_info_struct tsec_info[4]; local
256 SET_STD_TSEC_INFO(tsec_info[num], 1);
259 tsec_info[num].flags |= TSEC_SGMII;
264 SET_STD_TSEC_INFO(tsec_info[num], 2);
267 tsec_info[num].flags |= TSEC_SGMII;
272 SET_STD_TSEC_INFO(tsec_info[num], 3);
273 tsec_info[num].interface = PHY_INTERFACE_MODE_RGMII_ID;
285 tsec_eth_init(bis, tsec_info, num);
  /external/u-boot/board/freescale/p1010rdb/
p1010rdb.c 332 struct tsec_info_struct tsec_info[4]; local
339 SET_STD_TSEC_INFO(tsec_info[num], 1);
343 SET_STD_TSEC_INFO(tsec_info[num], 2);
349 SET_STD_TSEC_INFO(tsec_info[num], 3);
363 tsec_eth_init(bis, tsec_info, num);
  /external/u-boot/drivers/net/
tsec.c 25 static struct tsec_info_struct tsec_info[] = { variable in typeref:struct:tsec_info_struct
686 static int tsec_initialize(bd_t *bis, struct tsec_info_struct *tsec_info)
706 priv->regs = tsec_info->regs;
707 priv->phyregs_sgmii = tsec_info->miiregs_sgmii;
709 priv->phyaddr = tsec_info->phyaddr;
711 priv->flags = tsec_info->flags;
713 strcpy(dev->name, tsec_info->devname);
714 priv->interface = tsec_info->interface;
715 priv->bus = miiphy_get_dev_by_name(tsec_info->mii_devname);
771 return tsec_eth_init(bis, tsec_info, ARRAY_SIZE(tsec_info))
    [all...]
  /external/u-boot/include/
tsec.h 428 int tsec_eth_init(bd_t *bis, struct tsec_info_struct *tsec_info, int num);

Completed in 1642 milliseconds