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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/mtd/maps/
H A Ddilnetpc.c139 unsigned long flash_end = flash_base + flash_size - 1; local
155 setpcc(PCC_MWEAR_1_Lo, (flash_end >> 12) & 0xff);
156 setpcc(PCC_MWEAR_1_Hi, (flash_end >> 20) & 0x3f);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/telephony/
H A Dixj.h1279 unsigned long flash_end; member in struct:__anon7069
H A Dixj.c1978 j->flash_end = jiffies + ((60 * hertz) / 100);
1982 if(time_before(jiffies, j->flash_end)) {
1984 j->flash_end = 0;
1988 if(time_before(jiffies, j->flash_end)) {
6197 j->flash_end = 0;

Completed in 121 milliseconds