HomeSort by: relevance | last modified time | path
    Searched refs:MC_NVRAM_START (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/i386/isa/
nvram.h 43 #define NVRAM_DIAG (MC_NVRAM_START + 0) /* RTC offset 0xe */
48 #define NVRAM_RESET (MC_NVRAM_START + 1) /* RTC offset 0xf */
55 #define NVRAM_DISKETTE (MC_NVRAM_START + 2) /* RTC offset 0x10 */
66 #define NVRAM_EQUIPMENT (MC_NVRAM_START + 6)
75 #define NVRAM_BASELO (MC_NVRAM_START + 7) /* low byte; RTC off. 0x15 */
76 #define NVRAM_BASEHI (MC_NVRAM_START + 8) /* high byte; RTC off. 0x16 */
79 #define NVRAM_EXTLO (MC_NVRAM_START + 9) /* low byte; RTC off. 0x17 */
80 #define NVRAM_EXTHI (MC_NVRAM_START + 10) /* high byte; RTC off. 0x18 */
83 #define NVRAM_CENTURY (MC_NVRAM_START + 36) /* RTC offset 0x32 */
cmos.c 86 #define NVRAM_SUM (MC_NVRAM_START + CMOS_SUM)
87 #define NVRAM_BIOSSPEC (MC_NVRAM_START + CMOS_BIOSSPEC)
  /src/sys/arch/sandpoint/isa/
nvram.h 43 #define NVRAM_DIAG (MC_NVRAM_START + 0) /* RTC offset 0xe */
48 #define NVRAM_RESET (MC_NVRAM_START + 1) /* RTC offset 0xf */
54 #define NVRAM_DISKETTE (MC_NVRAM_START + 2) /* RTC offset 0x10 */
65 #define NVRAM_EQUIPMENT (MC_NVRAM_START + 6)
74 #define NVRAM_BASELO (MC_NVRAM_START + 7) /* low byte; RTC off. 0x15 */
75 #define NVRAM_BASEHI (MC_NVRAM_START + 8) /* high byte; RTC off. 0x16 */
78 #define NVRAM_EXTLO (MC_NVRAM_START + 9) /* low byte; RTC off. 0x17 */
79 #define NVRAM_EXTHI (MC_NVRAM_START + 10) /* high byte; RTC off. 0x18 */
82 #define NVRAM_CENTURY (MC_NVRAM_START + 36) /* RTC offset 0x32 */
  /src/sys/arch/shark/isa/
nvram.h 43 #define NVRAM_DIAG (MC_NVRAM_START + 0) /* RTC offset 0xe */
48 #define NVRAM_RESET (MC_NVRAM_START + 1) /* RTC offset 0xf */
54 #define NVRAM_DISKETTE (MC_NVRAM_START + 2) /* RTC offset 0x10 */
65 #define NVRAM_EQUIPMENT (MC_NVRAM_START + 6)
74 #define NVRAM_BASELO (MC_NVRAM_START + 7) /* low byte; RTC off. 0x15 */
75 #define NVRAM_BASEHI (MC_NVRAM_START + 8) /* high byte; RTC off. 0x16 */
78 #define NVRAM_EXTLO (MC_NVRAM_START + 9) /* low byte; RTC off. 0x17 */
79 #define NVRAM_EXTHI (MC_NVRAM_START + 10) /* high byte; RTC off. 0x18 */
82 #define NVRAM_CENTURY (MC_NVRAM_START + 36) /* RTC offset 0x32 */
  /src/sys/arch/atari/dev/
nvram.c 60 #define MC_NVRAM_CSUM (MC_NVRAM_START + MC_NVRAM_SIZE - 2)
100 for (nreg = MC_NVRAM_START; nreg < MC_NVRAM_CSUM;
128 return mc146818_read(RTC, byteno + MC_NVRAM_START) & 0xff;
142 uint8_t buf[MC_NVRAM_CSUM - MC_NVRAM_START + 1];
154 offset = uio->uio_offset + MC_NVRAM_START;
185 for (csum = 0, nreg = MC_NVRAM_START; nreg < MC_NVRAM_CSUM; nreg++)
  /src/sys/dev/ic/
mc146818reg.h 118 #define MC_NVRAM_START 0xe /* start of NVRAM: offset 14 */
  /src/sys/arch/x86/isa/
rtc.c 278 if (acpi_active && AcpiGbl_FADT.Century >= MC_NVRAM_START &&
279 AcpiGbl_FADT.Century < (MC_NVRAM_START + MC_NVRAM_SIZE))

Completed in 13 milliseconds