Home
last modified time | relevance | path

Searched refs:mcapndx (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/char/agp/
Disoch.c86 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()
[all …]