Searched refs:TL_SIO_ECLOK (Results 1 – 2 of 2) sorted by relevance
/dragonfly/sys/dev/netif/tl/ |
H A D | if_tlreg.h | 334 #define TL_SIO_ECLOK 0x40 macro 563 tl_dio_setbit(sc, TL_NETSIO, TL_SIO_ECLOK); /* Pull clock pin high */\ 567 tl_dio_clrbit(sc, TL_NETSIO, TL_SIO_ECLOK); /* Pull clock low again */ 576 tl_dio_setbit(sc, TL_NETSIO, TL_SIO_ECLOK); /* Pull clock high */ \ 580 tl_dio_clrbit(sc, TL_NETSIO, TL_SIO_ECLOK); /* Pull clock low again */
|
H A D | if_tl.c | 479 tl_dio_setbit(sc, TL_NETSIO, TL_SIO_ECLOK); in tl_eeprom_putbyte() 481 tl_dio_clrbit(sc, TL_NETSIO, TL_SIO_ECLOK); in tl_eeprom_putbyte() 492 tl_dio_setbit(sc, TL_NETSIO, TL_SIO_ECLOK); in tl_eeprom_putbyte() 494 tl_dio_clrbit(sc, TL_NETSIO, TL_SIO_ECLOK); in tl_eeprom_putbyte() 546 tl_dio_setbit(sc, TL_NETSIO, TL_SIO_ECLOK); in tl_eeprom_getbyte() 550 tl_dio_clrbit(sc, TL_NETSIO, TL_SIO_ECLOK); in tl_eeprom_getbyte()
|