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

  /src/sys/dev/pci/
if_tl.c 166 static inline uint8_t netsio_read(tl_softc_t *, uint8_t);
185 netsio_read(tl_softc_t *sc, uint8_t bits) function in typeref:typename:uint8_t
819 netsio_read(sc, TL_NETSIO_MCLK);
825 netsio_read(sc, TL_NETSIO_MCLK);
851 err = netsio_read(sc, TL_NETSIO_MDATA);
858 if (err == 0 && netsio_read(sc, TL_NETSIO_MDATA))

Completed in 12 milliseconds