Searched refs:mcapndx (Results 1 – 1 of 1) sorted by relevance
316 u8 mcapndx; in agp_3_5_enable() local345 mcapndx = pci_find_capability(dev, PCI_CAP_ID_AGP); in agp_3_5_enable()346 if (mcapndx == 0) in agp_3_5_enable()356 if (mcapndx != 0) { in agp_3_5_enable()395 pci_read_config_byte(dev, PCI_CAPABILITY_LIST, &mcapndx); in agp_3_5_enable()396 if (mcapndx != 0) { in agp_3_5_enable()398 pci_read_config_dword(dev, mcapndx, &ncapid); in agp_3_5_enable()400 mcapndx = (ncapid >> 8) & 0xff; in agp_3_5_enable()402 while (((ncapid & 0xff) != 2) && (mcapndx != 0)); in agp_3_5_enable()405 if (mcapndx == 0) { in agp_3_5_enable()[all …]