Lines Matching refs:c2
63 volatile unsigned int c1, c2;
69 c2 = inb(0x80);
73 c2 = inb(0x80);
79 c2 = *(volatile unsigned char *) (FLASH_BASE + 2);
81 c2 = *(volatile unsigned char *) (FLASH_BASE + 1);
83 c2 += (c1 << 8);
90 if (c2 == KFLASH_ID4)
93 return c2;
400 volatile unsigned int c2;
425 if (__get_user(c2, buf + offset))
452 *(volatile unsigned char *) (uAddress) = c2;