bpEeprom         2466 dev/ic/trm.c   	u_int8_t *bpEeprom = (u_int8_t *)pEEpromBuf;
bpEeprom         2480 dev/ic/trm.c   	for (bAddr = 0; bAddr < 128; bAddr++, bpEeprom++)
bpEeprom         2481 dev/ic/trm.c   		trm_set_data(iot, ioh, bAddr, *bpEeprom);
bpEeprom         2569 dev/ic/trm.c   	u_int8_t *bpEeprom = (u_int8_t *)pEEpromBuf;
bpEeprom         2578 dev/ic/trm.c   	for (bAddr = 0; bAddr < 128; bAddr++, bpEeprom++)
bpEeprom         2579 dev/ic/trm.c   		*bpEeprom = trm_get_data(iot, ioh, bAddr);