Lines Matching defs:tmp32
382 uint32_t tmp32;
388 tmp32 = bus_space_read_4(romt, romh, offs + 0);
389 tmp32 = letoh32(tmp32);
390 if (tmp32 != 0x55aa0000) {
393 printf("Invalid HP ROM signature (%08x)\n", tmp32);
402 tmp32 = bus_space_read_4(romt, romh, offs + 4);
403 tmp32 = letoh32(tmp32);
404 if (tmp32 != 0x00000001) { /* 1 == STI ROM */
406 printf("Unknown HP ROM type (%08x)\n", tmp32);