Home
last modified time | relevance | path

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

/freebsd/sys/dev/dc/
H A Dif_dc.c387 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 Dif_dcreg.h278 #define DC_SIO_EE_CLK 0x00000002 /* EEPROM clock */ macro