Searched refs:spw (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
D | txx9ndfmc.c | 72 unsigned char spw; /* in gbusclock */ member 243 txx9ndfmc_write(dev, (drvdata->hold << 4) | drvdata->spw, TXX9_NDFSPR); in txx9ndfmc_initialize() 283 int hold, spw; in txx9ndfmc_probe() local 298 spw = plat->spw ?: 90; /* max(tREADID, tWP, tRP) */ in txx9ndfmc_probe() 301 spw = TXX9NDFMC_NS_TO_CYC(gbusclk, spw); in txx9ndfmc_probe() 304 spw -= 1; /* actual wait time : (SPW + 1) BUSCLK */ in txx9ndfmc_probe() 307 spw = clamp(spw, 1, 15); in txx9ndfmc_probe() 308 drvdata->spw = spw; in txx9ndfmc_probe() 310 (gbusclk + 500000) / 1000000, hold, spw); in txx9ndfmc_probe()
|
/kernel/linux/linux-5.10/include/linux/platform_data/txx9/ |
D | ndfmc.h | 18 unsigned int spw; /* strobe pulse width in nanosecond */ member
|
/kernel/linux/linux-5.10/arch/mips/txx9/generic/ |
D | setup_tx4938.c | 379 void __init tx4938_ndfmc_init(unsigned int hold, unsigned int spw) in tx4938_ndfmc_init() argument 385 .spw = spw, in tx4938_ndfmc_init()
|
D | setup_tx4939.c | 437 void __init tx4939_ndfmc_init(unsigned int hold, unsigned int spw, in tx4939_ndfmc_init() argument 444 .spw = spw, in tx4939_ndfmc_init()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/txx9/ |
D | tx4938.h | 294 void tx4938_ndfmc_init(unsigned int hold, unsigned int spw);
|
D | tx4939.h | 517 void tx4939_ndfmc_init(unsigned int hold, unsigned int spw,
|