Searched refs:mos_reg_write_1 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/usb/net/ |
H A D | if_mos.c | 186 static int mos_reg_write_1(struct mos_softc *, int, int); 312 mos_reg_write_1(struct mos_softc *sc, int reg, int aval) in mos_reg_write_1() function 431 mos_reg_write_1(sc, MOS_PHY_CTL, (phy & MOS_PHYCTL_PHYADDR) | in mos_miibus_readreg() 433 mos_reg_write_1(sc, MOS_PHY_STS, (reg & MOS_PHYSTS_PHYREG) | in mos_miibus_readreg() 461 mos_reg_write_1(sc, MOS_PHY_CTL, (phy & MOS_PHYCTL_PHYADDR) | in mos_miibus_writereg() 463 mos_reg_write_1(sc, MOS_PHY_STS, (reg & MOS_PHYSTS_PHYREG) | in mos_miibus_writereg() 492 mos_reg_write_1(sc, MOS_CTL, val); in mos_miibus_statchg() 495 mos_reg_write_1(sc, MOS_FRAME_DROP_CNT, 0); in mos_miibus_statchg() 513 err = mos_reg_write_1(sc, MOS_CTL, val); in mos_miibus_statchg() 578 mos_reg_write_1(sc, MOS_CTL, rxmode); in mos_setpromisc() [all …]
|