HomeSort by: relevance | last modified time | path
    Searched defs:netsio_clr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_tl.c 164 static inline void netsio_clr(tl_softc_t *, uint8_t);
169 netsio_clr(tl_softc_t *sc, uint8_t bits) function in typeref:typename:void
804 netsio_clr(sc, TL_NETSIO_MTXEN);
806 netsio_clr(sc, TL_NETSIO_MCLK);
818 netsio_clr(sc, TL_NETSIO_MCLK);
823 netsio_clr(sc, TL_NETSIO_MDATA);
846 netsio_clr(sc, TL_NETSIO_MTXEN);
847 netsio_clr(sc, TL_NETSIO_MCLK);
849 netsio_clr(sc, TL_NETSIO_MCLK);
857 netsio_clr(sc, TL_NETSIO_MCLK)
    [all...]

Completed in 53 milliseconds