Home
last modified time | relevance | path

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

/linux-3.4.99/arch/mips/pci/
Dops-bonito64.c33 #define ID_SEL_BEGIN 10 macro
34 #define MAX_DEV_NUM (31 - ID_SEL_BEGIN)
55 addr = (1 << (device + ID_SEL_BEGIN)) | (function << 8) | reg; in bonito64_pcibios_config_access()
Dops-loongson2.c31 #define ID_SEL_BEGIN 11 macro
32 #define MAX_DEV_NUM (31 - ID_SEL_BEGIN)
76 addr = (1 << (device + ID_SEL_BEGIN)) | (function << 8) | reg; in loongson_pcibios_config_access()