Lines Matching defs:bAddr
2416 u_int8_t bAddr;
2429 for (bAddr = 0; bAddr < 128; bAddr++, bpEeprom++)
2430 trm_set_data(iot, ioh, bAddr, *bpEeprom);
2449 * bAddr - address of SEEPROM
2455 trm_set_data(bus_space_tag_t iot, bus_space_handle_t ioh, u_int8_t bAddr,
2464 trm_write_cmd(iot, ioh, 0x05, bAddr);
2519 u_int8_t bAddr;
2527 for (bAddr = 0; bAddr < 128; bAddr++, bpEeprom++)
2528 *bpEeprom = trm_get_data(iot, ioh, bAddr);
2542 * bAddr - address of SEEPROM
2547 trm_get_data( bus_space_tag_t iot, bus_space_handle_t ioh, u_int8_t bAddr)
2557 trm_write_cmd(iot, ioh, 0x06, bAddr);
2607 * bAddr - address of SEEPROM
2613 u_int8_t bAddr)
2632 for (i = 0; i < 7; i++, bAddr <<= 1) {
2637 if (bAddr & 0x40) { /* Start from bit 6 */