Searched refs:netsio_clr (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/pci/ |
H A D | if_tl.c | 164 static inline void netsio_clr(tl_softc_t *, uint8_t); 169 netsio_clr(tl_softc_t *sc, uint8_t bits) in netsio_clr() function 804 netsio_clr(sc, TL_NETSIO_MTXEN); in tl_mii_sync() 806 netsio_clr(sc, TL_NETSIO_MCLK); in tl_mii_sync() 818 netsio_clr(sc, TL_NETSIO_MCLK); in tl_mii_sendbits() 823 netsio_clr(sc, TL_NETSIO_MDATA); in tl_mii_sendbits() 846 netsio_clr(sc, TL_NETSIO_MTXEN); in tl_mii_read() 847 netsio_clr(sc, TL_NETSIO_MCLK); in tl_mii_read() 849 netsio_clr(sc, TL_NETSIO_MCLK); in tl_mii_read() 857 netsio_clr(sc, TL_NETSIO_MCLK); in tl_mii_read() [all …]
|