Lines Matching refs:TRM_S1040_GEN_CONTROL
1250 DC395x_read8(acb, TRM_S1040_GEN_CONTROL), in dump_register_info()
3623 wval = DC395x_read16(acb, TRM_S1040_GEN_CONTROL) & 0x7F; in set_basic_config()
3624 DC395x_write16(acb, TRM_S1040_GEN_CONTROL, wval); in set_basic_config()
4063 outb((inb(io_port + TRM_S1040_GEN_CONTROL) | EN_EEPROM), in trms1040_write_all()
4064 io_port + TRM_S1040_GEN_CONTROL); in trms1040_write_all()
4081 outb((inb(io_port + TRM_S1040_GEN_CONTROL) & ~EN_EEPROM), in trms1040_write_all()
4082 io_port + TRM_S1040_GEN_CONTROL); in trms1040_write_all()
4141 outb((inb(io_port + TRM_S1040_GEN_CONTROL) | EN_EEPROM), in trms1040_read_all()
4142 io_port + TRM_S1040_GEN_CONTROL); in trms1040_read_all()
4149 outb((inb(io_port + TRM_S1040_GEN_CONTROL) & ~EN_EEPROM), in trms1040_read_all()
4150 io_port + TRM_S1040_GEN_CONTROL); in trms1040_read_all()
4325 bval = DC395x_read8(acb, TRM_S1040_GEN_CONTROL); in adapter_print_config()