Searched refs:DestP (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/rio/
H A Drioboot.c213 u8 __iomem *DestP; local
369 DestP = &Cad[0x7FF8]; /* <<<---- READ THE ABOVE COMMENTS */
386 writeb(NFIX(((unsigned short) (~offset) >> (unsigned short) 12) & 0xF), DestP); local
387 writeb(PFIX((offset >> 8) & 0xF), DestP + 1); local
388 writeb(PFIX((offset >> 4) & 0xF), DestP + 2); local
389 writeb(JUMP(offset & 0xF), DestP + 3);
391 writeb(NFIX(0), DestP + 6);
392 writeb(JUMP(8), DestP + 7);

Completed in 62 milliseconds