/external/grub/netboot/ |
main.c | 53 struct rom_info rom; variable in typeref:struct:rom_info
|
sk_g16.c | 91 * Boot_ROM, ROM - are used for referencing the BootEPROM 144 #define SK_POS2 ioaddr+2 /* Card-Enable, Boot-ROM Disable (RW) */ 399 unsigned char rom[0x0020]; /* 32Byte PROM containing 6Byte MAC */ member in struct:__anon18423 802 SK_print_pos(nic, "POS registers after ROM, RAM config"); 807 board->rom[0], board->rom[2], board->rom[4])); 812 *(nic->node_addr+i) = board->rom[j];
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
firewire-cdev.h | 194 * @rom_length: If @rom is non-zero, at most rom_length bytes of configuration 195 * ROM will be copied into that user space address. In either 197 * configuration ROM. 198 * @rom: If non-zero, address of a buffer to be filled by a copy of the 199 * local node's configuration ROM 209 __u64 rom; member in struct:fw_cdev_get_info 306 * struct fw_cdev_add_descriptor - Add contents to the local node's config ROM 314 * node's configuration ROM. 337 * struct fw_cdev_remove_descriptor - Remove contents from the configuration ROM 342 * node's configuration ROM [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
firewire-cdev.h | 194 * @rom_length: If @rom is non-zero, at most rom_length bytes of configuration 195 * ROM will be copied into that user space address. In either 197 * configuration ROM. 198 * @rom: If non-zero, address of a buffer to be filled by a copy of the 199 * local node's configuration ROM 209 __u64 rom; member in struct:fw_cdev_get_info 306 * struct fw_cdev_add_descriptor - Add contents to the local node's config ROM 314 * node's configuration ROM. 337 * struct fw_cdev_remove_descriptor - Remove contents from the configuration ROM 342 * node's configuration ROM [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
firewire-cdev.h | 194 * @rom_length: If @rom is non-zero, at most rom_length bytes of configuration 195 * ROM will be copied into that user space address. In either 197 * configuration ROM. 198 * @rom: If non-zero, address of a buffer to be filled by a copy of the 199 * local node's configuration ROM 209 __u64 rom; member in struct:fw_cdev_get_info 306 * struct fw_cdev_add_descriptor - Add contents to the local node's config ROM 314 * node's configuration ROM. 337 * struct fw_cdev_remove_descriptor - Remove contents from the configuration ROM 342 * node's configuration ROM [all...] |
/external/qemu/hw/ |
pc.c | 231 return 0x03; /* CD-ROM boot */ 522 uint8_t rom[512], *p, *reloc; local 526 memset(rom, 0, sizeof(rom)); 528 p = rom; 529 /* Make sure we have an option rom signature */ 533 /* ROM size in sectors*/ 556 *reloc = (p - rom); 587 /* sign rom */ 589 for (i = 0; i < (sizeof(rom) - 1); i++ [all...] |
/external/qemu/target-arm/ |
helper.c | 291 clear at reset. Initial SP and PC are loaded from ROM. */ 294 uint8_t *rom; local 296 #ifndef CONFIG_ANDROID /* No hw/loader.h and no ROM support for now on Android */ 297 rom = rom_ptr(0); 298 if (rom) { 303 env->regs[13] = ldl_p(rom); 304 pc = ldl_p(rom + 4); [all...] |