Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/clk/mvebu/
Dap-cpu-clk.c29 #define APN806_CLUSTER_NUM_MASK BIT(APN806_CLUSTER_NUM_OFFSET) macro
265 if (cpu & APN806_CLUSTER_NUM_MASK) { in ap_cpu_clock_probe()
299 cluster_index = cpu & APN806_CLUSTER_NUM_MASK; in ap_cpu_clock_probe()