Searched refs:hostmode (Results 1 – 8 of 8) sorted by relevance
188 pc->hostmode = bcma_core_pci_is_in_hostmode(pc); in bcma_core_pci_init()189 if (pc->hostmode) in bcma_core_pci_init()193 if (!pc->hostmode) in bcma_core_pci_init()
31 bool "Driver for PCI core working in hostmode"34 PCI core hostmode operation (external PCI bus).
96 WARN_ON(!pc->hostmode); in bcma_extpci_read_config()163 WARN_ON(!pc->hostmode); in bcma_extpci_write_config()
118 SSB_WARN_ON(!pc->hostmode); in ssb_extpci_read_config()164 SSB_WARN_ON(!pc->hostmode); in ssb_extpci_write_config()547 pc->hostmode = pcicore_is_in_hostmode(pc); in ssb_pcicore_init()548 if (pc->hostmode) in ssb_pcicore_init()551 if (!pc->hostmode) in ssb_pcicore_init()
127 PCIcore hostmode operation (external PCI bus).
86 u8 hostmode:1; member
196 u8 hostmode:1; member
1294 uint64_t hostmode:1; member