cp_table          261 drivers/clk/st/clkgen-pll.c 	static const unsigned char cp_table[] = {
cp_table          297 drivers/clk/st/clkgen-pll.c 	for (pll->cp = 6; pll->ndiv > cp_table[pll->cp-6]; (pll->cp)++)
cp_table          278 drivers/net/wan/hdlc_ppp.c static int cp_table[EVENTS][STATES] = {
cp_table          317 drivers/net/wan/hdlc_ppp.c 	action = cp_table[event][old_state];
cp_table           63 fs/hpfs/map.c  	unsigned char *cp_table;
cp_table           95 fs/hpfs/map.c  	if (!(cp_table = kmalloc(256, GFP_KERNEL))) {
cp_table          100 fs/hpfs/map.c  	memcpy(cp_table, ptr, 128);
cp_table          105 fs/hpfs/map.c  	for (i=128; i<256; i++) cp_table[i]=i;
cp_table          106 fs/hpfs/map.c  	for (i=128; i<256; i++) if (cp_table[i-128]!=i && cp_table[i-128]>=128)
cp_table          107 fs/hpfs/map.c  		cp_table[cp_table[i-128]] = i;
cp_table          109 fs/hpfs/map.c  	return cp_table;