Searched refs:pcn_bcr_write (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/sys/dev/pcn/ |
| D | if_pcn.c | 131 static void pcn_bcr_write(struct pcn_softc *, int, int); 207 pcn_bcr_write(sc, reg, pcn_bcr_read(sc, reg) | (x)) 210 pcn_bcr_write(sc, reg, pcn_bcr_read(sc, reg) & ~(x)) 260 pcn_bcr_write(sc, reg, val) in pcn_bcr_write() function 303 pcn_bcr_write(sc, PCN_BCR_MIIADDR, reg | (phy << 5)); 325 pcn_bcr_write(sc, PCN_BCR_MIIADDR, reg | (phy << 5)); 326 pcn_bcr_write(sc, PCN_BCR_MIIDATA, data); 414 pcn_bcr_write(sc, PCN_BCR_SSTYLE, PCN_SWSTYLE_PCNETPCI_BURST); 1299 pcn_bcr_write(sc, PCN_BCR_PHYSEL,
|