Searched refs:pc_host (Results 1 – 1 of 1) sorted by relevance
237 struct bcma_drv_pci_host *pc_host; in bcma_core_pci_hostmode_read_config() local239 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() local259 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 …]