Searched refs:ftmac100 (Results 1 – 8 of 8) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | ftmac100.c | 35 struct ftmac100 *ftmac100 = (struct ftmac100 *)priv->iobase; in ftmac100_reset() local 39 writel (FTMAC100_MACCR_SW_RST, &ftmac100->maccr); in ftmac100_reset() 41 while (readl (&ftmac100->maccr) & FTMAC100_MACCR_SW_RST) in ftmac100_reset() 56 struct ftmac100 *ftmac100 = (struct ftmac100 *)priv->iobase; in ftmac100_set_mac() local 62 writel (maddr, &ftmac100->mac_madr); in ftmac100_set_mac() 63 writel (laddr, &ftmac100->mac_ladr); in ftmac100_set_mac() 71 struct ftmac100 *ftmac100 = (struct ftmac100 *)priv->iobase; in _ftmac100_halt() local 73 writel (0, &ftmac100->maccr); in _ftmac100_halt() 81 struct ftmac100 *ftmac100 = (struct ftmac100 *)priv->iobase; in _ftmac100_init() local 96 writel (0, &ftmac100->imr); in _ftmac100_init() [all …]
|
H A D | ftmac100.h | 12 struct ftmac100 { struct
|
H A D | Makefile | 33 obj-$(CONFIG_FTMAC100) += ftmac100.o
|
/openbmc/linux/drivers/net/ethernet/faraday/ |
H A D | ftmac100.c | 51 struct ftmac100 { struct 73 static int ftmac100_alloc_rx_page(struct ftmac100 *priv, argument 89 static void ftmac100_enable_all_int(struct ftmac100 *priv) in ftmac100_enable_all_int() 94 static void ftmac100_disable_all_int(struct ftmac100 *priv) in ftmac100_disable_all_int() 99 static void ftmac100_set_rx_ring_base(struct ftmac100 *priv, dma_addr_t addr) in ftmac100_set_rx_ring_base() 104 static void ftmac100_set_tx_ring_base(struct ftmac100 *priv, dma_addr_t addr) in ftmac100_set_tx_ring_base() 109 static void ftmac100_txdma_start_polling(struct ftmac100 *priv) in ftmac100_txdma_start_polling() 114 static int ftmac100_reset(struct ftmac100 *priv) in ftmac100_reset() 143 static void ftmac100_set_mac(struct ftmac100 *priv, const unsigned char *mac) in ftmac100_set_mac() 152 static void ftmac100_setup_mc_ht(struct ftmac100 *priv) in ftmac100_setup_mc_ht() [all …]
|
H A D | Makefile | 7 obj-$(CONFIG_FTMAC100) += ftmac100.o
|
/openbmc/u-boot/doc/ |
H A D | README.ae350 | 248 [ 1.392000] ftmac100: Loading version 0.2 ... 249 [ 1.396000] ftmac100 e0100000.mac eth0: irq 8, mapped at ffffffd002005000 250 [ 1.400000] ftmac100 e0100000.mac eth0: generated random MAC address 6e:ac:c3:92:36:c0
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |