Home
last modified time | relevance | path

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

/pciutils/
H A Dls-caps.c579 u32 offl, offh; in cap_ht() local
583 offh = get_conf_long(d, where + PCI_HT_MSIM_ADDR_HI); in cap_ht()
584 …printf("\t\tMapping Address Base: %016" PCI_U64_FMT_X "\n", ((u64)offh << 32) | (offl & ~0xfffff)); in cap_ht()