Lines Matching refs:mcapndx
86 u8 mcapndx; in agp_3_5_isochronous_node_enable() local
139 mcapndx = cur->capndx; in agp_3_5_isochronous_node_enable()
252 mcapndx = cur->capndx; in agp_3_5_isochronous_node_enable()
319 u8 mcapndx; in agp_3_5_enable() local
350 mcapndx = pci_find_capability(dev, PCI_CAP_ID_AGP); in agp_3_5_enable()
351 if (mcapndx == 0) in agp_3_5_enable()
361 if (mcapndx != 0) { in agp_3_5_enable()
400 pci_read_config_byte(dev, PCI_CAPABILITY_LIST, &mcapndx); in agp_3_5_enable()
401 if (mcapndx != 0) { in agp_3_5_enable()
403 pci_read_config_dword(dev, mcapndx, &ncapid); in agp_3_5_enable()
405 mcapndx = (ncapid >> 8) & 0xff; in agp_3_5_enable()
407 while (((ncapid & 0xff) != 2) && (mcapndx != 0)); in agp_3_5_enable()
410 if (mcapndx == 0) { in agp_3_5_enable()
427 cur->capndx = mcapndx; in agp_3_5_enable()