Home
last modified time | relevance | path

Searched refs:TRM_S1040_GEN_CONTROL (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/ic/
H A Dtrm.c2421 bus_space_write_1(iot, ioh, TRM_S1040_GEN_CONTROL, in trm_write_all()
2422 (bus_space_read_1(iot, ioh, TRM_S1040_GEN_CONTROL) | EN_EEPROM)); in trm_write_all()
2440 bus_space_write_1(iot, ioh, TRM_S1040_GEN_CONTROL, in trm_write_all()
2441 (bus_space_read_1(iot, ioh, TRM_S1040_GEN_CONTROL) & ~EN_EEPROM)); in trm_write_all()
2524 bus_space_write_1(iot, ioh, TRM_S1040_GEN_CONTROL, in trm_read_all()
2525 (bus_space_read_1(iot, ioh, TRM_S1040_GEN_CONTROL) | EN_EEPROM)); in trm_read_all()
2533 bus_space_write_1(iot, ioh, TRM_S1040_GEN_CONTROL, in trm_read_all()
2534 (bus_space_read_1(iot, ioh, TRM_S1040_GEN_CONTROL) & ~EN_EEPROM)); in trm_read_all()
2780 wval = bus_space_read_2(iot, ioh, TRM_S1040_GEN_CONTROL) & 0x7F; in trm_initAdapter()
2781 bus_space_write_2(iot, ioh, TRM_S1040_GEN_CONTROL, wval); in trm_initAdapter()
H A Dtrm.h495 #define TRM_S1040_GEN_CONTROL 0xD4 /* Global Control */ macro