Searched refs:FXP_EEPROM_EECS (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/ether/ipro100/dev/fxp/ |
H A D | if_fxp.c | 1140 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 D | if_fxpreg.h | 442 #define FXP_EEPROM_EECS 0x02 /* chip select */ macro
|