Lines Matching refs:MAC
84 #error invalid SiByte MAC configuration
95 #error invalid SiByte MAC configuration
174 MAC */
234 void __iomem *sbm_base; /* MAC's base address */
237 void __iomem *sbm_macenable; /* MAC Enable Register */
238 void __iomem *sbm_maccfg; /* MAC Config Register */
344 * sbm_mdio - address of the MAC's MDIO register
375 * sbm_mdio - address of the MAC's MDIO register
543 * eight DMA channels per MAC, it's nice to do this in a standard
548 * s - struct sbmac_softc (pointer to a MAC)
631 * MAC will corrupt it.
808 * Remember, the SOCs MAC writes whole cache lines at a time,
1310 * once per MAC on the 1250. Memory is allocated here, so don't
1338 * Initialize the DMA channels. Right now, only one per MAC is used
1375 * Start packet processing on this MAC.
1539 #error invalid SiByte MAC configuration
1582 * Stop packet processing on this MAC.
1773 * Configure LAN speed for the specified MAC.
1774 * Warning: must be called when MAC is off!
1778 * speed - speed to set MAC to (see enum sbmac_speed)
1860 * Set Ethernet duplex and flow control options for this MAC
1861 * Warning: must be called when MAC is off!
1957 * Interrupt handler for MAC interrupts
1960 * MAC structure
2553 * value for us by the firmware if we're going to use this MAC.
2554 * If we find a zero, skip this MAC.
2557 pr_debug("%s: %sconfiguring MAC at 0x%08Lx\n", dev_name(&pldev->dev),
2565 * Okay, cool. Initialize this MAC.