Home
last modified time | relevance | path

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

/NextBSD/sys/dev/dc/
HDif_dc.c368 #define SIO_SET(x) DC_SETBIT(sc, DC_SIO, (x))
369 #define SIO_CLR(x) DC_CLRBIT(sc, DC_SIO, (x))
389 CSR_WRITE_4(sc, DC_SIO, DC_SIO_EESEL); in dc_eeprom_width()
391 DC_SETBIT(sc, DC_SIO, DC_SIO_ROMCTL_READ); in dc_eeprom_width()
393 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width()
395 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CS); in dc_eeprom_width()
400 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_DATAIN); in dc_eeprom_width()
402 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_DATAIN); in dc_eeprom_width()
404 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width()
406 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width()
[all …]
HDif_dcreg.h48 #define DC_SIO 0x48 /* MII and ROM/EEPROM access */ macro