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

  /src/sys/arch/x86/isa/
rtc.c 252 * patchable to control century byte handling:
262 * Being here, deal with the CMOS century byte.
278 if (acpi_active && AcpiGbl_FADT.Century >= MC_NVRAM_START &&
279 AcpiGbl_FADT.Century < (MC_NVRAM_START + MC_NVRAM_SIZE))
281 (centb = AcpiGbl_FADT.Century));
302 /* XXX note: saying "century is 20" might confuse the naive. */
303 printf("WARNING: NVRAM century is %d but RTC year is %d\n",
306 /* Kludge to roll over century. */
310 printf("WARNING: Setting NVRAM century to %d\n",
349 int century; local in function:rtc_set_ymdhms
    [all...]
rtc.c 252 * patchable to control century byte handling:
262 * Being here, deal with the CMOS century byte.
278 if (acpi_active && AcpiGbl_FADT.Century >= MC_NVRAM_START &&
279 AcpiGbl_FADT.Century < (MC_NVRAM_START + MC_NVRAM_SIZE))
281 (centb = AcpiGbl_FADT.Century));
302 /* XXX note: saying "century is 20" might confuse the naive. */
303 printf("WARNING: NVRAM century is %d but RTC year is %d\n",
306 /* Kludge to roll over century. */
310 printf("WARNING: Setting NVRAM century to %d\n",
349 int century; local in function:rtc_set_ymdhms
    [all...]

Completed in 23 milliseconds