Lines Matching defs:offset
561 static inline u32 fpci_readl(struct tegra_xudc *xudc, unsigned int offset)
563 return readl(xudc->fpci + offset);
567 unsigned int offset)
569 writel(val, xudc->fpci + offset);
572 static inline u32 ipfs_readl(struct tegra_xudc *xudc, unsigned int offset)
574 return readl(xudc->ipfs + offset);
578 unsigned int offset)
580 writel(val, xudc->ipfs + offset);
583 static inline u32 xudc_readl(struct tegra_xudc *xudc, unsigned int offset)
585 return readl(xudc->base + offset);
589 unsigned int offset)
591 writel(val, xudc->base + offset);
595 unsigned int offset, u32 mask, u32 val)
599 return readl_poll_timeout_atomic(xudc->base + offset, regval,