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

/freebsd-11.0-release/sys/dev/tl/
H A Dif_tlreg.h337 #define TL_SIO_ECLOK 0x40 macro
533 tl_dio_setbit(sc, TL_NETSIO, TL_SIO_ECLOK); /* Pull clock pin high */\
537 tl_dio_clrbit(sc, TL_NETSIO, TL_SIO_ECLOK); /* Pull clock low again */
546 tl_dio_setbit(sc, TL_NETSIO, TL_SIO_ECLOK); /* Pull clock high */ \
550 tl_dio_clrbit(sc, TL_NETSIO, TL_SIO_ECLOK); /* Pull clock low again */
H A Dif_tl.c554 tl_dio_setbit(sc, TL_NETSIO, TL_SIO_ECLOK);
556 tl_dio_clrbit(sc, TL_NETSIO, TL_SIO_ECLOK);
567 tl_dio_setbit(sc, TL_NETSIO, TL_SIO_ECLOK);
569 tl_dio_clrbit(sc, TL_NETSIO, TL_SIO_ECLOK);
624 tl_dio_setbit(sc, TL_NETSIO, TL_SIO_ECLOK);
628 tl_dio_clrbit(sc, TL_NETSIO, TL_SIO_ECLOK);

Completed in 58 milliseconds