Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bcma/
H A Ddriver_pci_host.c237 struct bcma_drv_pci_host *pc_host; in bcma_core_pci_hostmode_read_config() local
239 pc_host = container_of(bus->ops, struct bcma_drv_pci_host, pci_ops); in bcma_core_pci_hostmode_read_config()
240 pc = pc_host->pdev; in bcma_core_pci_hostmode_read_config()
242 spin_lock_irqsave(&pc_host->cfgspace_lock, flags); in bcma_core_pci_hostmode_read_config()
245 spin_unlock_irqrestore(&pc_host->cfgspace_lock, flags); in bcma_core_pci_hostmode_read_config()
257 struct bcma_drv_pci_host *pc_host; in bcma_core_pci_hostmode_write_config() local
259 pc_host = container_of(bus->ops, struct bcma_drv_pci_host, pci_ops); in bcma_core_pci_hostmode_write_config()
260 pc = pc_host->pdev; in bcma_core_pci_hostmode_write_config()
262 spin_lock_irqsave(&pc_host->cfgspace_lock, flags); in bcma_core_pci_hostmode_write_config()
265 spin_unlock_irqrestore(&pc_host->cfgspace_lock, flags); in bcma_core_pci_hostmode_write_config()
[all …]