Searched refs:bar_response (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/syslib/
H A Dpci_auto.c46 int bar_response, bar_size, bar_value; local
65 &bar_response);
68 if (!bar_response)
72 if (bar_response & PCI_BASE_ADDRESS_SPACE) {
77 if ( (bar_response & PCI_BASE_ADDRESS_MEM_TYPE_MASK) ==
87 bar_size = ~(bar_response & addr_mask) + 1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sh/drivers/pci/
H A Dpci-auto.c112 u32 bar_response, bar_size, bar_value; local
139 &bar_response);
153 if (!bar_response)
156 if (!(bar_response & 0xffff0000))
157 bar_response |= 0xffff0000;
161 if (bar_response & PCI_BASE_ADDRESS_SPACE) {
167 if ((bar_response & PCI_BASE_ADDRESS_MEM_TYPE_MASK) ==
179 bar_size = ~(bar_response & addr_mask) + 1;
185 if (bar_response & PCI_BASE_ADDRESS_SPACE) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/platforms/4xx/
H A Dep405.c71 unsigned int bar_response, bar; local
127 &bar_response);
130 PCI_FUNC(hose->first_busno), bar, bar_response);
H A Dcpci405.c130 unsigned int bar_response, bar; local
169 &bar_response);
H A Dbubinga.c121 unsigned int bar_response, bar; local
195 &bar_response);
198 PCI_FUNC(hose->first_busno), bar, bar_response);
H A Dsycamore.c146 unsigned int bar_response, bar; local
223 &bar_response);
226 PCI_FUNC(hose->first_busno), bar, bar_response);
H A Dwalnut.c125 unsigned int bar_response, bar; local
198 &bar_response);
201 PCI_FUNC(hose->first_busno), bar, bar_response);
H A Dbamboo.c251 unsigned int bar_response, bar; local
300 &bar_response);

Completed in 47 milliseconds