Home
last modified time | relevance | path

Searched refs:DC_SIO_EE_CS (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/dc/
H A Dif_dc.c360 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CS); in dc_eeprom_width()
402 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CS); in dc_eeprom_width()
420 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CS); in dc_eeprom_idle()
432 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CS); in dc_eeprom_idle()
543 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CS); in dc_eeprom_getword()
H A Dif_dcreg.h267 #define DC_SIO_EE_CS 0x00000001 /* EEPROM chip select */ macro