Searched refs:DC_SIO_EE_CLK (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/dc/ |
H A D | if_dc.c | 387 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width() 398 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width() 400 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width() 405 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width() 408 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width() 412 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width() 429 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width() 447 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_idle() 453 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_idle() 455 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_idle() [all …]
|
H A D | if_dcreg.h | 278 #define DC_SIO_EE_CLK 0x00000002 /* EEPROM clock */ macro
|