Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Ddc.c232 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CS);
274 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CS);
293 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CS);
305 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CS);
419 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CS);
Ddcreg.h279 #define DC_SIO_EE_CS 0x00000001 /* EEPROM chip select */ macro