Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/bcma/
DKconfig33 bool "Driver for PCI core working in hostmode"
36 PCI core hostmode operation (external PCI bus).
61 This driver is also prerequisite for a hostmode PCIe core
Ddriver_pci.c178 pc->hostmode = bcma_core_pci_is_in_hostmode(pc); in bcma_core_pci_early_init()
179 if (pc->hostmode) in bcma_core_pci_early_init()
253 if (pc->hostmode) in bcma_core_pci_init()
Ddriver_pci_host.c92 WARN_ON(!pc->hostmode); in bcma_extpci_read_config()
157 WARN_ON(!pc->hostmode); in bcma_extpci_write_config()
/linux-4.1.27/drivers/ssb/
Ddriver_pcicore.c118 SSB_WARN_ON(!pc->hostmode); in ssb_extpci_read_config()
164 SSB_WARN_ON(!pc->hostmode); in ssb_extpci_write_config()
556 pc->hostmode = pcicore_is_in_hostmode(pc); in ssb_pcicore_init()
557 if (pc->hostmode) in ssb_pcicore_init()
560 if (!pc->hostmode) in ssb_pcicore_init()
DKconfig127 PCIcore hostmode operation (external PCI bus).
/linux-4.1.27/include/linux/ssb/
Dssb_driver_pci.h86 u8 hostmode:1; member
/linux-4.1.27/include/linux/bcma/
Dbcma_driver_pci.h228 u8 hostmode:1; member
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-npi-defs.h2189 uint64_t hostmode:1; member
2201 uint64_t hostmode:1;