Searched refs:mos_reg_write_1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/dev/usb/net/
H A Dif_mos.c178 static int mos_reg_write_1(struct mos_softc *, int, int);
307 mos_reg_write_1(struct mos_softc *sc, int reg, int aval) function
323 MOS_DPRINTFN("mos_reg_write_1 error, reg: %d", reg);
429 mos_reg_write_1(sc, MOS_PHY_CTL, (phy & MOS_PHYCTL_PHYADDR) |
431 mos_reg_write_1(sc, MOS_PHY_STS, (reg & MOS_PHYSTS_PHYREG) |
459 mos_reg_write_1(sc, MOS_PHY_CTL, (phy & MOS_PHYCTL_PHYADDR) |
461 mos_reg_write_1(sc, MOS_PHY_STS, (reg & MOS_PHYSTS_PHYREG) |
490 mos_reg_write_1(sc, MOS_CTL, val);
493 mos_reg_write_1(sc, MOS_FRAME_DROP_CNT, 0);
511 err = mos_reg_write_1(s
[all...]

Completed in 54 milliseconds