tsel              510 drivers/mtd/nand/raw/mtk_nand.c 	u32 temp, tsel = 0;
tsel              580 drivers/mtd/nand/raw/mtk_nand.c 		tsel = timings->tREA_max / 1000;
tsel              581 drivers/mtd/nand/raw/mtk_nand.c 		tsel = DIV_ROUND_UP(tsel * rate, 1000000);
tsel              582 drivers/mtd/nand/raw/mtk_nand.c 		tsel -= (trlt + 1);
tsel              583 drivers/mtd/nand/raw/mtk_nand.c 		if (tsel > MAX_STROBE_DLY) {
tsel              584 drivers/mtd/nand/raw/mtk_nand.c 			trlt += tsel - MAX_STROBE_DLY;
tsel              585 drivers/mtd/nand/raw/mtk_nand.c 			tsel = MAX_STROBE_DLY;
tsel              590 drivers/mtd/nand/raw/mtk_nand.c 	temp |= tsel << STROBE_SHIFT;
tsel              115 drivers/thermal/intel/intel_pch_thermal.c 	u8 tsel;
tsel              126 drivers/thermal/intel/intel_pch_thermal.c 	tsel = readb(ptd->hw_base + WPT_TSEL);
tsel              131 drivers/thermal/intel/intel_pch_thermal.c 	if (tsel & WPT_TSEL_PLDB) {
tsel              136 drivers/thermal/intel/intel_pch_thermal.c 	writeb(tsel|WPT_TSEL_ETS, ptd->hw_base + WPT_TSEL);
tsel              182 drivers/thermal/intel/intel_pch_thermal.c 	u8 tsel;
tsel              187 drivers/thermal/intel/intel_pch_thermal.c 	tsel = readb(ptd->hw_base + WPT_TSEL);
tsel              189 drivers/thermal/intel/intel_pch_thermal.c 	writeb(tsel & 0xFE, ptd->hw_base + WPT_TSEL);
tsel              196 drivers/thermal/intel/intel_pch_thermal.c 	u8 tsel;
tsel              201 drivers/thermal/intel/intel_pch_thermal.c 	tsel = readb(ptd->hw_base + WPT_TSEL);
tsel              203 drivers/thermal/intel/intel_pch_thermal.c 	writeb(tsel | WPT_TSEL_ETS, ptd->hw_base + WPT_TSEL);