Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sh/drivers/pci/
Dcommon.c53 int cap66 = -1; in EARLY_PCI_OP() local
69 if (cap66 < 0) in EARLY_PCI_OP()
70 cap66 = 1; in EARLY_PCI_OP()
71 if (cap66) { in EARLY_PCI_OP()
78 cap66 = 0; in EARLY_PCI_OP()
84 return cap66 > 0; in EARLY_PCI_OP()
/linux-3.4.99/arch/mips/txx9/generic/
Dpci.c56 int cap66 = -1; in txx9_pci66_check() local
75 if (cap66 < 0) in txx9_pci66_check()
76 cap66 = 1; in txx9_pci66_check()
77 if (cap66) { in txx9_pci66_check()
84 cap66 = 0; in txx9_pci66_check()
89 return cap66 > 0; in txx9_pci66_check()