Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/include/
Dpcicfg.h47 #define PCICFG_FUN_MASK 7 /* Function mask */ macro
53 | (((f) & PCICFG_FUN_MASK) << PCICFG_FUN_SHIFT) \
58 #define PCI_CONFIG_FUN(a) (((a) >> PCICFG_FUN_SHIFT) & PCICFG_FUN_MASK)