Searched refs:rom_image (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/cardbus/
H A Dcardbus_exrom.c97 unsigned int rom_image = 0; local
109 thisfunc, rom_image, val);
125 image->rom_image = rom_image;
136 rom_image++;
H A Dcardbus_exrom.h56 unsigned int rom_image; /* image number */ member in struct:cardbus_rom_image
H A Dcardbus.c225 struct cardbus_rom_image_head rom_image; local
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);
/netbsd-current/sys/arch/next68k/next68k/
H A Dnextrom.c125 uint8_t rom_image[0x2000]; variable
458 for (j = 0; j < sizeof(rom_image); j++) {
459 RELOC(rom_image[j], uint8_t) =

Completed in 134 milliseconds