Searched refs:DC_SIO (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/dc/ |
H A D | if_dc.c | 362 #define SIO_SET(x) DC_SETBIT(sc, DC_SIO, (x)) 363 #define SIO_CLR(x) DC_CLRBIT(sc, DC_SIO, (x)) 383 CSR_WRITE_4(sc, DC_SIO, DC_SIO_EESEL); in dc_eeprom_width() 385 DC_SETBIT(sc, DC_SIO, DC_SIO_ROMCTL_READ); in dc_eeprom_width() 387 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CLK); in dc_eeprom_width() 389 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CS); in dc_eeprom_width() 394 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_DATAIN); in dc_eeprom_width() 396 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_DATAIN); 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() [all …]
|
H A D | if_dcreg.h | 48 #define DC_SIO 0x48 /* MII and ROM/EEPROM access */ macro
|