Searched refs:PCI_REG_TO_FUNC (Results 1 – 2 of 2) sorted by relevance
53 #define PCI_REG_TO_FUNC(x) ((x & 0x700) >> 8) macro
661 *func_no = PCI_REG_TO_FUNC(int_val); in get_dev_func_num()