Searched refs:TRM_S1040_GEN_CONTROL (Results 1 – 2 of 2) sorted by relevance
582 #define TRM_S1040_GEN_CONTROL 0xD4 /* Global Control */ macro
1250 DC395x_read8(acb, TRM_S1040_GEN_CONTROL), in dump_register_info()3624 wval = DC395x_read16(acb, TRM_S1040_GEN_CONTROL) & 0x7F; in set_basic_config()3625 DC395x_write16(acb, TRM_S1040_GEN_CONTROL, wval); in set_basic_config()4064 outb((inb(io_port + TRM_S1040_GEN_CONTROL) | EN_EEPROM), in trms1040_write_all()4065 io_port + TRM_S1040_GEN_CONTROL); in trms1040_write_all()4082 outb((inb(io_port + TRM_S1040_GEN_CONTROL) & ~EN_EEPROM), in trms1040_write_all()4083 io_port + TRM_S1040_GEN_CONTROL); in trms1040_write_all()4142 outb((inb(io_port + TRM_S1040_GEN_CONTROL) | EN_EEPROM), in trms1040_read_all()4143 io_port + TRM_S1040_GEN_CONTROL); in trms1040_read_all()4150 outb((inb(io_port + TRM_S1040_GEN_CONTROL) & ~EN_EEPROM), in trms1040_read_all()[all …]