TRM_S1040_GEN_CONTROL 2472 dev/ic/trm.c   	bus_space_write_1(iot, ioh, TRM_S1040_GEN_CONTROL,
TRM_S1040_GEN_CONTROL 2473 dev/ic/trm.c   	    (bus_space_read_1(iot, ioh, TRM_S1040_GEN_CONTROL) | EN_EEPROM));
TRM_S1040_GEN_CONTROL 2491 dev/ic/trm.c   	bus_space_write_1(iot, ioh, TRM_S1040_GEN_CONTROL,
TRM_S1040_GEN_CONTROL 2492 dev/ic/trm.c   	    (bus_space_read_1(iot, ioh, TRM_S1040_GEN_CONTROL) & ~EN_EEPROM));
TRM_S1040_GEN_CONTROL 2575 dev/ic/trm.c   	bus_space_write_1(iot, ioh, TRM_S1040_GEN_CONTROL,
TRM_S1040_GEN_CONTROL 2576 dev/ic/trm.c   	    (bus_space_read_1(iot, ioh, TRM_S1040_GEN_CONTROL) | EN_EEPROM));
TRM_S1040_GEN_CONTROL 2584 dev/ic/trm.c   	bus_space_write_1(iot, ioh, TRM_S1040_GEN_CONTROL,
TRM_S1040_GEN_CONTROL 2585 dev/ic/trm.c   	    (bus_space_read_1(iot, ioh, TRM_S1040_GEN_CONTROL) & ~EN_EEPROM));
TRM_S1040_GEN_CONTROL 2831 dev/ic/trm.c   	wval = bus_space_read_2(iot, ioh, TRM_S1040_GEN_CONTROL) & 0x7F;
TRM_S1040_GEN_CONTROL 2832 dev/ic/trm.c   	bus_space_write_2(iot, ioh, TRM_S1040_GEN_CONTROL, wval);