Searched refs:SZPCR (Results 1 – 2 of 2) sorted by relevance
170 if ((bufsize + cap_data) > SZPCR) in pcicore_find_pci_capability()171 bufsize = SZPCR - cap_data; in pcicore_find_pci_capability()
131 #define SZPCR (sizeof (pci_config_regs)) macro