Lines Matching defs:offset
560 static inline u32 fpci_readl(struct tegra_xudc *xudc, unsigned int offset)
562 return readl(xudc->fpci + offset);
566 unsigned int offset)
568 writel(val, xudc->fpci + offset);
571 static inline u32 ipfs_readl(struct tegra_xudc *xudc, unsigned int offset)
573 return readl(xudc->ipfs + offset);
577 unsigned int offset)
579 writel(val, xudc->ipfs + offset);
582 static inline u32 xudc_readl(struct tegra_xudc *xudc, unsigned int offset)
584 return readl(xudc->base + offset);
588 unsigned int offset)
590 writel(val, xudc->base + offset);
594 unsigned int offset, u32 mask, u32 val)
598 return readl_poll_timeout_atomic(xudc->base + offset, regval,