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

/freebsd-10.0-release/sys/dev/dc/
H A Dif_dc.c367 #define SIO_SET(x) DC_SETBIT(sc, DC_SIO, (x))
368 #define SIO_CLR(x) DC_CLRBIT(sc, DC_SIO, (x))
388 CSR_WRITE_4(sc, DC_SIO, DC_SIO_EESEL);
390 DC_SETBIT(sc, DC_SIO, DC_SIO_ROMCTL_READ);
392 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK);
394 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CS);
399 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_DATAIN);
401 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_DATAIN);
403 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CLK);
405 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CL
[all...]
H A Dif_dcreg.h48 #define DC_SIO 0x48 /* MII and ROM/EEPROM access */ macro

Completed in 111 milliseconds