Searched defs:phys (Results 1 - 20 of 20) sorted by relevance

/external/kernel-headers/original/linux/
H A Dmsm_hw3d.h44 unsigned long phys; member in struct:hw3d_region
H A Duhid.h41 __u8 phys[64]; member in struct:uhid_create_req
H A Dserio.h29 char phys[32]; member in struct:serio
H A Dmsm_q6venc.h120 unsigned int phys; member in struct:venc_buf_type
205 void *phys; member in struct:venc_pmem
H A Dhid.h490 char phys[64]; /* Device physical location */ member in struct:hid_device
H A Dinput.h1174 * @phys: physical path to the device in the system hierarchy
1255 const char *phys; member in struct:input_dev
/external/oprofile/module/x86/
H A Dop_fixmap.c41 /*static*/ void set_pte_phys(ulong vaddr, ulong phys) argument
56 set_pte(pte, mk_pte_phys(phys, prot));
/external/e2fsprogs/lib/ext2fs/
H A Ddosio.c113 unsigned short phys,
238 part->phys = 0x80;
239 part->phys += toupper(tmp[2]) - 'A';
251 part->phys = isdigit((int)tmp[2]) ? tmp[2] - '0' : 0;
253 part->phys = 0x00; /* We'll assume /dev/fd0 */
261 if(part->phys < 0x80)
274 part->phys,
299 _dio_hw_error = biosdisk(DISK_READ, part->phys, 0, 0, 1, 1, sec);
310 pent = scan_partition_table(pent, part->phys, &part->pno);
392 part->phys,
112 scan_partition_table(PTABLE_ENTRY *pentry, unsigned short phys, unsigned char *pno) argument
[all...]
H A Ddosio.h43 unsigned char phys; /* Physical DOS drive number */ member in struct:__anon5155
/external/kernel-headers/original/linux/mtd/
H A Dmap.h186 unsigned long phys; member in struct:map_info
422 #define map_is_linear(map) (map->phys != NO_XIP)
/external/e2fsprogs/e2fsck/
H A Djournal.c46 int journal_bmap(journal_t *journal, blk_t block, unsigned long *phys) argument
49 *phys = block;
57 *phys = block;
63 *phys = pblk;
H A De2fsck.h114 blk_t phys; member in struct:dx_dirblock_info
/external/grub/netboot/
H A Depic100.c82 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);
H A Dw89c840.c256 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);
H A Dtulip.c428 signed char phys[4], mii_cnt; /* MII device addresses. */
1428 for (phy = 0, phy_idx = 0; phy < 32 && phy_idx < sizeof(tp->phys);
1444 tp->phys[phy_idx++] = phy;
1463 tp->phys[0] = 1;
1625 tp->nic_name, tp->phys[0], mdio_read(nic, tp->phys[0], 1));
1841 tp->nic_name, tp->mii_advertise, tp->phys[phy_num]);
1843 mdio_write(nic, tp->phys[phy_num], 4, tp->mii_advertise);
1953 bmsr = mdio_read(nic, tp->phys[0], 1);
1954 lpa = mdio_read(nic, tp->phys[
427 signed char phys[4], mii_cnt; /* MII device addresses. */ member in struct:tulip_private
[all...]
H A Dvia-rhine.c645 char phys[4]; /* MII device addresses. */ member in struct:rhine_private
964 tp->phys[0] = -1;
/external/qemu/hw/
H A Dgoldfish_pipe.c1017 target_phys_addr_t phys; local
1023 phys = cpu_get_phys_page_debug(env, page);
1024 buffer.data = qemu_get_ram_ptr(phys) + (address - page);
1037 target_phys_addr_t phys; local
1043 phys = cpu_get_phys_page_debug(env, page);
1044 buffer.data = qemu_get_ram_ptr(phys) + (address - page);
H A Dne2000.c139 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);
/external/qemu/target-mips/
H A Dop_helper.c1997 char *phys = 0; local
2004 phys = (char *)v2p(ptr, 0);
2007 *buf = *phys;
2008 if (*phys == '\0')
2012 phys ++;
/external/qemu/
H A Dexec.c2339 static void *subpage_init (target_phys_addr_t base, ram_addr_t *phys,
2983 phys routines. */
3166 static void *subpage_init (target_phys_addr_t base, ram_addr_t *phys, argument
3180 *phys = subpage_memory | IO_MEM_SUBPAGE;

Completed in 256 milliseconds