Searched refs:FXP_CSR_EEPROMCONTROL (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/fxp/
H A Dif_fxp.c1151 CSR_WRITE_2(sc, FXP_CSR_EEPROMCONTROL, reg);
1153 CSR_WRITE_2(sc, FXP_CSR_EEPROMCONTROL, reg | FXP_EEPROM_EESK);
1155 CSR_WRITE_2(sc, FXP_CSR_EEPROMCONTROL, reg);
1173 CSR_WRITE_2(sc, FXP_CSR_EEPROMCONTROL, FXP_EEPROM_EECS);
1187 CSR_WRITE_2(sc, FXP_CSR_EEPROMCONTROL, reg);
1189 CSR_WRITE_2(sc, FXP_CSR_EEPROMCONTROL, reg | FXP_EEPROM_EESK);
1191 CSR_WRITE_2(sc, FXP_CSR_EEPROMCONTROL, reg);
1193 reg = CSR_READ_2(sc, FXP_CSR_EEPROMCONTROL) & FXP_EEPROM_EEDO;
1206 CSR_WRITE_2(sc, FXP_CSR_EEPROMCONTROL, reg | FXP_EEPROM_EESK);
1208 if (CSR_READ_2(sc, FXP_CSR_EEPROMCONTROL)
[all...]
H A Dif_fxpreg.h46 #define FXP_CSR_EEPROMCONTROL 14 /* eeprom control (2 bytes) */ macro

Completed in 97 milliseconds