Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dpcicfg.h53 #define PCICFG_SLOT_MASK 0x1f /* Slot mask */ macro
59 | (((s) & PCICFG_SLOT_MASK) << PCICFG_SLOT_SHIFT) \
64 #define PCI_CONFIG_SLOT(a) (((a) >> PCICFG_SLOT_SHIFT) & PCICFG_SLOT_MASK)
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dpcicfg.h53 #define PCICFG_SLOT_MASK 0x1f /* Slot mask */ macro
59 | (((s) & PCICFG_SLOT_MASK) << PCICFG_SLOT_SHIFT) \
64 #define PCI_CONFIG_SLOT(a) (((a) >> PCICFG_SLOT_SHIFT) & PCICFG_SLOT_MASK)