HomeSort by: relevance | last modified time | path
    Searched defs:vendor_code (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/hpcmips/stand/lcboot/
i28f128.c 50 static const u_int8_t vendor_code[] = { local in function:i28f128_probe
74 if (REGREAD_2(base, 0x00) != vendor_code[0])
76 if (REGREAD_2(base, 0x02) != vendor_code[1])
i28f128.c 50 static const u_int8_t vendor_code[] = { local in function:i28f128_probe
74 if (REGREAD_2(base, 0x00) != vendor_code[0])
76 if (REGREAD_2(base, 0x02) != vendor_code[1])
  /src/sys/arch/hpcmips/vr/
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])
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])

Completed in 26 milliseconds