Lines Matching refs:hdr_next_ptr
468 uint32_t data, hdr_next_ptr, hdr_cap_id;
503 hdr_next_ptr = data & 0xff;
509 while ((hdr_next_ptr != PCI_CAP_NEXT_PTR_NULL) &&
512 if (hdr_next_ptr < 0x40)
515 cfg_prg.offset = hdr_next_ptr;
522 hdr_next_ptr = (data >> 8) & 0xFF;
534 hdr_next_ptr = 0x100;
540 while ((hdr_next_ptr != PCI_CAP_NEXT_PTR_NULL) &&
543 if (hdr_next_ptr < 0x40)
546 cfg_prg.offset = hdr_next_ptr;
553 hdr_next_ptr = (data >> 20) & 0xFFF;