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

1 2

  /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)
  /ndk/build/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)
  /ndk/build/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
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
msm_hw3d.h 38 unsigned long phys; member in struct:hw3d_region
  /ndk/build/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:__anon1682
  /external/kernel-headers/original/linux/
msm_hw3d.h 44 unsigned long phys; member in struct:hw3d_region
serio.h 29 char phys[32]; member in struct:serio
  /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);
tulip.c 428 signed char phys[4], mii_cnt; /* MII device addresses. */
427 signed char phys[4], mii_cnt; \/* MII device addresses. *\/ member in struct:tulip_private
    [all...]
  /bionic/libc/kernel/common/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);
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/mtd/
map.h 48 unsigned long phys; member in struct:map_info
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/mtd/
map.h 48 unsigned long phys; member in struct:map_info
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/mtd/
map.h 48 unsigned long phys; member in struct:map_info
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/mtd/
map.h 48 unsigned long phys; member in struct:map_info
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/mtd/
map.h 48 unsigned long phys; member in struct:map_info
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/mtd/
map.h 48 unsigned long phys; member in struct:map_info
  /bootable/bootloader/legacy/arch_msm7k/
hsusb.c 124 unsigned phys = (unsigned) req->buf; local
128 item->page0 = phys;
129 item->page1 = (phys & 0xfffff000) + 0x1000;
  /hardware/msm7k/libgralloc/
gralloc.cpp 257 LOGD("smi: offset=%08lx, len=%08lx, phys=%p",
260 regions[HW3D_SMI].phys);
261 LOGD("ebi: offset=%08lx, len=%08lx, phys=%p",
264 regions[HW3D_EBI].phys);
265 LOGD("reg: offset=%08lx, len=%08lx, phys=%p",
268 regions[HW3D_REGS].phys);

Completed in 963 milliseconds

1 2