HomeSort by relevance Sort by last modified time
    Searched full:phys (Results 101 - 125 of 236) sorted by null

1 2 3 45 6 7 8 910

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
mii.h 17 #define MII_PHYSID1 0x02 /* PHYS ID 1 */
18 #define MII_PHYSID2 0x03 /* PHYS ID 2 */
agpgart.h 95 * need a phys address of the
  /external/qemu/hw/android/goldfish/
pipe.c 1022 hwaddr phys; local
1023 phys = safe_get_phys_page_debug(ENV_GET_CPU(env), page);
1025 phys = phys & TARGET_PTE_MASK;
1027 buffer.data = qemu_get_ram_ptr(phys) + (address - page);
1041 hwaddr phys; local
1042 phys = safe_get_phys_page_debug(ENV_GET_CPU(env), page);
1044 phys = phys & TARGET_PTE_MASK;
1046 buffer.data = qemu_get_ram_ptr(phys) + (address - page)
    [all...]
  /bionic/libc/kernel/uapi/linux/
uhid.h 42 __u8 phys[64]; member in struct:uhid_create_req
  /development/ndk/platforms/android-L/include/linux/
uhid.h 42 __u8 phys[64]; member in struct:uhid_create_req
  /external/e2fsprogs/lib/ext2fs/
dosio.h 43 unsigned char phys; /* Physical DOS drive number */ member in struct:__anon4170
  /external/kernel-headers/original/uapi/drm/
omap_drm.h 36 #define OMAP_BO_SCANOUT 0x00000001 /* scanout capable (phys contiguous) */
  /external/kernel-headers/original/uapi/linux/
agpgart.h 96 * need a phys address of the
mii.h 17 #define MII_PHYSID1 0x02 /* PHYS ID 1 */
18 #define MII_PHYSID2 0x03 /* PHYS ID 2 */
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/Generic/
TrustZoneDevice.h 122 bool findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
CMcKMod.h 130 mcResult_t findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len);
CMcKMod.cpp 86 LOG_V(" mapped to %p, handle=%d, phys=%p ", virtAddr,
138 LOG_V(" MCI mapped to %p, handle=%d, phys=%p, reused=%s",
358 LOG_I(" Registered, handle=%d, L2 phys=0x%x ", params.handle, params.table_phys);
457 mcResult_t CMcKMod::findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len)
475 *phys = (addr_t)wsm.phys;
  /ndk/sources/host-tools/sed-4.2.1/
THANKS 34 Mark Kettenis <kettenis@phys.uva.nl>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
agpgart.h 95 * need a phys address of the
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
uhid.h 42 __u8 phys[64]; member in struct:uhid_create_req
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
uhid.h 42 __u8 phys[64]; member in struct:uhid_create_req
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
uhid.h 42 __u8 phys[64]; member in struct:uhid_create_req
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
uhid.h 42 __u8 phys[64]; member in struct:uhid_create_req
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
uhid.h 42 __u8 phys[64]; member in struct:uhid_create_req
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
uhid.h 42 __u8 phys[64]; member in struct:uhid_create_req
  /external/qemu/hw/mips/
mips_r4k.c 5 * ISA IO space mapped to the 0x14000000 (PHYS) and
6 * ISA memory at the 0x10000000 (PHYS, 16Mb in size).
  /external/qemu/hw/net/
ne2000.c 139 uint8_t phys[6]; /* mac address */ member in struct:NE2000State
409 s->phys[offset - EN1_PHYS] = val;
449 ret = s->phys[offset - EN1_PHYS];
674 qemu_put_buffer(f, s->phys, 6);
716 qemu_get_buffer(f, s->phys, 6);
  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.cpp 234 unmappedSrcSuccess = unmapGPUAddr((unsigned long)((C2D_RGB_SURFACE_DEF *)mSrcSurfaceDef)->phys);
241 unmappedDstSuccess = unmapGPUAddr((unsigned long)((C2D_RGB_SURFACE_DEF *)mDstSurfaceDef)->phys);
306 surfaceDef->phys = (void *)0xaaaaaaaa;
349 srcSurfaceDef->phys = getMappedGPUAddr(fd, data, mSrcSize);
357 dstSurfaceDef->phys = getMappedGPUAddr(fd, data, mDstSize);
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 544 u_char phys[MAXDLADDR];
554 memcpy((char *)phys, (char *)pkt->ethHdr.h_dest, ETHERADDRL);
558 if (dl_saplen > 0) { /* order is sap+phys */
560 (void) memcpy((char*)addr+dl_abssaplen, (char*)phys, ETHERADDRL);
561 } else { /* order is phys+sap */
562 (void) memcpy((char*)addr, (char*)phys, ETHERADDRL);
  /external/e2fsprogs/debugfs/
htree.c 54 fprintf(pager, "Reading directory block %llu, phys %llu\n", blk, pblk);
399 "phys %llu, offset %u\n", (long long)blockcnt,

Completed in 1232 milliseconds

1 2 3 45 6 7 8 910