Home
last modified time | relevance | path

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

/linux-6.12.1/arch/sh/drivers/pci/
Dcommon.c54 int cap66 = -1; in EARLY_PCI_OP() local
71 if (cap66 < 0) in EARLY_PCI_OP()
72 cap66 = 1; in EARLY_PCI_OP()
73 if (cap66) { in EARLY_PCI_OP()
80 cap66 = 0; in EARLY_PCI_OP()
86 return cap66 > 0; in EARLY_PCI_OP()
/linux-6.12.1/arch/mips/txx9/generic/
Dpci.c52 int cap66 = -1; in txx9_pci66_check() local
72 if (cap66 < 0) in txx9_pci66_check()
73 cap66 = 1; in txx9_pci66_check()
74 if (cap66) { in txx9_pci66_check()
80 cap66 = 0; in txx9_pci66_check()
85 return cap66 > 0; in txx9_pci66_check()