HomeSort by relevance Sort by last modified time
    Searched refs:phys (Results 1 - 25 of 41) sorted by null

1 2

  /bionic/libc/kernel/arch-sh/asm/
fixmap.h 26 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
28 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
  /bionic/libc/kernel/arch-x86/asm/
fixmap_32.h 38 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
40 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
  /development/ndk/platforms/android-5/arch-x86/include/asm/
fixmap_32.h 38 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
40 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
fixmap_32.h 38 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
40 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
fixmap_32.h 38 #define set_fixmap(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL)
40 #define set_fixmap_nocache(idx, phys) __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
  /external/kernel-headers/original/asm-x86/
fixmap_32.h 48 * highger than 1) use fixmap_set(idx,phys) to associate
102 unsigned long phys, pgprot_t flags);
105 #define set_fixmap(idx, phys) \
106 __set_fixmap(idx, phys, PAGE_KERNEL)
110 #define set_fixmap_nocache(idx, phys) \
111 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
  /bionic/libc/kernel/common/linux/
msm_hw3d.h 38 unsigned long phys; member in struct:hw3d_region
msm_q6venc.h 103 unsigned int phys; member in struct:venc_buf_type
188 void *phys; member in struct:venc_pmem
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
msm_hw3d.h 38 unsigned long phys; member in struct:hw3d_region
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
msm_hw3d.h 38 unsigned long phys; member in struct:hw3d_region
  /external/e2fsprogs/lib/ext2fs/
dosio.c 110 unsigned short phys,
235 part->phys = 0x80;
236 part->phys += toupper(tmp[2]) - 'A';
248 part->phys = isdigit((int)tmp[2]) ? tmp[2] - '0' : 0;
250 part->phys = 0x00; /* We'll assume /dev/fd0 */
258 if(part->phys < 0x80)
271 part->phys,
296 _dio_hw_error = biosdisk(DISK_READ, part->phys, 0, 0, 1, 1, sec);
307 pent = scan_partition_table(pent, part->phys, &part->pno);
391 part->phys,
    [all...]
dosio.h 39 unsigned char phys; /* Physical DOS drive number */ member in struct:__anon3349
  /external/kernel-headers/original/linux/
msm_hw3d.h 44 unsigned long phys; member in struct:hw3d_region
msm_q6venc.h 120 unsigned int phys; member in struct:venc_buf_type
205 void *phys; member in struct:venc_pmem
  /external/grub/netboot/
epic100.c 82 static signed char phys[4]; /* MII device addresses. */ variable
185 for (phy = 0, phy_idx = 0; phy < 32 && phy_idx < sizeof(phys); phy++) {
189 phys[phy_idx++] = phy;
200 phys[0] = 3;
229 mii_reg5 = mii_read(phys[0], 5);
w89c840.c 256 unsigned char phys[2]; /* MII device addresses. */ member in struct:winbond_private
673 w840private.phys[phy_idx++] = phy;
823 if (location == 4 && phy_id == w840private.phys[0])
850 int mii_reg5 = mdio_read(ioaddr, w840private.phys[0], 5);
863 duplex ? "full" : "half", w840private.phys[0], negotiated);
  /bionic/libc/kernel/common/linux/mtd/
map.h 48 unsigned long phys; member in struct:map_info
  /development/ndk/platforms/android-3/include/linux/mtd/
map.h 48 unsigned long phys; member in struct:map_info
  /external/e2fsprogs/e2fsck/
jfs_user.h 106 int journal_bmap(journal_t *journal, blk_t block, unsigned long *phys);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/mtd/
map.h 48 unsigned long phys; member in struct:map_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/mtd/
map.h 48 unsigned long phys; member in struct:map_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/mtd/
map.h 48 unsigned long phys; member in struct:map_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/mtd/
map.h 48 unsigned long phys; member in struct:map_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/mtd/
map.h 48 unsigned long phys; member in struct:map_info
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/mtd/
map.h 48 unsigned long phys; member in struct:map_info

Completed in 2549 milliseconds

1 2