Home
last modified time | relevance | path

Searched refs:HISI_RESET_OFFSET_SHIFT (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/hisilicon/
H A Dreset.c17 #define HISI_RESET_OFFSET_SHIFT 8 macro
36 offset = (reset_spec->args[0] << HISI_RESET_OFFSET_SHIFT) in hisi_reset_of_xlate()
51 offset = (id & HISI_RESET_OFFSET_MASK) >> HISI_RESET_OFFSET_SHIFT; in hisi_reset_assert()
72 offset = (id & HISI_RESET_OFFSET_MASK) >> HISI_RESET_OFFSET_SHIFT; in hisi_reset_deassert()
/kernel/linux/linux-6.6/drivers/clk/hisilicon/
H A Dreset.c17 #define HISI_RESET_OFFSET_SHIFT 8 macro
36 offset = (reset_spec->args[0] << HISI_RESET_OFFSET_SHIFT) in hisi_reset_of_xlate()
51 offset = (id & HISI_RESET_OFFSET_MASK) >> HISI_RESET_OFFSET_SHIFT; in hisi_reset_assert()
72 offset = (id & HISI_RESET_OFFSET_MASK) >> HISI_RESET_OFFSET_SHIFT; in hisi_reset_deassert()

Completed in 1 milliseconds