Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dtxx9ndfmc.c75 unsigned char spw; /* in gbusclock */ member
248 txx9ndfmc_write(dev, (drvdata->hold << 4) | drvdata->spw, TXX9_NDFSPR); in txx9ndfmc_initialize()
279 int hold, spw; in txx9ndfmc_probe() local
294 spw = plat->spw ?: 90; /* max(tREADID, tWP, tRP) */ in txx9ndfmc_probe()
297 spw = TXX9NDFMC_NS_TO_CYC(gbusclk, spw); in txx9ndfmc_probe()
300 spw -= 1; /* actual wait time : (SPW + 1) BUSCLK */ in txx9ndfmc_probe()
303 spw = clamp(spw, 1, 15); in txx9ndfmc_probe()
304 drvdata->spw = spw; in txx9ndfmc_probe()
306 (gbusclk + 500000) / 1000000, hold, spw); in txx9ndfmc_probe()
/Linux-v4.19/include/linux/platform_data/txx9/
Dndfmc.h20 unsigned int spw; /* strobe pulse width in nanosecond */ member
/Linux-v4.19/drivers/staging/speakup/
Dselection.c133 struct speakup_paste_work *spw = in __speakup_paste_selection() local
135 struct tty_struct *tty = xchg(&spw->tty, NULL); in __speakup_paste_selection()
/Linux-v4.19/arch/mips/txx9/generic/
Dsetup_tx4938.c379 void __init tx4938_ndfmc_init(unsigned int hold, unsigned int spw) in tx4938_ndfmc_init() argument
385 .spw = spw, in tx4938_ndfmc_init()
Dsetup_tx4939.c454 void __init tx4939_ndfmc_init(unsigned int hold, unsigned int spw, in tx4939_ndfmc_init() argument
461 .spw = spw, in tx4939_ndfmc_init()
/Linux-v4.19/arch/mips/include/asm/txx9/
Dtx4938.h294 void tx4938_ndfmc_init(unsigned int hold, unsigned int spw);
Dtx4939.h518 void tx4939_ndfmc_init(unsigned int hold, unsigned int spw,