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.c1140 reg = FXP_EEPROM_EECS | FXP_EEPROM_EEDI; in fxp_eeprom_shiftin()
1142 reg = FXP_EEPROM_EECS; in fxp_eeprom_shiftin()
1165 CSR_WRITE_2(sc, FXP_CSR_EEPROMCONTROL, FXP_EEPROM_EECS); in fxp_eeprom_getword()
1176 reg = FXP_EEPROM_EECS | FXP_EEPROM_EEDI; in fxp_eeprom_getword()
1178 reg = FXP_EEPROM_EECS; in fxp_eeprom_getword()
1196 reg = FXP_EEPROM_EECS; in fxp_eeprom_getword()
1219 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()
1236 CSR_WRITE_2(sc, FXP_CSR_EEPROMCONTROL, FXP_EEPROM_EECS); in fxp_eeprom_putword()
1248 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