Searched refs:FXP_EEPROM_EECS (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/fxp/ |
H A D | if_fxp.c | 1119 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 D | if_fxpreg.h | 442 #define FXP_EEPROM_EECS 0x02 /* chip select */ macro
|