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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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 87 milliseconds