Searched refs:pcnet_write_bcr (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | pcnet.c | 113 static void pcnet_write_bcr(struct eth_device *dev, int index, u16 val) in pcnet_write_bcr() function 302 pcnet_write_bcr(dev, 20, 2); in pcnet_init() 307 pcnet_write_bcr(dev, 2, val); in pcnet_init() 312 pcnet_write_bcr(dev, 32, val); in pcnet_init() 324 pcnet_write_bcr(dev, 18, val); in pcnet_init()
|