Home
last modified time | relevance | path

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

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