Home
last modified time | relevance | path

Searched refs:spw (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/mtd/nand/
Dtxx9ndfmc.c76 unsigned char spw; /* in gbusclock */ member
249 txx9ndfmc_write(dev, (drvdata->hold << 4) | drvdata->spw, TXX9_NDFSPR); in txx9ndfmc_initialize()
278 int hold, spw; in txx9ndfmc_probe() local
293 spw = plat->spw ?: 90; /* max(tREADID, tWP, tRP) */ in txx9ndfmc_probe()
296 spw = TXX9NDFMC_NS_TO_CYC(gbusclk, spw); in txx9ndfmc_probe()
299 spw -= 1; /* actual wait time : (SPW + 1) BUSCLK */ in txx9ndfmc_probe()
302 spw = clamp(spw, 1, 15); in txx9ndfmc_probe()
303 drvdata->spw = spw; in txx9ndfmc_probe()
305 (gbusclk + 500000) / 1000000, hold, spw); in txx9ndfmc_probe()
/linux-4.4.14/arch/mips/include/asm/txx9/
Dndfmc.h20 unsigned int spw; /* strobe pulse width in nanosecond */ member
Dtx4938.h294 void tx4938_ndfmc_init(unsigned int hold, unsigned int spw);
Dtx4939.h547 void tx4939_ndfmc_init(unsigned int hold, unsigned int spw,
/linux-4.4.14/drivers/staging/speakup/
Dselection.c137 struct speakup_paste_work *spw = in __speakup_paste_selection() local
139 struct tty_struct *tty = xchg(&spw->tty, NULL); in __speakup_paste_selection()
/linux-4.4.14/arch/mips/txx9/generic/
Dsetup_tx4938.c382 void __init tx4938_ndfmc_init(unsigned int hold, unsigned int spw) in tx4938_ndfmc_init() argument
388 .spw = spw, in tx4938_ndfmc_init()
Dsetup_tx4939.c453 void __init tx4939_ndfmc_init(unsigned int hold, unsigned int spw, in tx4939_ndfmc_init() argument
460 .spw = spw, in tx4939_ndfmc_init()