Searched refs:MC_NVRAM_START (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/i386/isa/
H A Dnvram.h43 #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 */
H A Dcmos.c86 #define NVRAM_SUM (MC_NVRAM_START + CMOS_SUM)
87 #define NVRAM_BIOSSPEC (MC_NVRAM_START + CMOS_BIOSSPEC)
/netbsd-current/sys/arch/sandpoint/isa/
H A Dnvram.h43 #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 */
/netbsd-current/sys/arch/shark/isa/
H A Dnvram.h43 #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 */
/netbsd-current/sys/arch/atari/dev/
H A Dnvram.c60 #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++)
/netbsd-current/sys/dev/ic/
H A Dmc146818reg.h118 #define MC_NVRAM_START 0xe /* start of NVRAM: offset 14 */ macro

Completed in 196 milliseconds