Home
last modified time | relevance | path

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

/freebsd/sys/dev/fxp/
H A Dif_fxp.c1119 reg = FXP_EEPROM_EECS | FXP_EEPROM_EEDI; in fxp_eeprom_shiftin()
1121 reg = FXP_EEPROM_EECS; in fxp_eeprom_shiftin()
1144 CSR_WRITE_2(sc, FXP_CSR_EEPROMCONTROL, FXP_EEPROM_EECS); in fxp_eeprom_getword()
1155 reg = FXP_EEPROM_EECS | FXP_EEPROM_EEDI; in fxp_eeprom_getword()
1157 reg = FXP_EEPROM_EECS; in fxp_eeprom_getword()
1175 reg = FXP_EEPROM_EECS; in fxp_eeprom_getword()
1198 CSR_WRITE_2(sc, FXP_CSR_EEPROMCONTROL, FXP_EEPROM_EECS); in fxp_eeprom_putword()
1206 CSR_WRITE_2(sc, FXP_CSR_EEPROMCONTROL, FXP_EEPROM_EECS); in fxp_eeprom_putword()
1215 CSR_WRITE_2(sc, FXP_CSR_EEPROMCONTROL, FXP_EEPROM_EECS); in fxp_eeprom_putword()
1227 CSR_WRITE_2(sc, FXP_CSR_EEPROMCONTROL, FXP_EEPROM_EECS); in fxp_eeprom_putword()
H A Dif_fxpreg.h442 #define FXP_EEPROM_EECS 0x02 /* chip select */ macro