Searched refs:pcnet_write_csr (Results 1 – 1 of 1) sorted by relevance
| /drivers/net/ |
| A D | pcnet.c | 106 static void pcnet_write_csr(struct pcnet_priv *lp, int index, u16 val) in pcnet_write_csr() function 236 pcnet_write_csr(lp, 80, val); in pcnet_init_common() 295 pcnet_write_csr(lp, 1, addr & 0xffff); in pcnet_init_common() 296 pcnet_write_csr(lp, 2, (addr >> 16) & 0xffff); in pcnet_init_common() 298 pcnet_write_csr(lp, 4, 0x0915); in pcnet_init_common() 299 pcnet_write_csr(lp, 0, 0x0001); /* start */ in pcnet_init_common() 316 pcnet_write_csr(lp, 0, 0x0002); in pcnet_init_common() 359 pcnet_write_csr(lp, 0, 0x0008); in pcnet_send_common()
|
Completed in 7 milliseconds