TLCLK_REG2
ret_val = (inb(TLCLK_REG2) & 0xf0);
SET_PORT_BITS(TLCLK_REG2, 0xf7, val << 3);
SET_PORT_BITS(TLCLK_REG2, 0xfb, val << 2);
SET_PORT_BITS(TLCLK_REG2, 0xfd, val << 1);
SET_PORT_BITS(TLCLK_REG2, 0xfe, val);
if (inb(TLCLK_REG2) & SEC_LOST_MASK)
if (inb(TLCLK_REG2) & PRI_LOST_MASK)