Searched refs:sba_dev (Results 1 – 1 of 1) sorted by relevance
1115 sba_get_pat_resources(struct sba_device *sba_dev) in sba_get_pat_resources() argument1536 static void __iomem *ioc_remap(struct sba_device *sba_dev, unsigned int offset) in ioc_remap() argument1538 return ioremap_nocache(sba_dev->dev->hpa.start + offset, SBA_FUNC_SIZE); in ioc_remap()1541 static void sba_hw_init(struct sba_device *sba_dev) in sba_hw_init() argument1591 if (!IS_PLUTO(sba_dev->dev)) { in sba_hw_init()1592 ioc_ctl = READ_REG(sba_dev->sba_hpa+IOC_CTRL); in sba_hw_init()1594 __func__, sba_dev->sba_hpa, ioc_ctl); in sba_hw_init()1600 WRITE_REG(ioc_ctl, sba_dev->sba_hpa+IOC_CTRL); in sba_hw_init()1603 ioc_ctl = READ_REG64(sba_dev->sba_hpa+IOC_CTRL); in sba_hw_init()1608 if (IS_ASTRO(sba_dev->dev)) { in sba_hw_init()[all …]