Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hte/
H A Dhte-tegra194.c456 u32 slice, sl_bit_shift, line_bit, val, reg; in tegra_hte_en_dis_common() local
459 sl_bit_shift = __builtin_ctz(HTE_SLICE_SIZE); in tegra_hte_en_dis_common()
473 slice = line_id >> sl_bit_shift; in tegra_hte_en_dis_common()
475 reg = (slice << sl_bit_shift) + HTE_SLICE0_TETEN; in tegra_hte_en_dis_common()
817 u32 sl_bit_shift = __builtin_ctz(HTE_SLICE_SIZE); in tegra_hte_resume_early() local
824 ((i << sl_bit_shift) + HTE_SLICE0_TETEN), in tegra_hte_resume_early()
838 u32 sl_bit_shift = __builtin_ctz(HTE_SLICE_SIZE); in tegra_hte_suspend_late() local
844 ((i << sl_bit_shift) + HTE_SLICE0_TETEN)); in tegra_hte_suspend_late()