Lines Matching refs:base
137 * @base: the base address of fifo
142 u32 base;
182 * dma: physical base address of GPD segment
183 * start: virtual base address of GPD segment
225 * @mac_base: register base address of device MAC, exclude xHCI's
226 * @ippc_base: register base address of IP Power and Clock interface (IPPC)
240 * @uwk_reg_base: the base address of the wakeup glue layer in @uwk
391 static inline void mtu3_writel(void __iomem *base, u32 offset, u32 data)
393 writel(data, base + offset);
396 static inline u32 mtu3_readl(void __iomem *base, u32 offset)
398 return readl(base + offset);
401 static inline void mtu3_setbits(void __iomem *base, u32 offset, u32 bits)
403 void __iomem *addr = base + offset;
409 static inline void mtu3_clrbits(void __iomem *base, u32 offset, u32 bits)
411 void __iomem *addr = base + offset;