PULSEN_BIT
hc_value = inl(hc_port) & ~(HOOKN_BIT | HANDN_BIT | PULSEN_BIT);
data = ((value & 0x1) ? PULSEN_BIT : 0);