sys/dev/ic/trm.c
2421
bus_space_write_1(iot, ioh, TRM_S1040_GEN_CONTROL,
sys/dev/ic/trm.c
2422
(bus_space_read_1(iot, ioh, TRM_S1040_GEN_CONTROL) | EN_EEPROM));
sys/dev/ic/trm.c
2440
bus_space_write_1(iot, ioh, TRM_S1040_GEN_CONTROL,
sys/dev/ic/trm.c
2441
(bus_space_read_1(iot, ioh, TRM_S1040_GEN_CONTROL) & ~EN_EEPROM));
sys/dev/ic/trm.c
2524
bus_space_write_1(iot, ioh, TRM_S1040_GEN_CONTROL,
sys/dev/ic/trm.c
2525
(bus_space_read_1(iot, ioh, TRM_S1040_GEN_CONTROL) | EN_EEPROM));
sys/dev/ic/trm.c
2533
bus_space_write_1(iot, ioh, TRM_S1040_GEN_CONTROL,
sys/dev/ic/trm.c
2534
(bus_space_read_1(iot, ioh, TRM_S1040_GEN_CONTROL) & ~EN_EEPROM));
sys/dev/ic/trm.c
2780
wval = bus_space_read_2(iot, ioh, TRM_S1040_GEN_CONTROL) & 0x7F;
sys/dev/ic/trm.c
2781
bus_space_write_2(iot, ioh, TRM_S1040_GEN_CONTROL, wval);