Lines Matching refs:c2
62 volatile unsigned int c1, c2; in get_flash_id() local
68 c2 = inb(0x80); in get_flash_id()
72 c2 = inb(0x80); in get_flash_id()
78 c2 = *(volatile unsigned char *) (FLASH_BASE + 2); in get_flash_id()
80 c2 = *(volatile unsigned char *) (FLASH_BASE + 1); in get_flash_id()
82 c2 += (c1 << 8); in get_flash_id()
89 if (c2 == KFLASH_ID4) in get_flash_id()
92 return c2; in get_flash_id()
428 volatile unsigned int c2; in write_block() local
453 if (__get_user(c2, buf + offset)) in write_block()
480 *(volatile unsigned char *) (uAddress) = c2; in write_block()