flash_vrip.c | 413 static const u_int8_t vendor_code[] = { local in function:i28f128_probe 436 if (bus_space_read_2(iot, ioh, 0x00) != vendor_code[0]) 438 if (bus_space_read_2(iot, ioh, 0x02) != vendor_code[1]) 452 static const u_int16_t vendor_code[] = { local in function:mbm29160_probe 480 if (bus_space_read_2(iot, ioh, 0x00) != vendor_code[0]) 482 if (bus_space_read_2(iot, ioh, 0x02) != vendor_code[1])
|