Searched refs:cr1 (Results 1 – 1 of 1) sorted by relevance
| /pciutils/ |
| H A D | ls-ecaps.c | 513 u32 cr1, cr2; in cap_vc() local 530 cr1 = get_conf_long(d, where + PCI_VC_PORT_REG1); in cap_vc() 535 evc_cnt = BITS(cr1, 0, 3); in cap_vc() 537 BITS(cr1, 4, 3), in cap_vc() 538 TABLE(ref_clocks, BITS(cr1, 8, 2), buf), in cap_vc() 539 1 << BITS(cr1, 10, 2)); in cap_vc()
|