Home
last modified time | relevance | path

Searched refs:emac (Results 1 – 25 of 67) sorted by relevance

123

/external/u-boot/drivers/net/
Dat91_emac.c164 at91_emac_t *emac; in at91emac_mii_read() local
166 emac = get_emacbase_by_name(bus->name); in at91emac_mii_read()
167 at91emac_read(emac , addr, reg, &value); in at91emac_mii_read()
175 at91_emac_t *emac; in at91emac_mii_write() local
177 emac = get_emacbase_by_name(bus->name); in at91emac_mii_write()
178 at91emac_write(emac, addr, reg, value); in at91emac_mii_write()
188 at91_emac_t *emac; in at91emac_phy_reset() local
190 emac = (at91_emac_t *) netdev->iobase; in at91emac_phy_reset()
193 at91emac_write(emac, CONFIG_DRIVER_AT91EMAC_PHYADDR, in at91emac_phy_reset()
196 at91emac_write(emac, CONFIG_DRIVER_AT91EMAC_PHYADDR, MII_BMCR, in at91emac_phy_reset()
[all …]
/external/openssh/regress/
Dintegrity.sh27 emac=0
61 emac=`expr $emac + 1`; skip=0;;
66 verbose "test $tid: $ecnt errors: mac $emac padding $epad length $elen"
67 if [ $emac -eq 0 ]; then
71 if [ $emac -ne $expect ]; then
72 fail "$m: expected $expect mac errors, got $emac"
/external/u-boot/doc/device-tree-bindings/net/
Dallwinner,sun4i-emac.txt4 - compatible: should be "allwinner,sun4i-a10-emac" (Deprecated:
5 "allwinner,sun4i-emac")
13 emac: ethernet@01c0b000 {
14 compatible = "allwinner,sun4i-a10-emac";
/external/u-boot/arch/arm/dts/
Dsun50i-a64-oceanic-5205-5inmfd.dts17 ethernet0 = &emac;
30 &emac {
Dsun4i-a10-hackberry.dts63 reg_emac_3v3: emac-3v3 {
65 regulator-name = "emac-3v3";
82 &emac {
Dsun4i-a10-jesurun-q5.dts73 reg_emac_3v3: emac-3v3 {
75 regulator-name = "emac-3v3";
96 &emac {
Dsun50i-h5-orangepi-zero-plus.dts27 ethernet0 = &emac;
70 &emac {
Dsun4i-a10-a1000.dts78 reg_emac_3v3: emac-3v3 {
80 regulator-name = "emac-3v3";
127 &emac {
Dsun5i-a10s-wobo-i5.dts74 reg_emac_3v3: emac-3v3 {
78 regulator-name = "emac-3v3";
95 &emac {
Dsunxi-libretech-all-h3-cc.dtsi11 ethernet0 = &emac;
120 &emac {
Dsun8i-h2-plus-orangepi-zero.dts59 /* ethernet0 is the H3 emac, defined in sun8i-h3.dtsi */
60 ethernet0 = &emac;
107 &emac {
Dsun8i-h3-orangepi-2.dts56 /* ethernet0 is the H3 emac, defined in sun8i-h3.dtsi */
57 ethernet0 = &emac;
136 &emac {
Drk3188.dtsi249 emac {
250 emac_xfer: emac-xfer {
261 emac_mdio: emac-mdio {
496 &emac {
497 compatible = "rockchip,rk3188-emac";
Dsun8i-h3-nanopi-m1.dts50 ethernet0 = &emac;
77 &emac {
Dsun8i-h3-orangepi-pc-plus.dts51 /* ethernet0 is the H3 emac, defined in sun8i-h3.dtsi */
56 &emac {
Dsun8i-h3-orangepi-plus.dts51 ethernet0 = &emac;
81 &emac {
Dsun8i-h3-nanopi-m1-plus.dts51 ethernet0 = &emac;
80 &emac {
Dsun50i-h6-pine-h64.dts17 ethernet0 = &emac;
66 &emac {
Dsun50i-a64-sopine-baseboard.dts56 ethernet0 = &emac;
95 &emac {
Dsun50i-h6-beelink-gs1.dts17 ethernet0 = &emac;
64 &emac {
Dsun50i-h5-nanopi-neo2.dts53 ethernet0 = &emac;
112 &emac {
/external/u-boot/board/bluewater/gurnard/
Dgurnard.c373 struct at91_emac *emac = (struct at91_emac *)ATMEL_BASE_EMAC; in board_late_init() local
385 &emac->sa2l); in board_late_init()
386 writel((env_enetaddr[4] | env_enetaddr[5] << 8), &emac->sa2h); in board_late_init()
/external/u-boot/arch/arm/mach-omap2/omap3/
DMakefile21 obj-$(CONFIG_DRIVER_TI_EMAC) += emac.o
/external/dnsmasq/src/
Drfc2131.c140 unsigned char* emac = NULL; in dhcp_reply() local
256 emac = extended_hwaddr(mess->htype, mess->hlen, mess->chaddr, clid_len, clid, &emac_len); in dhcp_reply()
686 log_packet("PXE", &mess->yiaddr, emac, emac_len, iface_name, (char*) mess->file, in dhcp_reply()
724 log_packet("PXE", NULL, emac, emac_len, iface_name, in dhcp_reply()
751 log_packet("DHCPDECLINE", option_ptr(opt, 0), emac, emac_len, iface_name, in dhcp_reply()
779 … log_packet("DHCPRELEASE", &mess->ciaddr, emac, emac_len, iface_name, message, mess->xid); in dhcp_reply()
838 else if (!address_allocate(context, &mess->yiaddr, emac, emac_len, netid, now)) in dhcp_reply()
842 log_packet("DHCPDISCOVER", opt ? option_ptr(opt, 0) : NULL, emac, emac_len, iface_name, in dhcp_reply()
847 log_packet("DHCPOFFER", &mess->yiaddr, emac, emac_len, iface_name, NULL, mess->xid); in dhcp_reply()
931 log_packet("DHCPREQUEST", &mess->yiaddr, emac, emac_len, iface_name, NULL, mess->xid); in dhcp_reply()
[all …]
/external/u-boot/drivers/net/ti/
DKconfig15 Support for davinci emac

123