spw 294 arch/mips/include/asm/txx9/tx4938.h void tx4938_ndfmc_init(unsigned int hold, unsigned int spw); spw 518 arch/mips/include/asm/txx9/tx4939.h void tx4939_ndfmc_init(unsigned int hold, unsigned int spw, spw 379 arch/mips/txx9/generic/setup_tx4938.c void __init tx4938_ndfmc_init(unsigned int hold, unsigned int spw) spw 385 arch/mips/txx9/generic/setup_tx4938.c .spw = spw, spw 454 arch/mips/txx9/generic/setup_tx4939.c void __init tx4939_ndfmc_init(unsigned int hold, unsigned int spw, spw 461 arch/mips/txx9/generic/setup_tx4939.c .spw = spw, spw 72 drivers/mtd/nand/raw/txx9ndfmc.c unsigned char spw; /* in gbusclock */ spw 243 drivers/mtd/nand/raw/txx9ndfmc.c txx9ndfmc_write(dev, (drvdata->hold << 4) | drvdata->spw, TXX9_NDFSPR); spw 274 drivers/mtd/nand/raw/txx9ndfmc.c int hold, spw; spw 289 drivers/mtd/nand/raw/txx9ndfmc.c spw = plat->spw ?: 90; /* max(tREADID, tWP, tRP) */ spw 292 drivers/mtd/nand/raw/txx9ndfmc.c spw = TXX9NDFMC_NS_TO_CYC(gbusclk, spw); spw 295 drivers/mtd/nand/raw/txx9ndfmc.c spw -= 1; /* actual wait time : (SPW + 1) BUSCLK */ spw 298 drivers/mtd/nand/raw/txx9ndfmc.c spw = clamp(spw, 1, 15); spw 299 drivers/mtd/nand/raw/txx9ndfmc.c drvdata->spw = spw; spw 301 drivers/mtd/nand/raw/txx9ndfmc.c (gbusclk + 500000) / 1000000, hold, spw); spw 18 include/linux/platform_data/txx9/ndfmc.h unsigned int spw; /* strobe pulse width in nanosecond */