Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/pci/
H A Dops-bonito64.c20 #define ID_SEL_BEGIN 10 macro
21 #define MAX_DEV_NUM (31 - ID_SEL_BEGIN)
42 addr = (1 << (device + ID_SEL_BEGIN)) | (function << 8) | reg; in bonito64_pcibios_config_access()
H A Dops-loongson2.c28 #define ID_SEL_BEGIN 11 macro
29 #define MAX_DEV_NUM (31 - ID_SEL_BEGIN)
73 addr = (1 << (device + ID_SEL_BEGIN)) | (function << 8) | reg; in loongson_pcibios_config_access()