/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/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);
|
/bionic/libc/kernel/common/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:__anon20159
|
/external/kernel-headers/original/asm-mips/ |
fixmap.h | 34 * highger than 1) use fixmap_set(idx,phys) to associate
|
/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", 364 LOG_I(" Registered, handle=%d, L2 phys=0x%x ", params.handle, params.table_phys); 463 mcResult_t CMcKMod::findContiguousWsm(uint32_t handle, addr_t *phys, uint32_t *len) 481 *phys = (addr_t)wsm.phys;
|
/ndk/sources/host-tools/sed-4.2.1/ |
THANKS | 34 Mark Kettenis <kettenis@phys.uva.nl>
|
/external/qemu/hw/ |
mips_r4k.c | 5 * ISA IO space mapped to the 0x14000000 (PHYS) and 6 * ISA memory at the 0x10000000 (PHYS, 16Mb in size).
|
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);
|
goldfish_pipe.c | 1015 target_phys_addr_t phys; local 1016 phys = safe_get_phys_page_debug(env, page); 1017 buffer.data = qemu_get_ram_ptr(phys) + (address - page); 1030 target_phys_addr_t phys; local 1031 phys = safe_get_phys_page_debug(env, page); 1032 buffer.data = qemu_get_ram_ptr(phys) + (address - page); [all...] |
/hardware/qcom/media/libc2dcolorconvert/ |
C2DColorConverter.cpp | 237 unmappedSrcSuccess = unmapGPUAddr((uint32_t)((C2D_RGB_SURFACE_DEF *)mSrcSurfaceDef)->phys); 244 unmappedDstSuccess = unmapGPUAddr((uint32_t)((C2D_RGB_SURFACE_DEF *)mDstSurfaceDef)->phys); 307 surfaceDef->phys = (void *)0xaaaaaaaa; 350 srcSurfaceDef->phys = getMappedGPUAddr(fd, data, mSrcSize); 358 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 printf("Reading directory block %lu, phys %lu\n", 425 "phys %u, offset %u\n", (long long)blockcnt,
|
/external/kernel-headers/original/linux/mtd/ |
map.h | 186 unsigned long phys; member in struct:map_info 422 #define map_is_linear(map) (map->phys != NO_XIP)
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_q6venc.h | 119 u32 phys; member in struct:venc_buf_type 212 void *phys; member in struct:venc_pmem
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/ |
Device.cpp | 170 LOG_I(" mapped handle %d to %p, phys=%p ", handle, virtAddr, physAddr); 197 LOG_I(" unmapping handle %d from %p, phys=%p",
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/ |
Finder_items.py | 261 which = 'phys' 342 'phys' : _Prop_physical_size,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
Disk_Folder_File_Suite.py | 189 which = 'phys' 362 'phys' : _Prop_physical_size,
|