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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Deeprom.h61 static inline void eeprom_update(struct eeprom *ee, u32 mask, int pol) function
83 eeprom_update(ee, ee->eeclk, pol);
91 eeprom_update(ee, ee->eeclk, !pol);
103 eeprom_update(ee, ee->eedi, ((address >> 10) & 1) ^ pol);
108 eeprom_update(ee, ee->eedi, pol);
117 eeprom_update(ee, ee->eesel, 1 ^ !!(ee->polarity & EEPOL_EESEL));
129 eeprom_update(ee, ee->eesel, 0 ^ !!(ee->polarity & EEPOL_EESEL));
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Deeprom.h61 static inline void eeprom_update(struct eeprom *ee, u32 mask, int pol) function
83 eeprom_update(ee, ee->eeclk, pol);
91 eeprom_update(ee, ee->eeclk, !pol);
103 eeprom_update(ee, ee->eedi, ((address >> 10) & 1) ^ pol);
108 eeprom_update(ee, ee->eedi, pol);
117 eeprom_update(ee, ee->eesel, 1 ^ !!(ee->polarity & EEPOL_EESEL));
129 eeprom_update(ee, ee->eesel, 0 ^ !!(ee->polarity & EEPOL_EESEL));

Completed in 83 milliseconds