CMOS_WRITE_BYTE
#define CMOS_WRITE_BYTE(x,y) /* write unsigned char "y" at CMOS loc "x" */
#define CMOS_WRITE_BYTE(x, y) cmos_write_byte(x, y)