Home
last modified time | relevance | path

Searched refs:NVRAM_OFFSET (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dcobalt-nvram.h16 #define COBT_CMOS_CKS_START NVRAM_OFFSET(0x0e)
17 #define COBT_CMOS_CKS_END NVRAM_OFFSET(0x7f)
20 #define COBT_CMOS_FLAG_BYTE_0 NVRAM_OFFSET(0x10)
21 #define COBT_CMOS_FLAG_BYTE_1 NVRAM_OFFSET(0x11)
40 #define COBT_CMOS_VERSION NVRAM_OFFSET(0x13)
44 #define COBT_CMOS_BOOT_METHOD NVRAM_OFFSET(0x20)
49 #define COBT_CMOS_BOOT_DEV_MIN NVRAM_OFFSET(0x21)
51 #define COBT_CMOS_BOOT_DEV0_MAJ NVRAM_OFFSET(0x21)
52 #define COBT_CMOS_BOOT_DEV0_MIN NVRAM_OFFSET(0x22)
53 #define COBT_CMOS_BOOT_DEV1_MAJ NVRAM_OFFSET(0x23)
[all …]
Dnvram.h13 #define NVRAM_OFFSET(x) ((x)-NVRAM_FIRST_BYTE) macro