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 */
19 unsigned int mac_madr; /* 0x08 */
20 unsigned int mac_ladr; /* 0x0c */
21 unsigned int maht0; /* 0x10 */
22 unsigned int maht1; /* 0x14 */
23 unsigned int txpd; /* 0x18 */
24 unsigned int rxpd; /* 0x1c */
25 unsigned int txr_badr; /* 0x20 */
[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;
70 struct sk_buff **tx_skbs;
71 unsigned int tx_clean_pointer;
72 unsigned int tx_pointer;
73 u32 txdes0_edotr_mask;
76 unsigned int new_rx_q_entries;
77 unsigned int new_tx_q_entries;
[all …]
/openbmc/qemu/include/hw/arm/
H A Daspeed_soc.h89 FTGMAC100State ftgmac100[ASPEED_MACS_NUM]; member