Home
last modified time | relevance | path

Searched refs:pci_ba (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/soc/intel/catpt/
H A Dregisters.h167 readl(cdev->pci_ba + CATPT_PCI_##reg)
169 writel(val, cdev->pci_ba + CATPT_PCI_##reg)
175 readl_poll_timeout((cdev)->pci_ba + CATPT_PCI_##reg, \
H A Ddevice.c270 cdev->pci_ba = devm_platform_ioremap_resource(pdev, 1); in catpt_acpi_probe()
271 if (IS_ERR(cdev->pci_ba)) in catpt_acpi_probe()
272 return PTR_ERR(cdev->pci_ba); in catpt_acpi_probe()
H A Dcore.h82 void __iomem *pci_ba; member