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

  /src/sys/dev/cardbus/
cardbus_exrom.c 97 unsigned int rom_image = 0; local in function:cardbus_read_exrom
109 thisfunc, rom_image, val);
125 image->rom_image = rom_image;
136 rom_image++;
cardbus_exrom.h 56 unsigned int rom_image; /* image number */ member in struct:cardbus_rom_image
cardbus.c 225 struct cardbus_rom_image_head rom_image; local in function:cardbus_read_tuples
239 if (cardbus_read_exrom(bar_tag, bar_memh, &rom_image))
242 SIMPLEQ_FOREACH(p, &rom_image, next) {
243 if (p->rom_image ==
252 while ((p = SIMPLEQ_FIRST(&rom_image)) != NULL) {
253 SIMPLEQ_REMOVE_HEAD(&rom_image, next);
  /src/sys/arch/next68k/next68k/
nextrom.c 125 uint8_t rom_image[0x2000]; variable in typeref:typename:uint8_t[0x2000]
458 for (j = 0; j < sizeof(rom_image); j++) {
459 RELOC(rom_image[j], uint8_t) =

Completed in 62 milliseconds