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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dpcicfg.h53 #define PCICFG_FUN_MASK 7 /* Function mask */ macro
59 | (((f) & PCICFG_FUN_MASK) << PCICFG_FUN_SHIFT) \
64 #define PCI_CONFIG_FUN(a) (((a) >> PCICFG_FUN_SHIFT) & PCICFG_FUN_MASK)

Completed in 168 milliseconds