Home
last modified time | relevance | path

Searched refs:tsel (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/thermal/intel/
H A Dintel_pch_thermal.c166 u8 tsel; in intel_pch_thermal_probe() local
201 tsel = readb(ptd->hw_base + WPT_TSEL); in intel_pch_thermal_probe()
206 if (tsel & WPT_TSEL_PLDB) { in intel_pch_thermal_probe()
212 writeb(tsel|WPT_TSEL_ETS, ptd->hw_base + WPT_TSEL); in intel_pch_thermal_probe()
280 u8 tsel; in intel_pch_thermal_suspend_noirq() local
284 tsel = readb(ptd->hw_base + WPT_TSEL); in intel_pch_thermal_suspend_noirq()
285 writeb(tsel & 0xFE, ptd->hw_base + WPT_TSEL); in intel_pch_thermal_suspend_noirq()
346 u8 tsel; in intel_pch_thermal_resume() local
351 tsel = readb(ptd->hw_base + WPT_TSEL); in intel_pch_thermal_resume()
353 writeb(tsel | WPT_TSEL_ETS, ptd->hw_base + WPT_TSEL); in intel_pch_thermal_resume()
/openbmc/u-boot/drivers/ddr/microchip/
H A Dddr2.c73 writel(i * MIN_LIM_WIDTH, &ctrl->tsel); in ddr_set_arbiter()
77 writel(i * RQST_PERIOD_WIDTH, &ctrl->tsel); in ddr_set_arbiter()
81 writel(i * MIN_CMDACPT_WIDTH, &ctrl->tsel); in ddr_set_arbiter()
H A Dddr2_regs.h14 u32 tsel; member
/openbmc/linux/drivers/mtd/nand/raw/
H A Dmtk_nand.c539 u32 temp, tsel = 0; in mtk_nfc_setup_interface() local
609 tsel = timings->tREA_max / 1000; in mtk_nfc_setup_interface()
610 tsel = DIV_ROUND_UP(tsel * rate, 1000000); in mtk_nfc_setup_interface()
611 tsel -= (trlt + 1); in mtk_nfc_setup_interface()
612 if (tsel > MAX_STROBE_DLY) { in mtk_nfc_setup_interface()
613 trlt += tsel - MAX_STROBE_DLY; in mtk_nfc_setup_interface()
614 tsel = MAX_STROBE_DLY; in mtk_nfc_setup_interface()
619 temp |= tsel << STROBE_SHIFT; in mtk_nfc_setup_interface()
/openbmc/qemu/hw/intc/
H A Dpnv_xive.c713 uint64_t tsel = xive->regs[CQ_TAR >> 3] & CQ_TAR_TSEL; in pnv_xive_table_set_data() local
718 switch (tsel) { in pnv_xive_table_set_data()
736 xive_error(xive, "IC: invalid table %d", (int) tsel); in pnv_xive_table_set_data()
756 if (tsel == CQ_TAR_TSEL_EDT && tsel_index == ARRAY_SIZE(xive->edt)) { in pnv_xive_table_set_data()
H A Dpnv_xive2.c739 uint8_t tsel = GETFIELD(CQ_TAR_SELECT, xive->cq_regs[CQ_TAR >> 3]); in pnv_xive2_stt_set_data() local
743 switch (tsel) { in pnv_xive2_stt_set_data()
748 xive->tables[tsel][entry] = val; in pnv_xive2_stt_set_data()
751 xive2_error(xive, "IC: unsupported table %d", tsel); in pnv_xive2_stt_set_data()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsdm850-lenovo-yoga-c630.dts381 tsel: hid@15 { label