Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Ddc.c224 DC_SETBIT(sc, DC_SIO, DC_SIO_ROMCTL_READ); in dc_eeprom_width()
266 DC_SETBIT(sc, DC_SIO, DC_SIO_ROMCTL_READ); in dc_eeprom_width()
284 DC_SETBIT(sc, DC_SIO, DC_SIO_ROMCTL_READ); in dc_eeprom_idle()
375 SIO_SET(DC_SIO_ROMSEL | DC_SIO_ROMCTL_READ); in dc_eeprom_getword_xircom()
384 SIO_CLR(DC_SIO_ROMSEL | DC_SIO_ROMCTL_READ); in dc_eeprom_getword_xircom()
402 DC_SETBIT(sc, DC_SIO, DC_SIO_ROMCTL_READ); in dc_eeprom_getword()
484 CSR_WRITE_4(sc, DC_SIO, DC_SIO_ROMCTL_READ|DC_SIO_MII_DIR); in dc_mii_readbit()
H A Ddcreg.h294 #define DC_SIO_ROMCTL_READ 0x00004000 macro