Lines Matching defs:base
21 static inline u64 omap3_l3_readll(void __iomem *base, u16 reg)
23 return __raw_readll(base + reg);
26 static inline void omap3_l3_writell(void __iomem *base, u16 reg, u64 value)
28 __raw_writell(value, base + reg);
130 * @base: register block base address
163 void __iomem *base;
176 base = l3->rt + omap3_l3_bases[int_type][err_source];
177 error = omap3_l3_readll(base, L3_ERROR_LOG);
179 error_addr = omap3_l3_readll(base, L3_ERROR_LOG_ADDR);
194 omap3_l3_writell(base, L3_AGENT_STATUS, clear);
197 omap3_l3_writell(base, L3_ERROR_LOG, error);