Searched refs:lfrer (Results 1 – 1 of 1) sorted by relevance
| /pciutils/ |
| H A D | ls-caps.c | 418 u8 rid, lfrer, lfcap, mbu, mlu; in cap_ht_sec() local 480 lfrer = get_conf_byte(d, where + PCI_HT_SEC_LFRER); in cap_ht_sec() 481 printf("\t\tLink Frequency: %s\n", ht_link_freq(lfrer & PCI_HT_LFRER_FREQ)); in cap_ht_sec() 483 FLAG(lfrer, PCI_HT_LFRER_PROT), in cap_ht_sec() 484 FLAG(lfrer, PCI_HT_LFRER_OV), in cap_ht_sec() 485 FLAG(lfrer, PCI_HT_LFRER_EOC), in cap_ht_sec() 486 FLAG(lfrer, PCI_HT_LFRER_CTLT)); in cap_ht_sec()
|