Home
last modified time | relevance | path

Searched refs:ethernet_regs (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc8220/
H A Dfec.c826 fec->eth = (ethernet_regs *) MMAP_FEC1; in mpc8220_fec_initialize()
829 fec2->eth = (ethernet_regs *) MMAP_FEC2; in mpc8220_fec_initialize()
886 ethernet_regs *eth = (ethernet_regs *) MMAP_FEC1; in fec8220_miiphy_read()
930 ethernet_regs *eth = (ethernet_regs *) MMAP_FEC1; in fec8220_miiphy_write()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc8220/
H A Dfec.c826 fec->eth = (ethernet_regs *) MMAP_FEC1; in mpc8220_fec_initialize()
829 fec2->eth = (ethernet_regs *) MMAP_FEC2; in mpc8220_fec_initialize()
886 ethernet_regs *eth = (ethernet_regs *) MMAP_FEC1; in fec8220_miiphy_read()
930 ethernet_regs *eth = (ethernet_regs *) MMAP_FEC1; in fec8220_miiphy_write()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc8220/
H A Dfec.c826 fec->eth = (ethernet_regs *) MMAP_FEC1; in mpc8220_fec_initialize()
829 fec2->eth = (ethernet_regs *) MMAP_FEC2; in mpc8220_fec_initialize()
886 ethernet_regs *eth = (ethernet_regs *) MMAP_FEC1; in fec8220_miiphy_read()
930 ethernet_regs *eth = (ethernet_regs *) MMAP_FEC1; in fec8220_miiphy_write()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc8220/
H A Dfec.c826 fec->eth = (ethernet_regs *) MMAP_FEC1; in mpc8220_fec_initialize()
829 fec2->eth = (ethernet_regs *) MMAP_FEC2; in mpc8220_fec_initialize()
886 ethernet_regs *eth = (ethernet_regs *) MMAP_FEC1; in fec8220_miiphy_read()
930 ethernet_regs *eth = (ethernet_regs *) MMAP_FEC1; in fec8220_miiphy_write()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc8220/
H A Dfec.c826 fec->eth = (ethernet_regs *) MMAP_FEC1; in mpc8220_fec_initialize()
829 fec2->eth = (ethernet_regs *) MMAP_FEC2; in mpc8220_fec_initialize()
886 ethernet_regs *eth = (ethernet_regs *) MMAP_FEC1; in fec8220_miiphy_read()
930 ethernet_regs *eth = (ethernet_regs *) MMAP_FEC1; in fec8220_miiphy_write()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc8220/
H A Dfec.c826 fec->eth = (ethernet_regs *) MMAP_FEC1; in mpc8220_fec_initialize()
829 fec2->eth = (ethernet_regs *) MMAP_FEC2; in mpc8220_fec_initialize()
886 ethernet_regs *eth = (ethernet_regs *) MMAP_FEC1; in fec8220_miiphy_read()
930 ethernet_regs *eth = (ethernet_regs *) MMAP_FEC1; in fec8220_miiphy_write()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/arch/powerpc/cpu/mpc8220/
H A Dfec.c826 fec->eth = (ethernet_regs *) MMAP_FEC1; in mpc8220_fec_initialize()
829 fec2->eth = (ethernet_regs *) MMAP_FEC2; in mpc8220_fec_initialize()
886 ethernet_regs *eth = (ethernet_regs *) MMAP_FEC1; in fec8220_miiphy_read()
930 ethernet_regs *eth = (ethernet_regs *) MMAP_FEC1; in fec8220_miiphy_write()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/net/
H A Dfec_mxc.c90 static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyAddr, in fec_mdio_read()
134 static void fec_mii_setspeed(struct ethernet_regs *eth) in fec_mii_setspeed()
149 static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyAddr, in fec_mdio_write()
201 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg()
234 struct ethernet_regs *eth = fec->bus->priv; in miiphy_wait_aneg()
1006 fec->eth = (struct ethernet_regs *)base_addr; in fec_probe()
1056 struct ethernet_regs *eth = (struct ethernet_regs *)base_addr; in fec_get_miibus()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/net/
H A Dfec_mxc.c88 static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_read()
152 static void fec_mii_setspeed(struct ethernet_regs *eth) in fec_mii_setspeed()
190 static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_write()
238 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg()
270 struct ethernet_regs *eth = fec->bus->priv; in miiphy_wait_aneg()
1056 struct ethernet_regs *eth = (struct ethernet_regs *)base_addr; in fec_get_miibus()
1125 fec->eth = (struct ethernet_regs *)(ulong)base_addr; in fec_probe()
1428 priv->eth = (struct ethernet_regs *)pdata->iobase; in fecmxc_ofdata_to_platdata()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/net/
H A Dfec_mxc.c88 static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_read()
152 static void fec_mii_setspeed(struct ethernet_regs *eth) in fec_mii_setspeed()
190 static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_write()
238 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg()
270 struct ethernet_regs *eth = fec->bus->priv; in miiphy_wait_aneg()
1056 struct ethernet_regs *eth = (struct ethernet_regs *)base_addr; in fec_get_miibus()
1125 fec->eth = (struct ethernet_regs *)(ulong)base_addr; in fec_probe()
1428 priv->eth = (struct ethernet_regs *)pdata->iobase; in fecmxc_ofdata_to_platdata()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/net/
H A Dfec_mxc.c94 static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_read()
166 static void fec_mii_setspeed(struct ethernet_regs *eth) in fec_mii_setspeed()
204 static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_write()
252 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg()
284 struct ethernet_regs *eth = fec->bus->priv; in miiphy_wait_aneg()
1080 struct ethernet_regs *eth = (struct ethernet_regs *)base_addr; in fec_get_miibus()
1149 fec->eth = (struct ethernet_regs *)(ulong)base_addr; in fec_probe()
1547 priv->eth = (struct ethernet_regs *)pdata->iobase; in fecmxc_of_to_plat()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/net/
H A Dfec_mxc.c94 static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_read()
166 static void fec_mii_setspeed(struct ethernet_regs *eth) in fec_mii_setspeed()
204 static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_write()
252 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg()
284 struct ethernet_regs *eth = fec->bus->priv; in miiphy_wait_aneg()
1080 struct ethernet_regs *eth = (struct ethernet_regs *)base_addr; in fec_get_miibus()
1149 fec->eth = (struct ethernet_regs *)(ulong)base_addr; in fec_probe()
1547 priv->eth = (struct ethernet_regs *)pdata->iobase; in fecmxc_of_to_plat()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/net/
H A Dfec_mxc.c94 static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_read()
166 static void fec_mii_setspeed(struct ethernet_regs *eth) in fec_mii_setspeed()
204 static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_write()
252 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg()
284 struct ethernet_regs *eth = fec->bus->priv; in miiphy_wait_aneg()
1080 struct ethernet_regs *eth = (struct ethernet_regs *)base_addr; in fec_get_miibus()
1149 fec->eth = (struct ethernet_regs *)(ulong)base_addr; in fec_probe()
1547 priv->eth = (struct ethernet_regs *)pdata->iobase; in fecmxc_of_to_plat()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/drivers/net/
H A Dfec_mxc.c88 static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_read()
152 static void fec_mii_setspeed(struct ethernet_regs *eth) in fec_mii_setspeed()
190 static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_write()
238 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg()
270 struct ethernet_regs *eth = fec->bus->priv; in miiphy_wait_aneg()
1056 struct ethernet_regs *eth = (struct ethernet_regs *)base_addr; in fec_get_miibus()
1125 fec->eth = (struct ethernet_regs *)(ulong)base_addr; in fec_probe()
1428 priv->eth = (struct ethernet_regs *)pdata->iobase; in fecmxc_ofdata_to_platdata()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/net/
H A Dfec_mxc.c94 static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_read()
166 static void fec_mii_setspeed(struct ethernet_regs *eth) in fec_mii_setspeed()
204 static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_write()
252 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg()
284 struct ethernet_regs *eth = fec->bus->priv; in miiphy_wait_aneg()
1080 struct ethernet_regs *eth = (struct ethernet_regs *)base_addr; in fec_get_miibus()
1149 fec->eth = (struct ethernet_regs *)(ulong)base_addr; in fec_probe()
1547 priv->eth = (struct ethernet_regs *)pdata->iobase; in fecmxc_of_to_plat()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/net/
H A Dfec_mxc.c94 static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_read()
166 static void fec_mii_setspeed(struct ethernet_regs *eth) in fec_mii_setspeed()
204 static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_write()
252 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg()
284 struct ethernet_regs *eth = fec->bus->priv; in miiphy_wait_aneg()
1080 struct ethernet_regs *eth = (struct ethernet_regs *)base_addr; in fec_get_miibus()
1149 fec->eth = (struct ethernet_regs *)(ulong)base_addr; in fec_probe()
1547 priv->eth = (struct ethernet_regs *)pdata->iobase; in fecmxc_of_to_plat()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/drivers/net/
H A Dfec_mxc.c94 static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_read()
166 static void fec_mii_setspeed(struct ethernet_regs *eth) in fec_mii_setspeed()
204 static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_write()
252 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg()
284 struct ethernet_regs *eth = fec->bus->priv; in miiphy_wait_aneg()
1080 struct ethernet_regs *eth = (struct ethernet_regs *)base_addr; in fec_get_miibus()
1149 fec->eth = (struct ethernet_regs *)(ulong)base_addr; in fec_probe()
1547 priv->eth = (struct ethernet_regs *)pdata->iobase; in fecmxc_of_to_plat()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/net/
H A Dfec_mxc.c94 static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_read()
166 static void fec_mii_setspeed(struct ethernet_regs *eth) in fec_mii_setspeed()
204 static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_write()
252 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg()
284 struct ethernet_regs *eth = fec->bus->priv; in miiphy_wait_aneg()
1080 struct ethernet_regs *eth = (struct ethernet_regs *)base_addr; in fec_get_miibus()
1149 fec->eth = (struct ethernet_regs *)(ulong)base_addr; in fec_probe()
1547 priv->eth = (struct ethernet_regs *)pdata->iobase; in fecmxc_of_to_plat()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/drivers/net/
H A Dfec_mxc.c94 static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_read()
166 static void fec_mii_setspeed(struct ethernet_regs *eth) in fec_mii_setspeed()
204 static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_write()
252 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg()
284 struct ethernet_regs *eth = fec->bus->priv; in miiphy_wait_aneg()
1080 struct ethernet_regs *eth = (struct ethernet_regs *)base_addr; in fec_get_miibus()
1149 fec->eth = (struct ethernet_regs *)(ulong)base_addr; in fec_probe()
1547 priv->eth = (struct ethernet_regs *)pdata->iobase; in fecmxc_of_to_plat()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/drivers/net/
H A Dfec_mxc.c94 static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_read()
166 static void fec_mii_setspeed(struct ethernet_regs *eth) in fec_mii_setspeed()
204 static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_write()
252 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg()
284 struct ethernet_regs *eth = fec->bus->priv; in miiphy_wait_aneg()
1080 struct ethernet_regs *eth = (struct ethernet_regs *)base_addr; in fec_get_miibus()
1149 fec->eth = (struct ethernet_regs *)(ulong)base_addr; in fec_probe()
1547 priv->eth = (struct ethernet_regs *)pdata->iobase; in fecmxc_of_to_plat()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/drivers/net/
H A Dfec_mxc.c94 static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_read()
166 static void fec_mii_setspeed(struct ethernet_regs *eth) in fec_mii_setspeed()
204 static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_write()
252 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg()
284 struct ethernet_regs *eth = fec->bus->priv; in miiphy_wait_aneg()
1080 struct ethernet_regs *eth = (struct ethernet_regs *)base_addr; in fec_get_miibus()
1149 fec->eth = (struct ethernet_regs *)(ulong)base_addr; in fec_probe()
1547 priv->eth = (struct ethernet_regs *)pdata->iobase; in fecmxc_of_to_plat()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/drivers/net/
H A Dfec_mxc.c94 static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_read()
166 static void fec_mii_setspeed(struct ethernet_regs *eth) in fec_mii_setspeed()
204 static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_write()
252 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg()
284 struct ethernet_regs *eth = fec->bus->priv; in miiphy_wait_aneg()
1080 struct ethernet_regs *eth = (struct ethernet_regs *)base_addr; in fec_get_miibus()
1149 fec->eth = (struct ethernet_regs *)(ulong)base_addr; in fec_probe()
1547 priv->eth = (struct ethernet_regs *)pdata->iobase; in fecmxc_of_to_plat()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/drivers/net/
H A Dfec_mxc.c94 static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_read()
166 static void fec_mii_setspeed(struct ethernet_regs *eth) in fec_mii_setspeed()
204 static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_write()
252 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg()
284 struct ethernet_regs *eth = fec->bus->priv; in miiphy_wait_aneg()
1080 struct ethernet_regs *eth = (struct ethernet_regs *)base_addr; in fec_get_miibus()
1149 fec->eth = (struct ethernet_regs *)(ulong)base_addr; in fec_probe()
1547 priv->eth = (struct ethernet_regs *)pdata->iobase; in fecmxc_of_to_plat()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/drivers/net/
H A Dfec_mxc.c94 static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_read()
166 static void fec_mii_setspeed(struct ethernet_regs *eth) in fec_mii_setspeed()
204 static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_write()
252 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg()
284 struct ethernet_regs *eth = fec->bus->priv; in miiphy_wait_aneg()
1080 struct ethernet_regs *eth = (struct ethernet_regs *)base_addr; in fec_get_miibus()
1149 fec->eth = (struct ethernet_regs *)(ulong)base_addr; in fec_probe()
1547 priv->eth = (struct ethernet_regs *)pdata->iobase; in fecmxc_of_to_plat()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/drivers/net/
H A Dfec_mxc.c94 static int fec_mdio_read(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_read()
166 static void fec_mii_setspeed(struct ethernet_regs *eth) in fec_mii_setspeed()
204 static int fec_mdio_write(struct ethernet_regs *eth, uint8_t phyaddr, in fec_mdio_write()
252 struct ethernet_regs *eth = fec->bus->priv; in miiphy_restart_aneg()
284 struct ethernet_regs *eth = fec->bus->priv; in miiphy_wait_aneg()
1080 struct ethernet_regs *eth = (struct ethernet_regs *)base_addr; in fec_get_miibus()
1149 fec->eth = (struct ethernet_regs *)(ulong)base_addr; in fec_probe()
1547 priv->eth = (struct ethernet_regs *)pdata->iobase; in fecmxc_of_to_plat()

12345678