HomeSort by: relevance | last modified time | path
    Searched defs:eeprom_busy (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sparc/sparc/
clock.c 136 static int eeprom_busy = 0; variable in typeref:typename:int
326 while (eeprom_busy) {
328 error = tsleep(&eeprom_busy, PZERO | PCATCH, "eeprom", 0);
333 eeprom_busy = 1;
343 eeprom_busy = 0;
346 wakeup(&eeprom_busy);
clock.c 136 static int eeprom_busy = 0; variable in typeref:typename:int
326 while (eeprom_busy) {
328 error = tsleep(&eeprom_busy, PZERO | PCATCH, "eeprom", 0);
333 eeprom_busy = 1;
343 eeprom_busy = 0;
346 wakeup(&eeprom_busy);
clock.c 136 static int eeprom_busy = 0; variable in typeref:typename:int
326 while (eeprom_busy) {
328 error = tsleep(&eeprom_busy, PZERO | PCATCH, "eeprom", 0);
333 eeprom_busy = 1;
343 eeprom_busy = 0;
346 wakeup(&eeprom_busy);

Completed in 52 milliseconds