read_ccs_uint8
reg8 = read_ccs_uint8(ice, CCS_INTERRUPT_STATUS);
reg8 = read_ccs_uint8(ice, CCS_INTERRUPT_MASK);
if (read_ccs_uint8(ice, CCS_I2C_CONTROL_STATUS) != 0x80)
return read_ccs_uint8(ice, CCS_I2C_DATA);
if (read_ccs_uint8(ice, CCS_I2C_CONTROL_STATUS) != 0x80)
return read_ccs_uint8(ice, CCS_CCI_DATA);
uint8 read_ccs_uint8(ice1712 *ice, int8 regno);
int_status = read_ccs_uint8(midi->card, CCS_INTERRUPT_MASK);
int_status = read_ccs_uint8(midi->card, CCS_INTERRUPT_MASK);