Searched refs:mcapndx (Results 1 – 1 of 1) sorted by relevance
86 u8 mcapndx; in agp_3_5_isochronous_node_enable() local139 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() local350 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()[all …]