Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Dfxp.c224 reg = FXP_EEPROM_EECS | FXP_EEPROM_EEDI; in fxp_eeprom_shiftin()
226 reg = FXP_EEPROM_EECS; in fxp_eeprom_shiftin()
244 CSR_WRITE_2(sc, FXP_CSR_EEPROMCONTROL, FXP_EEPROM_EECS); in fxp_eeprom_putword()
252 CSR_WRITE_2(sc, FXP_CSR_EEPROMCONTROL, FXP_EEPROM_EECS); in fxp_eeprom_putword()
261 CSR_WRITE_2(sc, FXP_CSR_EEPROMCONTROL, FXP_EEPROM_EECS); in fxp_eeprom_putword()
273 CSR_WRITE_2(sc, FXP_CSR_EEPROMCONTROL, FXP_EEPROM_EECS); in fxp_eeprom_putword()
624 CSR_WRITE_2(sc, FXP_CSR_EEPROMCONTROL, FXP_EEPROM_EECS);
630 reg = FXP_EEPROM_EECS | FXP_EEPROM_EEDI;
632 reg = FXP_EEPROM_EECS;
646 CSR_WRITE_2(sc, FXP_CSR_EEPROMCONTROL, FXP_EEPROM_EECS);
[all …]
Dfxpreg.h271 #define FXP_EEPROM_EECS 0x02 macro