Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/dc/
H A Dif_dc.c385 DC_SETBIT(sc, DC_SIO, DC_SIO_ROMCTL_READ); in dc_eeprom_width()
427 DC_SETBIT(sc, DC_SIO, DC_SIO_ROMCTL_READ); in dc_eeprom_width()
445 DC_SETBIT(sc, DC_SIO, DC_SIO_ROMCTL_READ); in dc_eeprom_idle()
536 SIO_SET(DC_SIO_ROMSEL | DC_SIO_ROMCTL_READ); in dc_eeprom_getword_xircom()
545 SIO_CLR(DC_SIO_ROMSEL | DC_SIO_ROMCTL_READ); in dc_eeprom_getword_xircom()
563 DC_SETBIT(sc, DC_SIO, DC_SIO_ROMCTL_READ); in dc_eeprom_getword()
H A Dif_dcreg.h288 #define DC_SIO_ROMCTL_READ 0x00004000 macro