Searched refs:bmac_mif_writebits (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbmac.c218 bmac_mif_writebits(struct net_device *dev, unsigned int val, int nb) function
238 bmac_mif_writebits(dev, ~0U, 32);
239 bmac_mif_writebits(dev, 6, 4);
240 bmac_mif_writebits(dev, addr, 10);
256 bmac_mif_writebits(dev, ~0U, 32);
257 bmac_mif_writebits(dev, 5, 4);
258 bmac_mif_writebits(dev, addr, 10);
259 bmac_mif_writebits(dev, 2, 2);
260 bmac_mif_writebits(dev, val, 16);
261 bmac_mif_writebits(de
[all...]

Completed in 32 milliseconds