Home
last modified time | relevance | path

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

/linux/include/linux/bcma/
H A Dbcma_driver_pci.h174 #define BCMA_CORE_PCI_CFG_SLOT_SHIFT 19 /* Slot/Device shift */ macro
/linux/drivers/bcma/
H A Ddriver_pci_host.c76 addr |= (dev << BCMA_CORE_PCI_CFG_SLOT_SHIFT); in bcma_get_cfgspace_addr()