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

/drivers/staging/comedi/drivers/addi-data/
H A Daddi_amcc_S5920.c73 unsigned int dw_eeprom_busy = 0; local
87 dw_eeprom_busy =
90 dw_eeprom_busy = dw_eeprom_busy & EEPROM_BUSY;
91 } while (dw_eeprom_busy == EEPROM_BUSY);
104 dw_eeprom_busy =
107 dw_eeprom_busy = dw_eeprom_busy & EEPROM_BUSY;
108 } while (dw_eeprom_busy == EEPROM_BUSY);
117 dw_eeprom_busy
[all...]
H A Dhwdrv_apci3200.c117 unsigned int dw_eeprom_busy = 0; local
131 dw_eeprom_busy =
134 dw_eeprom_busy = dw_eeprom_busy & EEPROM_BUSY;
135 } while (dw_eeprom_busy == EEPROM_BUSY);
148 dw_eeprom_busy =
151 dw_eeprom_busy = dw_eeprom_busy & EEPROM_BUSY;
152 } while (dw_eeprom_busy == EEPROM_BUSY);
161 dw_eeprom_busy
[all...]

Completed in 375 milliseconds