Searched refs:ID_SEL_BEGIN (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/pci/
H A 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;
H A 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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/pci/
H A 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;
H A 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;

Completed in 74 milliseconds