Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/intel/catpt/
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, \
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()
Dcore.h82 void __iomem *pci_ba; member