Searched refs:mcapndx (Results 1 – 1 of 1) sorted by relevance
87 u8 mcapndx; in agp_3_5_isochronous_node_enable() local141 mcapndx = cur->capndx; in agp_3_5_isochronous_node_enable()254 mcapndx = cur->capndx; in agp_3_5_isochronous_node_enable()321 u8 mcapndx; in agp_3_5_enable() local352 mcapndx = pci_find_capability(dev, PCI_CAP_ID_AGP); in agp_3_5_enable()353 if (mcapndx == 0) in agp_3_5_enable()363 if (mcapndx != 0) { in agp_3_5_enable()402 pci_read_config_byte(dev, PCI_CAPABILITY_LIST, &mcapndx); in agp_3_5_enable()403 if (mcapndx != 0) { in agp_3_5_enable()405 pci_read_config_dword(dev, mcapndx, &ncapid); in agp_3_5_enable()[all …]