static inline void gizmo_writel()

in tegra-ahb.c [131:134]


static inline void gizmo_writel(struct tegra_ahb *ahb, u32 value, u32 offset)
{
	writel(value, ahb->regs + offset);
}