Searched refs:cid (Results 1 – 11 of 11) sorted by relevance
/arch/arm/mach-rpc/ |
D | ecard.c | 333 if (!ec->cid.cd) in ecard_readchunk() 628 if (ec->cid.id == 0) { in ecard_prints() 632 ec->cid.manufacturer, ec->cid.product); in ecard_prints() 634 if (!ec->card_desc && ec->cid.cd && in ecard_prints() 644 seq_printf(m, "Simple card %d\n", ec->cid.id); in ecard_prints() 794 return sprintf(buf, "%u\n", ec->cid.manufacturer); in ecard_show_vendor() 800 return sprintf(buf, "%u\n", ec->cid.product); in ecard_show_device() 890 struct ex_ecid cid; in ecard_probe() local 904 cid.r_zero = 1; in ecard_probe() 905 ecard_readbytes(&cid, ec, 0, 16, 0); in ecard_probe() [all …]
|
/arch/x86/kvm/ |
D | lapic.h | 151 u16 cid; in apic_cluster_id() local 153 cid = (ldr >> map->cid_shift) & map->cid_mask; in apic_cluster_id() 155 BUG_ON(cid >= ARRAY_SIZE(map->logical_map)); in apic_cluster_id() 157 return cid; in apic_cluster_id()
|
D | lapic.c | 155 u16 cid, lid; in recalculate_apic_map() local 184 cid = apic_cluster_id(new, ldr); in recalculate_apic_map() 188 new->logical_map[cid][ffs(lid) - 1] = apic; in recalculate_apic_map()
|
/arch/powerpc/include/asm/ |
D | ps3av.h | 359 u32 cid; /* command id */ member 365 u32 cid; member 587 u32 cid; /* command id */ member 641 u32 cid; /* command id */ member 652 u32 cid; /* command id */ member
|
/arch/arm/boot/compressed/ |
D | sdhi-shmobile.c | 288 unsigned short cid; in sdhi_boot_init() local 410 cid = cmd.resp[0] >> 16; in sdhi_boot_init() 417 cmd.arg = cid << 16; in sdhi_boot_init() 429 cmd.arg = cid << 16; in sdhi_boot_init()
|
/arch/sparc/include/asm/ |
D | sbi.h | 14 /* 0x0000 */ u32 cid; /* Component ID */ member
|
/arch/arm/include/asm/ |
D | ecard.h | 160 CONST struct in_ecid cid; /* Card Identification */ member
|
/arch/arm/mach-msm/ |
D | smd.c | 553 static int smd_alloc_channel(const char *name, uint32_t cid, uint32_t type) in smd_alloc_channel() argument 562 ch->n = cid; in smd_alloc_channel() 577 if (smd_is_packet(cid, type)) { in smd_alloc_channel() 642 if (!smd_alloc_channel(shared[n].name, shared[n].cid, ctype)) in smd_channel_probe_worker()
|
D | smd_private.h | 252 uint32_t cid; member
|
D | smd_debug.c | 186 n, shared[n].name, shared[n].cid, in debug_read_alloc_tbl()
|
/arch/ia64/include/asm/ |
D | pal.h | 1750 cid :16, /* Core id */ member 1776 #define log1_cid ppli1.ppli1_bits.cid
|