Searched refs:PCI_CFG_FUNC_SHIFT (Results 1 – 2 of 2) sorted by relevance
48 #define PCI_CFG_FUNC_SHIFT 8 macro
47 addr |= ((devfn & 0xff) << PCI_CFG_FUNC_SHIFT) | (where & 0xfc); in calc_cfg_addr()