Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/cardbus/
Dcardbus_exrom.c97 unsigned int rom_image = 0; in cardbus_read_exrom() local
109 thisfunc, rom_image, val); in cardbus_read_exrom()
125 image->rom_image = rom_image; in cardbus_read_exrom()
136 rom_image++; in cardbus_read_exrom()
Dcardbus_exrom.h56 unsigned int rom_image; /* image number */ member
Dcardbus.c225 struct cardbus_rom_image_head rom_image; in cardbus_read_tuples() local
239 if (cardbus_read_exrom(bar_tag, bar_memh, &rom_image)) in cardbus_read_tuples()
242 SIMPLEQ_FOREACH(p, &rom_image, next) { in cardbus_read_tuples()
243 if (p->rom_image == in cardbus_read_tuples()
252 while ((p = SIMPLEQ_FIRST(&rom_image)) != NULL) { in cardbus_read_tuples()
253 SIMPLEQ_REMOVE_HEAD(&rom_image, next); in cardbus_read_tuples()
/netbsd/src/sys/arch/next68k/next68k/
Dnextrom.c125 uint8_t rom_image[0x2000]; variable
458 for (j = 0; j < sizeof(rom_image); j++) { in next68k_bootargs()
459 RELOC(rom_image[j], uint8_t) = in next68k_bootargs()