Home
last modified time | relevance | path

Searched defs:ftgmac100 (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dftgmac100.h16 struct ftgmac100 { struct
17 unsigned int isr; /* 0x00 */
18 unsigned int ier; /* 0x04 */
21 unsigned int maht0; /* 0x10 */
22 unsigned int maht1; /* 0x14 */
23 unsigned int txpd; /* 0x18 */
24 unsigned int rxpd; /* 0x1c */
29 unsigned int itc; /* 0x30 */
30 unsigned int aptc; /* 0x34 */
39 unsigned int tm; /* 0x58 */
[all …]
H A Dftgmac100.c104 struct ftgmac100 *ftgmac100 = priv->iobase; in ftgmac100_mdio_read() local
133 struct ftgmac100 *ftgmac100 = priv->iobase; in ftgmac100_mdio_write() local
191 struct ftgmac100 *ftgmac100 = priv->iobase; in ftgmac100_phy_adjust_link() local
250 struct ftgmac100 *ftgmac100 = priv->iobase; in ftgmac100_reset() local
266 struct ftgmac100 *ftgmac100 = priv->iobase; in ftgmac100_set_mac() local
284 struct ftgmac100 *ftgmac100 = priv->iobase; in ftgmac100_stop() local
298 struct ftgmac100 *ftgmac100 = priv->iobase; in ftgmac100_start() local
473 struct ftgmac100 *ftgmac100 = priv->iobase; in BUILD_WAIT_FOR_BIT() local
/openbmc/linux/drivers/net/ethernet/faraday/
H A Dftgmac100.c53 struct ftgmac100 { struct
60 struct ftgmac100_rxdes *rxdes; argument
68 struct ftgmac100_txdes *txdes; argument
69 dma_addr_t txdes_dma;
72 unsigned int tx_pointer;
73 u32 txdes0_edotr_mask;
80 void *rx_scratch;
85 struct device *dev;
86 struct ncsi_dev *ndev;
90 struct clk *clk;
[all …]
/openbmc/qemu/include/hw/arm/
H A Daspeed_soc.h80 FTGMAC100State ftgmac100[ASPEED_MACS_NUM]; member