Home
last modified time | relevance | path

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

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