Home
last modified time | relevance | path

Searched refs:cpd (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/fs/hpfs/
Dmap.c46 struct code_page_data *cpd; in hpfs_load_code_page() local
68 if (!(cpd = hpfs_map_sector(s, cpds, &bh, 0))) return NULL; in hpfs_load_code_page()
69 if (le16_to_cpu(cpd->offs[cpi]) > 0x178) { in hpfs_load_code_page()
74 ptr = (unsigned char *)cpd + le16_to_cpu(cpd->offs[cpi]) + 6; in hpfs_load_code_page()
/linux-2.6.39/arch/cris/arch-v32/mach-fs/
Dcpufreq.c136 timing.cpd = (freqs->new == 200000 ? 0 : 1); in cris_sdram_freq_notifier()
/linux-2.6.39/arch/cris/include/arch-v32/arch/hwregs/
Dbif_core_defs.h200 unsigned int cpd : 1; member
/linux-2.6.39/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
Dbif_core_defs.h200 unsigned int cpd : 1; member
/linux-2.6.39/drivers/telephony/
Dixj.h421 unsigned int cpd:1; /* Chip Power Down */ member
Dixj.c1838 j->sic1.bits.cpd = 0; /* Chip Power Down */ in ixj_pcmcia_cable_check()