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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
firewire-cdev.h 264 * @rom_length: If @rom is non-zero, at most rom_length bytes of configuration
265 * ROM will be copied into that user space address. In either
267 * configuration ROM.
268 * @rom: If non-zero, address of a buffer to be filled by a copy of the
269 * device's configuration ROM
279 __u64 rom; member in struct:fw_cdev_get_info
376 * struct fw_cdev_add_descriptor - Add contents to the local node's config ROM
384 * node's configuration ROM.
410 * struct fw_cdev_remove_descriptor - Remove contents from the configuration ROM
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
firewire-cdev.h 264 * @rom_length: If @rom is non-zero, at most rom_length bytes of configuration
265 * ROM will be copied into that user space address. In either
267 * configuration ROM.
268 * @rom: If non-zero, address of a buffer to be filled by a copy of the
269 * device's configuration ROM
279 __u64 rom; member in struct:fw_cdev_get_info
376 * struct fw_cdev_add_descriptor - Add contents to the local node's config ROM
384 * node's configuration ROM.
410 * struct fw_cdev_remove_descriptor - Remove contents from the configuration ROM
  /bionic/libc/kernel/uapi/linux/
firewire-cdev.h 172 __u64 rom; member in struct:fw_cdev_get_info
  /development/ndk/platforms/android-L/include/linux/
firewire-cdev.h 172 __u64 rom; member in struct:fw_cdev_get_info
  /external/kernel-headers/original/uapi/linux/
firewire-cdev.h 463 * @rom_length: If @rom is non-zero, up to @rom_length bytes of Configuration
464 * ROM will be copied into that user space address. In either
466 * Configuration ROM.
467 * @rom: If non-zero, address of a buffer to be filled by a copy of the
468 * device's Configuration ROM
484 __u64 rom; member in struct:fw_cdev_get_info
609 * struct fw_cdev_add_descriptor - Add contents to the local node's config ROM
617 * node's Configuration ROM.
632 * change of the Configuration ROM to other nodes.
646 * struct fw_cdev_remove_descriptor - Remove contents from the Configuration ROM
    [all...]
  /external/qemu/hw/i386/
pc.c 224 return 0x03; /* CD-ROM boot */
516 uint8_t rom[512], *p, *reloc; local
520 memset(rom, 0, sizeof(rom));
522 p = rom;
523 /* Make sure we have an option rom signature */
527 /* ROM size in sectors*/
550 *reloc = (p - rom);
581 /* sign rom */
583 for (i = 0; i < (sizeof(rom) - 1); i++
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
firewire-cdev.h 172 __u64 rom; member in struct:fw_cdev_get_info
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
firewire-cdev.h 172 __u64 rom; member in struct:fw_cdev_get_info
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
firewire-cdev.h 172 __u64 rom; member in struct:fw_cdev_get_info
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
firewire-cdev.h 172 __u64 rom; member in struct:fw_cdev_get_info
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
firewire-cdev.h 172 __u64 rom; member in struct:fw_cdev_get_info
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
firewire-cdev.h 172 __u64 rom; member in struct:fw_cdev_get_info
  /external/qemu/target-arm/
helper.c 327 clear at reset. Initial SP and PC are loaded from ROM. */
330 #ifndef CONFIG_ANDROID /* No hw/loader.h and no ROM support for now on Android */
332 uint8_t *rom; local
333 rom = rom_ptr(0);
334 if (rom) {
339 env->regs[13] = ldl_p(rom);
340 pc = ldl_p(rom + 4);
    [all...]

Completed in 450 milliseconds