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