Searched refs:DC_SIO_EE_CS (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/dc/ |
H A D | if_dcreg.h | 277 #define DC_SIO_EE_CS 0x00000001 /* EEPROM chip select */ macro
|
H A D | if_dc.c | 389 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CS); in dc_eeprom_width() 431 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CS); in dc_eeprom_width() 449 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CS); in dc_eeprom_idle() 461 DC_CLRBIT(sc, DC_SIO, DC_SIO_EE_CS); in dc_eeprom_idle() 567 DC_SETBIT(sc, DC_SIO, DC_SIO_EE_CS); in dc_eeprom_getword()
|