Searched refs:PCI_FUNC_MASK (Results 1 – 4 of 4) sorted by relevance
76 #define PCI_FUNC_MASK 0x700 /* Func# Mask */ macro
214 (((reg_val[0]) & PCI_FUNC_MASK) >> 8); in opl_pci_callback()
62 PCI_MECH2_CONFIG_ENABLE | ((function & PCI_FUNC_MASK) << 1)); in pci_mech2_config_enable()
70 #define PCI_FUNC_MASK 0x07 macro