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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Ddilnetpc.c118 static inline void setpcc(int reg, unsigned char data) function
153 setpcc(PCC_MWSAR_1_Lo, (flash_base >> 12) & 0xff);
154 setpcc(PCC_MWSAR_1_Hi, (flash_base >> 20) & 0x3f);
155 setpcc(PCC_MWEAR_1_Lo, (flash_end >> 12) & 0xff);
156 setpcc(PCC_MWEAR_1_Hi, (flash_end >> 20) & 0x3f);
159 setpcc(PCC_MWAOR_1_Lo, ((0 - flash_base) >> 12) & 0xff);
160 setpcc(PCC_MWAOR_1_Hi, ((0 - flash_base)>> 20) & 0x3f);
169 setpcc(PCC_AWER_B, getpcc(PCC_AWER_B) | 0x02);
188 setpcc(PCC_AWER_B, getpcc(PCC_AWER_B) & ~0x02);

Completed in 48 milliseconds