| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | dnet.c | 30 struct eth_device netdev; member 35 #define to_dnet(_nd) container_of(_nd, struct dnet_device, netdev) 133 static int dnet_send(struct eth_device *netdev, void *packet, int length) in dnet_send() argument 135 struct dnet_device *dnet = to_dnet(netdev); in dnet_send() 168 static int dnet_recv(struct eth_device *netdev) in dnet_recv() argument 170 struct dnet_device *dnet = to_dnet(netdev); in dnet_recv() 202 static void dnet_set_hwaddr(struct eth_device *netdev) in dnet_set_hwaddr() argument 204 struct dnet_device *dnet = to_dnet(netdev); in dnet_set_hwaddr() 207 tmp = get_unaligned_be16(netdev->enetaddr); in dnet_set_hwaddr() 209 tmp = get_unaligned_be16(&netdev->enetaddr[2]); in dnet_set_hwaddr() [all …]
|
| H A D | at91_emac.c | 156 struct eth_device *netdev; in get_emacbase_by_name() local 158 netdev = eth_get_dev_by_name(devname); in get_emacbase_by_name() 159 return (at91_emac_t *) netdev->iobase; in get_emacbase_by_name() 185 static int at91emac_phy_reset(struct eth_device *netdev) in at91emac_phy_reset() argument 191 emac = (at91_emac_t *) netdev->iobase; in at91emac_phy_reset() 196 debug_cond(VERBOSEP, "%s: Starting autonegotiation...\n", netdev->name); in at91emac_phy_reset() 210 "%s: Autonegotiation complete\n", netdev->name); in at91emac_phy_reset() 213 netdev->name, status); in at91emac_phy_reset() 219 static int at91emac_phy_init(struct eth_device *netdev) in at91emac_phy_init() argument 226 emac = (at91_emac_t *) netdev->iobase; in at91emac_phy_init() [all …]
|
| H A D | macb.c | 110 struct eth_device netdev; member 126 #define to_macb(_nd) container_of(_nd, struct macb_device, netdev) 506 macb->phydev = phy_connect(macb->bus, macb->phy_addr, &macb->netdev, in macb_phy_init() 850 static int macb_send(struct eth_device *netdev, void *packet, int length) in macb_send() argument 852 struct macb_device *macb = to_macb(netdev); in macb_send() 854 return _macb_send(macb, netdev->name, packet, length); in macb_send() 857 static int macb_recv(struct eth_device *netdev) in macb_recv() argument 859 struct macb_device *macb = to_macb(netdev); in macb_recv() 876 static int macb_init(struct eth_device *netdev, bd_t *bd) in macb_init() argument 878 struct macb_device *macb = to_macb(netdev); in macb_init() [all …]
|
| H A D | dm9000x.c | 98 struct eth_device netdev; member 404 static int dm9000_send(struct eth_device *netdev, void *packet, int length) in dm9000_send() argument 445 static void dm9000_halt(struct eth_device *netdev) in dm9000_halt() argument 459 static int dm9000_rx(struct eth_device *netdev) in dm9000_rx() argument 624 struct eth_device *dev = &(dm9000_info.netdev); in dm9000_initialize()
|
| H A D | ks8851_mll.c | 77 struct net_device *netdev; member
|
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | ether.c | 148 struct eth_device netdev; member 150 struct udevice *netdev; member 2016 struct eth_pdata *pdata = dev_get_platdata(l_priv->netdev); in eth_bind() 2206 dev->net = &l_priv->netdev; in eth_bind() 2208 dev->net = l_priv->netdev; in eth_bind() 2530 static int usb_eth_init(struct eth_device *netdev, bd_t *bd) in usb_eth_init() argument 2532 struct ether_priv *priv = (struct ether_priv *)netdev->priv; in usb_eth_init() 2537 static int usb_eth_send(struct eth_device *netdev, void *packet, int length) in usb_eth_send() argument 2539 struct ether_priv *priv = (struct ether_priv *)netdev->priv; in usb_eth_send() 2544 static int usb_eth_recv(struct eth_device *netdev) in usb_eth_recv() argument [all …]
|
| /rk3399_rockchip-uboot/configs/ |
| H A D | integratorcp_cm920t_defconfig | 6 CONFIG_BOOTARGS="root=/dev/mtdblock0 console=ttyAMA0 console=tty ip=dhcp netdev=27,0,0xfc800000,0xf…
|
| H A D | integratorcp_cm926ejs_defconfig | 6 CONFIG_BOOTARGS="root=/dev/mtdblock0 console=ttyAMA0 console=tty ip=dhcp netdev=27,0,0xfc800000,0xf…
|
| H A D | integratorcp_cm1136_defconfig | 6 CONFIG_BOOTARGS="root=/dev/mtdblock0 console=ttyAMA0 console=tty ip=dhcp netdev=27,0,0xfc800000,0xf…
|
| H A D | integratorcp_cm946es_defconfig | 6 CONFIG_BOOTARGS="root=/dev/mtdblock0 console=ttyAMA0 console=tty ip=dhcp netdev=27,0,0xfc800000,0xf…
|
| H A D | axm_defconfig | 18 …netdev}::off\0addtest=setenv bootargs ${bootargs} loglevel=4 test\0baudrate=115200\0boot_file=sete…
|
| /rk3399_rockchip-uboot/board/freescale/mpc8544ds/ |
| H A D | README | 118 Watch your ethact, netdev and bootargs U-Boot environment variables. 122 setenv netdev eth1
|
| /rk3399_rockchip-uboot/board/freescale/m53017evb/ |
| H A D | README | 163 netdev=eth0
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.drivers.eth | 103 prototype for your new register function to include/netdev.h.
|
| H A D | README.m54418twr | 161 netdev=eth0
|
| /rk3399_rockchip-uboot/board/freescale/m547xevb/ |
| H A D | README | 186 netdev=eth0
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H A D | howto.txt | 117 …args ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:${netdev}:off panic=1
|
| /rk3399_rockchip-uboot/board/freescale/m5373evb/ |
| H A D | README | 163 netdev=eth0
|
| /rk3399_rockchip-uboot/board/freescale/m54455evb/ |
| H A D | README | 234 netdev=eth0
|