Home
last modified time | relevance | path

Searched refs:oldbyte (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/rio/
Drioinit.c1128 unsigned char oldbyte; local
1137 oldbyte = val[op-1];
1138 oldword = oldbyte | (oldbyte<<8);
1140 oldbyte = oldword = 0; /* Tell the compiler we've initilalized them. */
1152 if (RBYTE(ram[off]) != oldbyte) {
1153 …te Pre Check 1: BYTE at offset 0x%x should have been=%x, was=%x\n", off, oldbyte, RBYTE(ram[off]));
1174 if (op && (RBYTE(ram[off]) != oldbyte)) {
1175 …te Pre Check 2: BYTE at offset 0x%x should have been=%x, was=%x\n", off, oldbyte, RBYTE(ram[off]));
/linux-2.4.37.9/drivers/mtd/chips/
Djedec.c797 unsigned char oldbyte = map->read8(map,base+off); in flash_write() local
801 if (oldbyte == *buf) { in flash_write()
805 if (((~oldbyte) & *buf) != 0) in flash_write()