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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Drioboot.c212 u8 __iomem *DestP; local
368 DestP = &Cad[0x7FF8]; /* <<<---- READ THE ABOVE COMMENTS */
385 writeb(NFIX(((unsigned short) (~offset) >> (unsigned short) 12) & 0xF), DestP); local
386 writeb(PFIX((offset >> 8) & 0xF), DestP + 1); local
387 writeb(PFIX((offset >> 4) & 0xF), DestP + 2); local
388 writeb(JUMP(offset & 0xF), DestP + 3);
390 writeb(NFIX(0), DestP + 6);
391 writeb(JUMP(8), DestP + 7);

Completed in 47 milliseconds