Home
last modified time | relevance | path

Searched refs:ftgmac100 (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dftgmac100.c48 struct ftgmac100 *ftgmac100 = (struct ftgmac100 *)dev->iobase; in ftgmac100_mdiobus_read() local
52 phycr = readl(&ftgmac100->phycr); in ftgmac100_mdiobus_read()
61 writel(phycr, &ftgmac100->phycr); in ftgmac100_mdiobus_read()
64 phycr = readl(&ftgmac100->phycr); in ftgmac100_mdiobus_read()
69 data = readl(&ftgmac100->phydata); in ftgmac100_mdiobus_read()
83 struct ftgmac100 *ftgmac100 = (struct ftgmac100 *)dev->iobase; in ftgmac100_mdiobus_write() local
88 phycr = readl(&ftgmac100->phycr); in ftgmac100_mdiobus_write()
99 writel(data, &ftgmac100->phydata); in ftgmac100_mdiobus_write()
100 writel(phycr, &ftgmac100->phycr); in ftgmac100_mdiobus_write()
103 phycr = readl(&ftgmac100->phycr); in ftgmac100_mdiobus_write()
[all …]
H A Dftgmac100.h17 struct ftgmac100 { struct
H A DMakefile32 obj-$(CONFIG_FTGMAC100) += ftgmac100.o
/OK3568_Linux_fs/kernel/drivers/net/ethernet/faraday/
H A Dftgmac100.c53 struct ftgmac100 { struct
114 static int ftgmac100_reset_mac(struct ftgmac100 *priv, u32 maccr) in ftgmac100_reset_mac() argument
137 static int ftgmac100_reset_and_config_mac(struct ftgmac100 *priv) in ftgmac100_reset_and_config_mac()
171 static void ftgmac100_write_mac_addr(struct ftgmac100 *priv, const u8 *mac) in ftgmac100_write_mac_addr()
180 static void ftgmac100_initial_mac(struct ftgmac100 *priv) in ftgmac100_initial_mac()
229 static void ftgmac100_config_pause(struct ftgmac100 *priv) in ftgmac100_config_pause()
246 static void ftgmac100_init_hw(struct ftgmac100 *priv) in ftgmac100_init_hw()
308 static void ftgmac100_start_hw(struct ftgmac100 *priv) in ftgmac100_start_hw()
343 static void ftgmac100_stop_hw(struct ftgmac100 *priv) in ftgmac100_stop_hw()
348 static void ftgmac100_calc_mc_hash(struct ftgmac100 *priv) in ftgmac100_calc_mc_hash()
[all …]
H A DMakefile6 obj-$(CONFIG_FTGMAC100) += ftgmac100.o
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A Dftgmac100.txt4 - compatible: "faraday,ftgmac100"
38 compatible = "aspeed,ast2500-mac", "faraday,ftgmac100";
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Daspeed-g6.dtsi211 compatible = "aspeed,ast2600-mac", "faraday,ftgmac100";
221 compatible = "aspeed,ast2600-mac", "faraday,ftgmac100";
231 compatible = "aspeed,ast2600-mac", "faraday,ftgmac100";
241 compatible = "aspeed,ast2600-mac", "faraday,ftgmac100";
H A Daspeed-g4.dtsi124 compatible = "aspeed,ast2400-mac", "faraday,ftgmac100";
132 compatible = "aspeed,ast2400-mac", "faraday,ftgmac100";
H A Daspeed-g5.dtsi146 compatible = "aspeed,ast2500-mac", "faraday,ftgmac100";
154 compatible = "aspeed,ast2500-mac", "faraday,ftgmac100";
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dast2500.dtsi40 compatible = "faraday,ftgmac100";
48 compatible = "faraday,ftgmac100";
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0006_let_dma_memory_read_write_function_take_MemTxAttrs_argument.patch51 hw/net/ftgmac100.c | 25 ++++++++++++++++---------
684 diff --git a/hw/net/ftgmac100.c b/hw/net/ftgmac100.c
686 --- a/hw/net/ftgmac100.c
687 +++ b/hw/net/ftgmac100.c