DC_SIO            203 dev/ic/dc.c    #define SIO_SET(x)	DC_SETBIT(sc, DC_SIO, (x))
DC_SIO            204 dev/ic/dc.c    #define SIO_CLR(x)	DC_CLRBIT(sc, DC_SIO, (x))
DC_SIO            226 dev/ic/dc.c    	CSR_WRITE_4(sc, DC_SIO, DC_SIO_EESEL);
DC_SIO            228 dev/ic/dc.c    	DC_SETBIT(sc, DC_SIO, DC_SIO_ROMCTL_READ);
DC_SIO            230 dev/ic/dc.c    	DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK);
DC_SIO            232 dev/ic/dc.c    	DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CS);
DC_SIO            237 dev/ic/dc.c    			DC_SETBIT(sc, DC_SIO, DC_SIO_EE_DATAIN);
DC_SIO            239 dev/ic/dc.c    			DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_DATAIN);
DC_SIO            241 dev/ic/dc.c    		DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CLK);
DC_SIO            243 dev/ic/dc.c    		DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK);
DC_SIO            248 dev/ic/dc.c    		DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CLK);
DC_SIO            250 dev/ic/dc.c    		if (!(CSR_READ_4(sc, DC_SIO) & DC_SIO_EE_DATAOUT)) {
DC_SIO            251 dev/ic/dc.c    			DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK);
DC_SIO            255 dev/ic/dc.c    		DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK);
DC_SIO            268 dev/ic/dc.c    	CSR_WRITE_4(sc, DC_SIO, DC_SIO_EESEL);
DC_SIO            270 dev/ic/dc.c    	DC_SETBIT(sc, DC_SIO, DC_SIO_ROMCTL_READ);
DC_SIO            272 dev/ic/dc.c    	DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK);
DC_SIO            274 dev/ic/dc.c    	DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CS);
DC_SIO            287 dev/ic/dc.c    	CSR_WRITE_4(sc, DC_SIO, DC_SIO_EESEL);
DC_SIO            289 dev/ic/dc.c    	DC_SETBIT(sc, DC_SIO, DC_SIO_ROMCTL_READ);
DC_SIO            291 dev/ic/dc.c    	DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK);
DC_SIO            293 dev/ic/dc.c    	DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CS);
DC_SIO            297 dev/ic/dc.c    		DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK);
DC_SIO            299 dev/ic/dc.c    		DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CLK);
DC_SIO            303 dev/ic/dc.c    	DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK);
DC_SIO            305 dev/ic/dc.c    	DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CS);
DC_SIO            307 dev/ic/dc.c    	CSR_WRITE_4(sc, DC_SIO, 0x00000000);
DC_SIO            324 dev/ic/dc.c    			DC_SETBIT(sc, DC_SIO, DC_SIO_EE_DATAIN);
DC_SIO            326 dev/ic/dc.c    			DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_DATAIN);
DC_SIO            328 dev/ic/dc.c    		DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CLK);
DC_SIO            330 dev/ic/dc.c    		DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK);
DC_SIO            369 dev/ic/dc.c    		r = CSR_READ_4(sc, DC_SIO);
DC_SIO            389 dev/ic/dc.c    	*dest = (u_int16_t)CSR_READ_4(sc, DC_SIO) & 0xff;
DC_SIO            392 dev/ic/dc.c    	*dest |= ((u_int16_t)CSR_READ_4(sc, DC_SIO) & 0xff) << 8;
DC_SIO            413 dev/ic/dc.c    	CSR_WRITE_4(sc, DC_SIO, DC_SIO_EESEL);
DC_SIO            415 dev/ic/dc.c    	DC_SETBIT(sc, DC_SIO,  DC_SIO_ROMCTL_READ);
DC_SIO            417 dev/ic/dc.c    	DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK);
DC_SIO            419 dev/ic/dc.c    	DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CS);
DC_SIO            433 dev/ic/dc.c    		if (CSR_READ_4(sc, DC_SIO) & DC_SIO_EE_DATAOUT)
DC_SIO            485 dev/ic/dc.c    		CSR_WRITE_4(sc, DC_SIO,
DC_SIO            488 dev/ic/dc.c    		CSR_WRITE_4(sc, DC_SIO, DC_SIO_ROMCTL_WRITE);
DC_SIO            490 dev/ic/dc.c    	DC_SETBIT(sc, DC_SIO, DC_SIO_MII_CLK);
DC_SIO            491 dev/ic/dc.c    	DC_CLRBIT(sc, DC_SIO, DC_SIO_MII_CLK);
DC_SIO            501 dev/ic/dc.c    	CSR_WRITE_4(sc, DC_SIO, DC_SIO_ROMCTL_READ|DC_SIO_MII_DIR);
DC_SIO            502 dev/ic/dc.c    	CSR_READ_4(sc, DC_SIO);
DC_SIO            503 dev/ic/dc.c    	DC_SETBIT(sc, DC_SIO, DC_SIO_MII_CLK);
DC_SIO            504 dev/ic/dc.c    	DC_CLRBIT(sc, DC_SIO, DC_SIO_MII_CLK);
DC_SIO            505 dev/ic/dc.c    	if (CSR_READ_4(sc, DC_SIO) & DC_SIO_MII_DATAIN)
DC_SIO            519 dev/ic/dc.c    	CSR_WRITE_4(sc, DC_SIO, DC_SIO_ROMCTL_WRITE);