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

  /src/sys/arch/sparc/sparc/
clock.c 115 int (*eeprom_nvram_wenable)(int); variable in typeref:typename:int (*)(int)
285 if (eeprom_nvram_wenable != NULL)
286 (*eeprom_nvram_wenable)(1);
314 if (eeprom_nvram_wenable != NULL)
315 (*eeprom_nvram_wenable)(0);

Completed in 13 milliseconds