/src/sys/arch/sandpoint/stand/altboot/ |
pcn.c | 131 static void pcn_bcr_write(struct local *, int, int); 162 pcn_bcr_write(l, PCN_BCR20, 2); 299 pcn_bcr_write(l, PCN_BCR33, MREG(reg) | MPHY(phy)); 306 pcn_bcr_write(l, PCN_BCR33, MREG(reg) | MPHY(phy)); 307 pcn_bcr_write(l, PCN_BCR34, val); 332 pcn_bcr_write(struct local *l, int r, int v) function in typeref:typename:void
|
pcn.c | 131 static void pcn_bcr_write(struct local *, int, int); 162 pcn_bcr_write(l, PCN_BCR20, 2); 299 pcn_bcr_write(l, PCN_BCR33, MREG(reg) | MPHY(phy)); 306 pcn_bcr_write(l, PCN_BCR33, MREG(reg) | MPHY(phy)); 307 pcn_bcr_write(l, PCN_BCR34, val); 332 pcn_bcr_write(struct local *l, int r, int v) function in typeref:typename:void
|
/src/sys/dev/pci/ |
if_pcn.c | 487 pcn_bcr_write(struct pcn_softc *sc, int reg, uint32_t val) function in typeref:typename:void 1617 pcn_bcr_write(sc, LE_BCR20, sc->sc_swstyle); 1669 pcn_bcr_write(sc, LE_BCR2, 1677 pcn_bcr_write(sc, LE_BCR32, 1753 pcn_bcr_write(sc, LE_BCR18, reg); 2055 pcn_bcr_write(sc, LE_BCR2, reg); 2062 pcn_bcr_write(sc, LE_BCR2, reg); 2074 pcn_bcr_write(sc, LE_BCR9, reg); 2076 pcn_bcr_write(sc, LE_BCR9, 0); 2134 pcn_bcr_write(sc, LE_BCR33, reg | (phy << PHYAD_SHIFT)) [all...] |
if_pcn.c | 487 pcn_bcr_write(struct pcn_softc *sc, int reg, uint32_t val) function in typeref:typename:void 1617 pcn_bcr_write(sc, LE_BCR20, sc->sc_swstyle); 1669 pcn_bcr_write(sc, LE_BCR2, 1677 pcn_bcr_write(sc, LE_BCR32, 1753 pcn_bcr_write(sc, LE_BCR18, reg); 2055 pcn_bcr_write(sc, LE_BCR2, reg); 2062 pcn_bcr_write(sc, LE_BCR2, reg); 2074 pcn_bcr_write(sc, LE_BCR9, reg); 2076 pcn_bcr_write(sc, LE_BCR9, 0); 2134 pcn_bcr_write(sc, LE_BCR33, reg | (phy << PHYAD_SHIFT)) [all...] |