Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dftmac100.h13 struct ftmac100 { struct
14 unsigned int isr; /* 0x00 */
15 unsigned int imr; /* 0x04 */
16 unsigned int mac_madr; /* 0x08 */
17 unsigned int mac_ladr; /* 0x0c */
18 unsigned int maht0; /* 0x10 */
19 unsigned int maht1; /* 0x14 */
20 unsigned int txpd; /* 0x18 */
21 unsigned int rxpd; /* 0x1c */
22 unsigned int txr_badr; /* 0x20 */
[all …]
H A Dftmac100.c36 struct ftmac100 *ftmac100 = (struct ftmac100 *)priv->iobase; in ftmac100_reset() local
52 struct ftmac100 *ftmac100 = (struct ftmac100 *)priv->iobase; in ftmac100_set_mac() local
67 struct ftmac100 *ftmac100 = (struct ftmac100 *)priv->iobase; in _ftmac100_halt() local
77 struct ftmac100 *ftmac100 = (struct ftmac100 *)priv->iobase; in _ftmac100_init() local
184 struct ftmac100 *ftmac100 = (struct ftmac100 *)priv->iobase; in _ftmac100_send() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/faraday/
H A Dftmac100.c49 struct ftmac100 { struct
54 struct ftmac100_descs *descs; argument
71 static int ftmac100_alloc_rx_page(struct ftmac100 *priv, argument