Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/memory/
Dmtk-smi.c61 u32 bus_sel; /* Balance some larbs to enter mmu0 or mmu1 */ member
424 .bus_sel = F_MMU1_LARB(1) | F_MMU1_LARB(2) | F_MMU1_LARB(4) |
431 .bus_sel = F_MMU1_LARB(1) | F_MMU1_LARB(2) | F_MMU1_LARB(5) |
533 u32 bus_sel = common->plat->bus_sel; in mtk_smi_common_resume() local
542 if (common->plat->gen == MTK_SMI_GEN2 && bus_sel) in mtk_smi_common_resume()
543 writel(bus_sel, common->base + SMI_BUS_SEL); in mtk_smi_common_resume()