HomeSort by relevance Sort by last modified time
    Searched refs:rom (Results 1 - 16 of 16) sorted by null

  /external/grub/netboot/
etherboot.h 480 rom_address_ok (struct rom_info *rom, int assigned_rom_segment)
483 || assigned_rom_segment == rom->rom_segment);
532 extern struct rom_info rom;
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:__anon8213
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];
config.c 488 &rom, /* rom_info */
521 /* In GRUB, the ROM info is initialized here. */
522 rom = *((struct rom_info *) ROM_INFO_LOCATION);
pci.c 450 /* Get the ROM base address */
453 printf("Found %s at %#hx, ROM address %#hx\n",
455 /* Take the first one or the one that matches in boot ROM address */
456 if (pci_ioaddr == 0 || romaddr == ((unsigned long) rom.rom_segment << 4)) {
main.c 53 struct rom_info rom; variable in typeref:struct:rom_info
  /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...]
  /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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
gus.h 328 unsigned int rom_memory; /* GUS's ROM size in bytes */
330 unsigned int rom_banks; /* GUS's ROM banks */
662 unsigned int addr, unsigned int size, int rom);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
gus.h 328 unsigned int rom_memory; /* GUS's ROM size in bytes */
330 unsigned int rom_banks; /* GUS's ROM banks */
662 unsigned int addr, unsigned int size, int rom);
  /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...]
  /external/kernel-headers/original/linux/
pci.h 127 u8 rom_base_reg; /* which config register controls the ROM */
172 struct bin_attribute *rom_attr; /* attribute descriptor for sysfs ROM entry */
173 int rom_attr_enabled; /* has display of the rom attribute been enabled? */
210 * 6 expansion ROM
506 /* ROM control related routines */
509 void pci_unmap_rom(struct pci_dev *pdev, void __iomem *rom);
  /build/core/
main.mk 772 # Build files and then package it into the rom formats
  /external/qemu-pc-bios/vgabios/
vgabios.c 137 .rom
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 27 // ROM BIOS for use with Bochs/Plex86/QEMU emulation environment
30 // ROM BIOS compatability entry points:
59 // $fff5 ; ASCII Date ROM was built - 8 characters in MM/DD/YY
71 // - CD-ROM booting is only available if ATA/ATAPI Driver is available
226 .rom
    [all...]

Completed in 719 milliseconds