Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/bcma/
Dbcma_driver_pci.h174 #define BCMA_CORE_PCI_CFG_FUN_SHIFT 16 /* Function shift */ macro
/linux-4.4.14/drivers/bcma/
Ddriver_pci_host.c77 addr |= (func << BCMA_CORE_PCI_CFG_FUN_SHIFT); in bcma_get_cfgspace_addr()