cmos.c | 83 #define CMOS_SUM 32 86 #define NVRAM_SUM (MC_NVRAM_START + CMOS_SUM) 95 static void cmos_sum(uint8_t *, int, int, int); 171 cmos_sum(cmos_buf, NVRAM_DISKETTE, NVRAM_SUM, NVRAM_SUM); 183 cmos_sum(uint8_t *p, int from, int to, int offset) function in typeref:typename:void
|