Searched refs:mbu (Results 1 – 1 of 1) sorted by relevance
| /pciutils/ |
| H A D | ls-caps.c | 236 u8 rid, lfrer0, lfcap0, ftr, lfrer1, lfcap1, mbu, mlu, bn; in cap_ht_pri() local 406 mbu = get_conf_byte(d, where + PCI_HT_PRI_MBU); in cap_ht_pri() 408 printf("\t\tPrefetchable memory behind bridge Upper: %02x-%02x\n", mbu, mlu); in cap_ht_pri() 418 u8 rid, lfrer, lfcap, mbu, mlu; in cap_ht_sec() local 530 mbu = get_conf_byte(d, where + PCI_HT_SEC_MBU); in cap_ht_sec() 532 printf("\t\tPrefetchable memory behind bridge Upper: %02x-%02x\n", mbu, mlu); in cap_ht_sec()
|