Searched refs:sba_dev (Results 1 – 1 of 1) sorted by relevance
1086 sba_get_pat_resources(struct sba_device *sba_dev) in sba_get_pat_resources() argument1496 static void __iomem *ioc_remap(struct sba_device *sba_dev, unsigned int offset) in ioc_remap() argument1498 return ioremap_nocache(sba_dev->dev->hpa.start + offset, SBA_FUNC_SIZE); in ioc_remap()1501 static void sba_hw_init(struct sba_device *sba_dev) in sba_hw_init() argument1551 if (!IS_PLUTO(sba_dev->dev)) { in sba_hw_init()1552 ioc_ctl = READ_REG(sba_dev->sba_hpa+IOC_CTRL); in sba_hw_init()1554 __func__, sba_dev->sba_hpa, ioc_ctl); in sba_hw_init()1560 WRITE_REG(ioc_ctl, sba_dev->sba_hpa+IOC_CTRL); in sba_hw_init()1563 ioc_ctl = READ_REG64(sba_dev->sba_hpa+IOC_CTRL); in sba_hw_init()1568 if (IS_ASTRO(sba_dev->dev)) { in sba_hw_init()[all …]