Lines Matching refs:pos
558 int pos = where + PCI_VC_RES_CAP + 12*i; in cap_vc() local
564 if (!config_fetch(d, pos, 12)) in cap_vc()
569 rcap = get_conf_long(d, pos); in cap_vc()
570 rctrl = get_conf_long(d, pos+4); in cap_vc()
571 rstatus = get_conf_word(d, pos+10); in cap_vc()
624 int pos = where + PCI_RCLINK_LINK1 + i*PCI_RCLINK_LINK_SIZE; in cap_rclink() local
629 if (!config_fetch(d, pos, PCI_RCLINK_LINK_SIZE)) in cap_rclink()
634 desc = get_conf_long(d, pos + PCI_RCLINK_LINK_DESC); in cap_rclink()
635 addr_lo = get_conf_long(d, pos + PCI_RCLINK_LINK_ADDR); in cap_rclink()
636 addr_hi = get_conf_long(d, pos + PCI_RCLINK_LINK_ADDR + 4); in cap_rclink()
993 int pos = where + PCI_CXL_RL_BLOCK1_LO + 8*i; in dvsec_cxl_register_locator() local
994 if (pos + 7 >= where + len) in dvsec_cxl_register_locator()
997 u32 lo = get_conf_long(d, pos); in dvsec_cxl_register_locator()
998 u32 hi = get_conf_long(d, pos + 4); in dvsec_cxl_register_locator()