Searched refs:get_conf_byte (Results 1 – 7 of 7) sorted by relevance
| /pciutils/ |
| H A D | lspci.c | 567 get_conf_byte(d, PCI_PRIMARY_BUS), in show_htype1() 568 get_conf_byte(d, PCI_SECONDARY_BUS), in show_htype1() 569 get_conf_byte(d, PCI_SUBORDINATE_BUS), in show_htype1() 570 get_conf_byte(d, PCI_SEC_LATENCY_TIMER)); in show_htype1() 694 get_conf_byte(d, PCI_CB_PRIMARY_BUS), in show_htype2() 695 get_conf_byte(d, PCI_CB_CARD_BUS), in show_htype2() 696 get_conf_byte(d, PCI_CB_SUBORDINATE_BUS), in show_htype2() 697 get_conf_byte(d, PCI_CB_LATENCY_TIMER)); in show_htype2() 815 bist = get_conf_byte(d, PCI_BIST); in show_verbose() 822 bist = get_conf_byte(d, PCI_BIST); in show_verbose() [all …]
|
| H A D | ls-caps.c | 47 b = get_conf_byte(d, where + PCI_PM_PPB_EXTENSIONS); in cap_pm() 206 switch (get_conf_byte(d, PCI_HEADER_TYPE) & 0x7f) in cap_pcix() 244 rid = get_conf_byte(d, where + PCI_HT_PRI_RID); in cap_ht_pri() 356 ftr = get_conf_byte(d, where + PCI_HT_PRI_FTR); in cap_ht_pri() 406 mbu = get_conf_byte(d, where + PCI_HT_PRI_MBU); in cap_ht_pri() 407 mlu = get_conf_byte(d, where + PCI_HT_PRI_MLU); in cap_ht_pri() 410 bn = get_conf_byte(d, where + PCI_HT_PRI_BN); in cap_ht_pri() 427 rid = get_conf_byte(d, where + PCI_HT_SEC_RID); in cap_ht_sec() 1621 reg = get_conf_byte(d, where + PCI_AF_CAP); in cap_af() 1624 reg = get_conf_byte(d, where + PCI_AF_CTRL); in cap_af() [all …]
|
| H A D | ls-map.c | 38 b->this = get_conf_byte(d, np); in map_bridge() 41 b->first = get_conf_byte(d, ns); in map_bridge() 42 b->last = get_conf_byte(d, nl); in map_bridge() 84 switch (get_conf_byte(d, PCI_HEADER_TYPE) & 0x7f) in do_map_bus()
|
| H A D | ls-tree.c | 146 byte ht = d->no_config_access ? -1 : (get_conf_byte(d, PCI_HEADER_TYPE) & 0x7f); in grow_tree() 155 b->secondary = get_conf_byte(d, PCI_SECONDARY_BUS); in grow_tree() 156 b->subordinate = get_conf_byte(d, PCI_SUBORDINATE_BUS); in grow_tree() 160 b->secondary = get_conf_byte(d, PCI_CB_CARD_BUS); in grow_tree() 161 b->subordinate = get_conf_byte(d, PCI_CB_SUBORDINATE_BUS); in grow_tree()
|
| H A D | ls-caps-vendor.c | 63 get_conf_byte(d, where + 4), offset, size); in show_vendor_caps_virtio() 68 get_conf_byte(d, where + 4), in show_vendor_caps_virtio() 71 get_conf_byte(d, where + 5)); in show_vendor_caps_virtio()
|
| H A D | lspci.h | 59 byte get_conf_byte(struct device *d, unsigned int pos);
|
| H A D | ls-ecaps.c | 411 b = get_conf_byte(d, where + PCI_IOV_FDL); in cap_sriov() 972 b1 = get_conf_byte(d, where + PCI_CXL_PORT_ALT_BUS_BASE); in dvsec_cxl_port() 973 b2 = get_conf_byte(d, where + PCI_CXL_PORT_ALT_BUS_LIMIT); in dvsec_cxl_port()
|