Searched refs:next_pos (Results 1 – 1 of 1) sorted by relevance
515 u8 next_pos; in pci_find_cap() local518 pci_hose_read_config_byte(hose, dev, pos, &next_pos); in pci_find_cap()519 if (next_pos < CAP_START_POS) in pci_find_cap()521 next_pos &= ~3; in pci_find_cap()522 pos = (int) next_pos; in pci_find_cap()