/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | smsc,lan91c111.yaml | 4 $id: http://devicetree.org/schemas/net/smsc,lan91c111.yaml# 17 const: smsc,lan91c111 56 compatible = "smsc,lan91c111";
|
/openbmc/linux/arch/sh/boards/mach-microdev/ |
H A D | io.c | 36 #define IO_LAN91C111_BASE 0x300ul /* I/O base for SMSC LAN91C111 Ethernet chip */ 43 #define IO_LAN91C111_EXTENT 0x10ul /* I/O extent for SMSC LAN91C111 Ethernet chip */ 48 #define IO_LAN91C111_PHYS 0xa7500000ul /* Physical address of SMSC LAN91C111 Ethernet chip */ 62 * SMSC LAN91C111 Ethernet chip in microdev_ioport_map()
|
/openbmc/u-boot/examples/standalone/ |
H A D | README.smc91111_eeprom | 136 LAN91C111 Registers <- volatile 137 LAN91C111 EEPROM <- Non-volatile 178 - D : Dump the LAN91C111 EEPROM contents 179 - M : Dump the LAN91C111 MAC contents 180 - C : Copies the MAC address from the EEPROM to the LAN91C111
|
/openbmc/linux/arch/sh/boards/ |
H A D | board-urquell.c | 42 * 0x05800000 - 0x06000000 (CS1) LAN91C111 66 /* LAN91C111 */
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | fsl-ls2080a-simu.dts | 20 compatible = "smsc,lan91c111";
|
/openbmc/u-boot/drivers/net/ |
H A D | smc91111.h | 3 . smc91111.h - macros for the LAN91C111 Ethernet Driver 13 . the LAN91C111 single chip ethernet controller. It is a modified 16 . Information contained in this file was obtained from the LAN91C111 25 . 03/16/01 Daris A Nevil Modified for use with LAN91C111 device 645 #define RS_ODDFRAME 0x1000 /* bug: the LAN91C111 never sets this on receive */ 654 PHY_LAN83C183 = 1, /* LAN91C111 Internal PHY */ 659 /* PHY Register Addresses (LAN91C111 Internal PHY) */
|
H A D | smc91111.c | 15 . Information contained in this file was obtained from the LAN91C111 38 . o SMSC LAN91C111 databook (www.smsc.com) 47 . 03/16/01 Daris A Nevil Modified smc9194.c for use with LAN91C111 712 /* set odd length for bug in LAN91C111, */ in smc_rcv() 780 . Modify a bit in the LAN91C111 register set 801 . Retrieve a bit in the LAN91C111 register set 814 . Modify a LAN91C111 register (word access only) 824 . Retrieve a LAN91C111 register (word access only)
|
H A D | lan91c96.c | 558 /* set odd length for bug in LAN91C111, */ in smc_rcv()
|
/openbmc/linux/arch/arm64/boot/dts/arm/ |
H A D | corstone1000-fvp.dts | 17 compatible = "smsc,lan91c111";
|
H A D | foundation-v8.dtsi | 182 compatible = "smsc,lan91c111";
|
H A D | rtsm_ve-motherboard.dtsi | 104 compatible = "smsc,lan91c111";
|
/openbmc/linux/arch/arm/boot/dts/arm/ |
H A D | arm-realview-eb-bbrevd.dtsi | 36 * the older board uses LAN91C111 but the new one uses LAN9118.
|
H A D | arm-realview-eb.dtsi | 137 /* SMSC LAN91C111 ethernet with PHY and EEPROM */ 139 compatible = "smsc,lan91c111";
|
H A D | integratorcp.dts | 192 compatible = "smsc,lan91c111";
|
H A D | versatile-ab.dts | 193 compatible = "smsc,lan91c111";
|
/openbmc/linux/arch/sh/include/mach-se/mach/ |
H A D | se7722.h | 53 #define PA_LAN (PA_AREA6_IO + 0) /* SMC LAN91C111 */
|
H A D | se7780.h | 34 #define PA_LAN (PA_PERIPHERAL + 0) /* SMC LAN91C111 */
|
/openbmc/linux/arch/sh/include/mach-common/mach/ |
H A D | sdk7780.h | 35 /* SMC LAN91C111 */
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | ste-nomadik-s8815.dts | 102 compatible = "smsc,lan91c111";
|
H A D | ste-nomadik-nhk15.dts | 83 compatible = "smsc,lan91c111";
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/documentation/corstone1000/ |
H A D | release-notes.rst | 35 - Use Ethernet over VirtIO due to lan91c111 Ethernet driver support dropped from U-Boot. 64 - Use Ethernet over VirtIO due to lan91c111 Ethernet driver support dropped from U-Boot.
|
/openbmc/linux/drivers/net/ethernet/smsc/ |
H A D | smc91x.h | 12 . Information contained in this file was obtained from the LAN91C111 750 * LAN83C183 == LAN91C111 Internal PHY 756 * PHY Register Addresses (LAN91C111 Internal PHY)
|
H A D | smc91x.c | 31 * 03/16/01 Daris A Nevil modified smc9194.c for use with LAN91C111 33 * 08/21/01 Pramod B Bhardwaj added support for RevB of LAN91C111 471 /* BUG: the LAN91C111 rev A never sets this bit. Force it. */ in smc_rcv() 2044 PRINTK(dev, "PHY LAN83C183 (LAN91C111 Internal)\n"); in smc_probe() 2190 { .compatible = "smsc,lan91c111", },
|
/openbmc/linux/arch/sh/boards/mach-se/7724/ |
H A D | setup.c | 90 /* LAN91C111 */
|
/openbmc/qemu/hw/net/ |
H A D | smc91c111.c | 30 * LAN91C111 datasheet).
|