Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/include/
Dpcicfg.h41 #define PCICFG_SLOT_SHIFT 11 /* Slot shift */ macro
52 | (((s) & PCICFG_SLOT_MASK) << PCICFG_SLOT_SHIFT) \
57 #define PCI_CONFIG_SLOT(a) (((a) >> PCICFG_SLOT_SHIFT) & PCICFG_SLOT_MASK)