Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dftgmac100.h17 struct ftgmac100 { struct
18 unsigned int isr; /* 0x00 */
19 unsigned int ier; /* 0x04 */
20 unsigned int mac_madr; /* 0x08 */
21 unsigned int mac_ladr; /* 0x0c */
22 unsigned int maht0; /* 0x10 */
23 unsigned int maht1; /* 0x14 */
24 unsigned int txpd; /* 0x18 */
25 unsigned int rxpd; /* 0x1c */
26 unsigned int txr_badr; /* 0x20 */
[all …]
H A Dftgmac100.c48 struct ftgmac100 *ftgmac100 = (struct ftgmac100 *)dev->iobase; in ftgmac100_mdiobus_read() local
83 struct ftgmac100 *ftgmac100 = (struct ftgmac100 *)dev->iobase; in ftgmac100_mdiobus_write() local
254 struct ftgmac100 *ftgmac100 = (struct ftgmac100 *)dev->iobase; in ftgmac100_update_link_speed() local
321 struct ftgmac100 *ftgmac100 = (struct ftgmac100 *)dev->iobase; in ftgmac100_reset() local
337 struct ftgmac100 *ftgmac100 = (struct ftgmac100 *)dev->iobase; in ftgmac100_set_mac() local
359 struct ftgmac100 *ftgmac100 = (struct ftgmac100 *)dev->iobase; in ftgmac100_halt() local
368 struct ftgmac100 *ftgmac100 = (struct ftgmac100 *)dev->iobase; in ftgmac100_init() local
511 struct ftgmac100 *ftgmac100 = (struct ftgmac100 *)dev->iobase; in ftgmac100_send() local
/OK3568_Linux_fs/kernel/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 …]