Home
last modified time | relevance | path

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

/linux/drivers/hte/
H A Dhte-tegra194.c459 u32 slice, sl_bit_shift, line_bit, val, reg; in tegra_hte_en_dis_common() local
462 sl_bit_shift = __builtin_ctz(HTE_SLICE_SIZE); in tegra_hte_en_dis_common()
476 slice = line_id >> sl_bit_shift; in tegra_hte_en_dis_common()
478 reg = (slice << sl_bit_shift) + HTE_SLICE0_TETEN; in tegra_hte_en_dis_common()
820 u32 sl_bit_shift = __builtin_ctz(HTE_SLICE_SIZE); in tegra_hte_resume_early() local
827 ((i << sl_bit_shift) + HTE_SLICE0_TETEN), in tegra_hte_resume_early()
841 u32 sl_bit_shift = __builtin_ctz(HTE_SLICE_SIZE); in tegra_hte_suspend_late() local
847 ((i << sl_bit_shift) + HTE_SLICE0_TETEN)); in tegra_hte_suspend_late()