tshsl             782 drivers/mtd/spi-nor/cadence-quadspi.c 	unsigned int tshsl, tchsh, tslch, tsd2d;
tshsl             789 drivers/mtd/spi-nor/cadence-quadspi.c 	tshsl = calculate_ticks_for_ns(ref_clk_hz, f_pdata->tshsl_ns);
tshsl             791 drivers/mtd/spi-nor/cadence-quadspi.c 	if (tshsl < tsclk)
tshsl             792 drivers/mtd/spi-nor/cadence-quadspi.c 		tshsl = tsclk;
tshsl             798 drivers/mtd/spi-nor/cadence-quadspi.c 	reg = (tshsl & CQSPI_REG_DELAY_TSHSL_MASK)