Searched refs:MC_NVRAM_START (Results 1 – 6 of 6) sorted by relevance
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 */
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 */
86 #define NVRAM_SUM (MC_NVRAM_START + CMOS_SUM)87 #define NVRAM_BIOSSPEC (MC_NVRAM_START + CMOS_BIOSSPEC)
60 #define MC_NVRAM_CSUM (MC_NVRAM_START + MC_NVRAM_SIZE - 2)100 for (nreg = MC_NVRAM_START; nreg < MC_NVRAM_CSUM; in nvr_attach()128 return mc146818_read(RTC, byteno + MC_NVRAM_START) & 0xff; in nvr_get_byte()142 uint8_t buf[MC_NVRAM_CSUM - MC_NVRAM_START + 1]; in nvram_uio()154 offset = uio->uio_offset + MC_NVRAM_START; in nvram_uio()185 for (csum = 0, nreg = MC_NVRAM_START; nreg < MC_NVRAM_CSUM; nreg++) in nvram_csum()
118 #define MC_NVRAM_START 0xe /* start of NVRAM: offset 14 */ macro