Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/mtd/maps/
Ddilnetpc.c137 unsigned long flash_end = flash_base + flash_size - 1; in dnpc_map_flash() local
153 setpcc(PCC_MWEAR_1_Lo, (flash_end >> 12) & 0xff); in dnpc_map_flash()
154 setpcc(PCC_MWEAR_1_Hi, (flash_end >> 20) & 0x3f); in dnpc_map_flash()
/linux-2.6.39/drivers/telephony/
Dixj.h1279 unsigned long flash_end; member
Dixj.c1974 j->flash_end = jiffies + ((60 * hertz) / 100); in ixj_hookstate()
1978 if(time_before(jiffies, j->flash_end)) { in ixj_hookstate()
1980 j->flash_end = 0; in ixj_hookstate()
1984 if(time_before(jiffies, j->flash_end)) { in ixj_hookstate()
6190 j->flash_end = 0; in do_ixj_ioctl()