Searched refs:NVRAM_OFFSET (Results 1 – 2 of 2) sorted by relevance
16 #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 …]
13 #define NVRAM_OFFSET(x) ((x)-NVRAM_FIRST_BYTE) macro