Searched refs:cap_pos (Results 1 – 1 of 1) sorted by relevance
23 uint8_t cap_pos, cap_data; in pci_find_cap() local28 pci_device_cfg_read_u8(pdev, &cap_pos, PCIR_CAP_PTR); in pci_find_cap()30 while (cap_pos != 0 && cap_pos != 0xff) { in pci_find_cap()32 cap_pos + PCICAP_ID); in pci_find_cap()35 return cap_pos; in pci_find_cap()37 pci_device_cfg_read_u8(pdev, &cap_pos, in pci_find_cap()38 cap_pos + PCICAP_NEXTPTR); in pci_find_cap()
Completed in 2 milliseconds