Searched refs:Index_Address (Results 1 – 1 of 1) sorted by relevance
104 Index_Address, enumerator227 s->regs[Index_Address] = 0x40; in cs4231a_reset()372 case Index_Address: in cs_read()378 iaddr = s->regs[Index_Address] & 0x0f; in cs_read()380 iaddr = s->regs[Index_Address] & 0x1f; in cs_read()410 case Index_Address: in cs_write()411 if (!(s->regs[Index_Address] & MCE) && (val & MCE) in cs_write()415 s->regs[Index_Address] = val & ~(1 << 7); in cs_write()420 iaddr = s->regs[Index_Address] & 0x0f; in cs_write()422 iaddr = s->regs[Index_Address] & 0x1f; in cs_write()[all …]