Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mtd/nand/raw/
A Dtxx9ndfmc.c71 unsigned char spw; /* in gbusclock */ member
242 txx9ndfmc_write(dev, (drvdata->hold << 4) | drvdata->spw, TXX9_NDFSPR); in txx9ndfmc_initialize()
282 int hold, spw; in txx9ndfmc_probe() local
295 spw = plat->spw ?: 90; /* max(tREADID, tWP, tRP) */ in txx9ndfmc_probe()
298 spw = TXX9NDFMC_NS_TO_CYC(gbusclk, spw); in txx9ndfmc_probe()
301 spw -= 1; /* actual wait time : (SPW + 1) BUSCLK */ in txx9ndfmc_probe()
304 spw = clamp(spw, 1, 15); in txx9ndfmc_probe()
305 drvdata->spw = spw; in txx9ndfmc_probe()
307 (gbusclk + 500000) / 1000000, hold, spw); in txx9ndfmc_probe()
/linux-6.3-rc2/include/linux/platform_data/txx9/
A Dndfmc.h18 unsigned int spw; /* strobe pulse width in nanosecond */ member
/linux-6.3-rc2/arch/mips/txx9/generic/
A 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()
/linux-6.3-rc2/arch/mips/include/asm/txx9/
A Dtx4938.h294 void tx4938_ndfmc_init(unsigned int hold, unsigned int spw);

Completed in 7 milliseconds