Home
last modified time | relevance | path

Searched refs:c1 (Results 1 – 25 of 79) sorted by relevance

1234

/linux-2.4.37.9/fs/ntfs/
Dunistr.c95 wchar_t c1, c2; in ntfs_collate_names() local
101 c1 = le16_to_cpu(*name1++); in ntfs_collate_names()
104 if (c1 < upcase_len) in ntfs_collate_names()
105 c1 = le16_to_cpu(upcase[c1]); in ntfs_collate_names()
109 if (c1 < 64 && legal_ansi_char_array[c1] & 8) in ntfs_collate_names()
111 if (c1 < c2) in ntfs_collate_names()
113 if (c1 > c2) in ntfs_collate_names()
123 c1 = le16_to_cpu(*name1); in ntfs_collate_names()
124 if (c1 < 64 && legal_ansi_char_array[c1] & 8) in ntfs_collate_names()
150 wchar_t c1, c2; in ntfs_wcsncasecmp() local
[all …]
/linux-2.4.37.9/arch/ppc/lib/
Dstrcase.c5 int c1, c2; in strcasecmp() local
8 c1 = tolower(*s1++); in strcasecmp()
10 } while (c1 == c2 && c1 != 0); in strcasecmp()
11 return c1 - c2; in strcasecmp()
16 int c1, c2; in strncasecmp() local
19 c1 = tolower(*s1++); in strncasecmp()
21 } while ((--n > 0) && c1 == c2 && c1 != 0); in strncasecmp()
22 return c1 - c2; in strncasecmp()
/linux-2.4.37.9/arch/ppc64/lib/
Dstrcase.c13 int c1, c2; in strcasecmp() local
16 c1 = tolower(*s1++); in strcasecmp()
18 } while (c1 == c2 && c1 != 0); in strcasecmp()
19 return c1 - c2; in strcasecmp()
24 int c1, c2; in strncasecmp() local
27 c1 = tolower(*s1++); in strncasecmp()
29 } while ((--n > 0) && c1 == c2 && c1 != 0); in strncasecmp()
30 return c1 - c2; in strncasecmp()
/linux-2.4.37.9/drivers/char/
Dnwflash.c77 volatile unsigned int c1, c2; in get_flash_id() local
86 c1 = *(volatile unsigned char *) FLASH_BASE; in get_flash_id()
92 if (c1 == 0xB0) in get_flash_id()
97 c2 += (c1 << 8); in get_flash_id()
341 volatile unsigned int c1; in erase_block() local
358 c1 = *(volatile unsigned char *) (FLASH_BASE + 0x8000); in erase_block()
374 c1 = *pWritePtr; in erase_block()
396 c1 = 0; in erase_block()
397 while (!(c1 & 0x80) && time_before(jiffies, temp)) { in erase_block()
402 c1 = *(volatile unsigned char *) (pWritePtr); in erase_block()
[all …]
/linux-2.4.37.9/drivers/media/video/
Dplanb.c317 static dbdma_cmd_ptr cmd_geo_setup(dbdma_cmd_ptr c1, int width, int height, in cmd_geo_setup() argument
325 tab_cmd_store(c1++, (unsigned)(&pb->planb_base_bus->saa_addr), in cmd_geo_setup()
327 tab_cmd_store(c1++, (unsigned)(&pb->planb_base_bus->saa_regval), in cmd_geo_setup()
329 tab_cmd_store(c1++, (unsigned)(&pb->planb_base_bus->saa_addr), in cmd_geo_setup()
331 tab_cmd_store(c1++, (unsigned)(&pb->planb_base_bus->saa_regval), in cmd_geo_setup()
333 tab_cmd_store(c1++, (unsigned)(&pb->planb_base_bus->even), in cmd_geo_setup()
335 tab_cmd_store(c1++, (unsigned)(&pb->planb_base_bus->odd), in cmd_geo_setup()
337 tab_cmd_store(c1++, (unsigned)(&pb->planb_base_bus->saa_addr), in cmd_geo_setup()
339 tab_cmd_store(c1++, (unsigned)(&pb->planb_base_bus->saa_regval), in cmd_geo_setup()
341 tab_cmd_store(c1++, (unsigned)(&pb->planb_base_bus->saa_addr), in cmd_geo_setup()
[all …]
/linux-2.4.37.9/fs/hfsplus/
Dunicode.c33 u16 len1, len2, c1, c2; in hfsplus_unistrcmp() local
42 c1 = c2 = 0; in hfsplus_unistrcmp()
44 while (len1 && !c1) { in hfsplus_unistrcmp()
45 c1 = case_fold(be16_to_cpu(*p1)); in hfsplus_unistrcmp()
55 if (c1 != c2) in hfsplus_unistrcmp()
56 return (c1 < c2) ? -1 : 1; in hfsplus_unistrcmp()
57 if (!c1 && !c2) in hfsplus_unistrcmp()
/linux-2.4.37.9/lib/
Dstring.c32 unsigned char c1, c2; in strnicmp() local
34 c1 = 0; c2 = 0; in strnicmp()
37 c1 = *s1; c2 = *s2; in strnicmp()
39 if (!c1) in strnicmp()
43 if (c1 == c2) in strnicmp()
45 c1 = tolower(c1); in strnicmp()
47 if (c1 != c2) in strnicmp()
51 return (int)c1 - (int)c2; in strnicmp()
/linux-2.4.37.9/arch/ppc64/boot/
DaddSystemMap.c14 char c1 = c >> 4; in xlate() local
16 if ( c1 > 9 ) in xlate()
17 c1 = c1 + 'A' - 10; in xlate()
19 c1 = c1 + '0'; in xlate()
24 *trb++ = c1; in xlate()
/linux-2.4.37.9/include/asm-mips/sibyte/
Dboard.h41 #define setleds(t0,t1,c0,c1,c2,c3) \
45 li t1, c1; \
52 #define setleds(t0,t1,c0,c1,c2,c3)
/linux-2.4.37.9/include/asm-mips64/sibyte/
Dboard.h41 #define setleds(t0,t1,c0,c1,c2,c3) \
45 li t1, c1; \
52 #define setleds(t0,t1,c0,c1,c2,c3)
/linux-2.4.37.9/drivers/video/
Dfbcon-ilbm.c152 u16 c1, c2, c3, c4; in fbcon_ilbm_putcs() local
157 c1 = scr_readw(s); in fbcon_ilbm_putcs()
158 fg0 = attr_fgcol(p, c1); in fbcon_ilbm_putcs()
159 bg0 = attr_bgcol(p, c1); in fbcon_ilbm_putcs()
163 c1 = scr_readw(s++) & p->charmask; in fbcon_ilbm_putcs()
167 cdat1 = p->fontdata+c1*fontheight(p); in fbcon_ilbm_putcs()
189 c1 = scr_readw(&s[0]) & p->charmask; in fbcon_ilbm_putcs()
195 cdat1 = p->fontdata+c1*fontheight(p); in fbcon_ilbm_putcs()
Dfbcon-afb.c289 u16 c1, c2, c3, c4; in fbcon_afb_putcs() local
293 c1 = scr_readw(s); in fbcon_afb_putcs()
294 fg0 = attr_fgcol(p, c1); in fbcon_afb_putcs()
295 bg0 = attr_bgcol(p, c1); in fbcon_afb_putcs()
299 c1 = scr_readw(s++) & p->charmask; in fbcon_afb_putcs()
303 cdat10 = p->fontdata+c1*fontheight(p); in fbcon_afb_putcs()
326 c1 = scr_readw(&s[0]) & p->charmask; in fbcon_afb_putcs()
332 cdat10 = p->fontdata+c1*fontheight(p); in fbcon_afb_putcs()
/linux-2.4.37.9/drivers/ide/pci/
Datiixp.c79 u8 c0, c1, udma_control = 0; in atiixp_get_info() local
94 c1 = inb(bibma + 0x0a); in atiixp_get_info()
102 (c1 & 0x80) ? "dis" : " en"); in atiixp_get_info()
109 (c1 & 0x20) ? "yes" : "no ", in atiixp_get_info()
110 (c1 & 0x40) ? "yes" : "no " ); in atiixp_get_info()
133 (save_mdma_mode[2] && (c1 & 0x20)) ? in atiixp_get_info()
135 (save_mdma_mode[3] && (c1 & 0x40)) ? in atiixp_get_info()
141 (c1 & 0x20) ? 'X' : (((pio_mode >> 8) & 0x07) + 48), in atiixp_get_info()
142 (c1 & 0x40) ? 'X' : (((pio_mode >> 12) & 0x07) + 48)); in atiixp_get_info()
Dtriflex.c58 u8 c0 = 0, c1 = 0; in triflex_info() local
71 c1 = inb((unsigned short)bibma + 0x0a); in triflex_info()
79 (c1&0x80) ? "dis" : " en"); in triflex_info()
86 (c1&0x20) ? "yes" : "no ", in triflex_info()
87 (c1&0x40) ? "yes" : "no " ); in triflex_info()
Dcs5530.c49 u8 c0 = 0, c1 = 0; in cs5530_get_info() local
57 c1 = inb_p((u16)bibma + 0x0a); in cs5530_get_info()
67 (c1&0x80) ? "dis" : " en"); in cs5530_get_info()
74 (c1&0x20) ? "yes" : "no ", in cs5530_get_info()
75 (c1&0x40) ? "yes" : "no " ); in cs5530_get_info()
Daec62xx.c47 u8 c0 = 0, c1 = 0, art = 0; in aec62xx_get_info() local
53 c1 = inb(iobase + 0x0a); in aec62xx_get_info()
71 (c1&0x20)?"yes":"no ",(c1&0x40)?"yes":"no "); in aec62xx_get_info()
82 (c1&0x20)?((art&0x30)?"UDMA":" DMA"):" PIO", in aec62xx_get_info()
85 (c1&0x40)?((art&0xc0)?"UDMA":" DMA"):" PIO", in aec62xx_get_info()
133 (c1&0x20)?((art&0x07)?"UDMA":" DMA"):" PIO", in aec62xx_get_info()
142 (c1&0x40)?((art&0x70)?"UDMA":" DMA"):" PIO", in aec62xx_get_info()
Dhpt34x.c68 u8 c0 = 0, c1 = 0; in hpt34x_get_info() local
75 c1 = inb_p((u16)bibma + 0x0a); in hpt34x_get_info()
83 (c1&0x80) ? "dis" : " en"); in hpt34x_get_info()
90 (c1&0x20) ? "yes" : "no ", in hpt34x_get_info()
91 (c1&0x40) ? "yes" : "no " ); in hpt34x_get_info()
/linux-2.4.37.9/arch/mips/tx4927/common/
Dtx4927_prom.c133 unsigned int c1; in tx4927_get_mem_size() local
140 c1 = tx4927_process_sdccr((u64 *) 0xff1f8008); in tx4927_get_mem_size()
143 total = c0 + c1 + c2 + c3; in tx4927_get_mem_size()
Dtx4927_setup.c116 u32 c1; in tx4927_timer_setup() local
122 c1 = read_c0_count(); in tx4927_timer_setup()
123 count = c1 + (mips_hpt_frequency / HZ); in tx4927_timer_setup()
/linux-2.4.37.9/fs/adfs/
Ddir.c121 char c1, c2; in adfs_match() local
123 c1 = name->name[i]; in adfs_match()
126 if (c1 >= 'A' && c1 <= 'Z') in adfs_match()
127 c1 += 'a' - 'A'; in adfs_match()
131 if (c1 != c2) in adfs_match()
/linux-2.4.37.9/arch/arm/boot/compressed/
Dhead-ftvpci.S19 mrc p15, 0, r0, c1, c0
21 mcr p15, 0, r0, c1, c0 @ enable I cache
23 mcreq p15, 0, r0, c15, c1, 2 @ enable clock switching
Dhead-shark.S51 mrc p15, 0, r3, c1, c0
54 mcr p15, 0, r3, c1, c0 @ disabled
62 mcr p15, 0, r3, c1, c0 @ disabled
/linux-2.4.37.9/arch/arm/kernel/
Ddebug-armv.S33 mrc p15, 0, \rx, c1, c0
108 mrc p15, 0, \rx, c1, c0
158 mrc p15, 0, \rx, c1, c0
180 mrc p15, 0, \rx, c1, c0
250 mrc p15, 0, \rx, c1, c0
279 mrc p15, 0, \rx, c1, c0
304 mrc p15, 0, \rx, c1, c0
331 mrc p15, 0, \rx, c1, c0
381 mrc p15, 0, \rx, c1, c0
414 mrc p15, 0, \rx, c1, c0
[all …]
/linux-2.4.37.9/fs/hpfs/
Ddnode.c231 int c1, c2 = 0; in hpfs_add_to_dnode() local
250 if (hpfs_stop_cycles(i->i_sb, dno, &c1, &c2, "hpfs_add_to_dnode")) { in hpfs_add_to_dnode()
371 int c1, c2 = 0; in hpfs_add_dirent() local
375 if (hpfs_stop_cycles(i->i_sb, dno, &c1, &c2, "hpfs_add_dirent")) return 1; in hpfs_add_dirent()
419 int c1, c2 = 0; in move_to_top() local
423 if (hpfs_stop_cycles(i->i_sb, dno, &c1, &c2, "move_to_top")) in move_to_top()
502 int c1, c2 = 0; in delete_empty_dnode() local
504 if (hpfs_stop_cycles(i->i_sb, dno, &c1, &c2, "delete_empty_dnode")) return; in delete_empty_dnode()
728 int c1, c2 = 0; in hpfs_count_dnodes() local
733 if (hpfs_stop_cycles(s, dno, &c1, &c2, "hpfs_count_dnodes #1")) return; in hpfs_count_dnodes()
[all …]
/linux-2.4.37.9/arch/mips/lib/
Ddump_tlb.c39 unsigned int pagemask, c0, c1, asid; in dump_tlb() local
71 c1 = (entrylo1 >> 3) & 7; in dump_tlb()
81 (entrylo1 << 6) & PAGE_MASK, c1, in dump_tlb()

1234