Searched refs:ftmac100 (Results 1 – 3 of 3) sorted by relevance
36 struct ftmac100 *ftmac100 = (struct ftmac100 *)priv->iobase; in ftmac100_reset() local40 writel (FTMAC100_MACCR_SW_RST, &ftmac100->maccr); in ftmac100_reset()42 while (readl (&ftmac100->maccr) & FTMAC100_MACCR_SW_RST) in ftmac100_reset()52 struct ftmac100 *ftmac100 = (struct ftmac100 *)priv->iobase; in ftmac100_set_mac() local58 writel (maddr, &ftmac100->mac_madr); in ftmac100_set_mac()59 writel (laddr, &ftmac100->mac_ladr); in ftmac100_set_mac()67 struct ftmac100 *ftmac100 = (struct ftmac100 *)priv->iobase; in _ftmac100_halt() local69 writel (0, &ftmac100->maccr); in _ftmac100_halt()77 struct ftmac100 *ftmac100 = (struct ftmac100 *)priv->iobase; in _ftmac100_init() local93 writel (0, &ftmac100->imr); in _ftmac100_init()[all …]
13 struct ftmac100 { struct
34 obj-$(CONFIG_FTMAC100) += ftmac100.o