Searched defs:ftgmac100 (Results 1 – 4 of 4) sorted by relevance
16 struct ftgmac100 { struct17 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 …]
104 struct ftgmac100 *ftgmac100 = priv->iobase; in ftgmac100_mdio_read() local133 struct ftgmac100 *ftgmac100 = priv->iobase; in ftgmac100_mdio_write() local191 struct ftgmac100 *ftgmac100 = priv->iobase; in ftgmac100_phy_adjust_link() local250 struct ftgmac100 *ftgmac100 = priv->iobase; in ftgmac100_reset() local266 struct ftgmac100 *ftgmac100 = priv->iobase; in ftgmac100_set_mac() local284 struct ftgmac100 *ftgmac100 = priv->iobase; in ftgmac100_stop() local298 struct ftgmac100 *ftgmac100 = priv->iobase; in ftgmac100_start() local473 struct ftgmac100 *ftgmac100 = priv->iobase; in BUILD_WAIT_FOR_BIT() local
53 struct ftgmac100 { struct60 struct ftgmac100_rxdes *rxdes; argument68 struct ftgmac100_txdes *txdes; argument69 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 …]
89 FTGMAC100State ftgmac100[ASPEED_MACS_NUM]; member