Searched refs:res_bit (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dpci.c295 int i, res_bit; local
302 res_bit = IORESOURCE_MEM;
306 res_bit = IORESOURCE_IO;
322 if ((flags & res_bit) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dpci-common.c297 int i, res_bit; local
304 res_bit = IORESOURCE_MEM;
308 res_bit = IORESOURCE_IO;
324 if ((flags & res_bit) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/pci/
H A Dpci-common.c288 int i, res_bit; local
295 res_bit = IORESOURCE_MEM;
299 res_bit = IORESOURCE_IO;
315 if ((flags & res_bit) == 0)

Completed in 117 milliseconds