Home
last modified time | relevance | path

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

/pciutils/
H A Dls-ecaps.c118 t1 = get_conf_long(d, where + 4); in cap_dsn()
119 t2 = get_conf_long(d, where + 8); in cap_dsn()
569 rcap = get_conf_long(d, pos); in cap_vc()
570 rctrl = get_conf_long(d, pos+4); in cap_vc()
671 u32 hdr = get_conf_long(d, where); in cap_rcec()
997 u32 lo = get_conf_long(d, pos); in dvsec_cxl_register_locator()
1456 buff = get_conf_long(d, where + 4); in cap_ptm()
1736 l = get_conf_long(d, off); in cap_ide()
1745 l = get_conf_long(d, off); in cap_ide()
1765 l = get_conf_long(d, off); in cap_ide()
[all …]
H A Dls-caps.c88 t = get_conf_long(d, where + PCI_AGP_STATUS); in cap_agp()
105 t = get_conf_long(d, where + PCI_AGP_COMMAND); in cap_agp()
135 status = get_conf_long(d, where + PCI_PCIX_STATUS); in cap_pcix_nobridge()
695 t = get_conf_long(d, where + PCI_EXP_DEVCAP); in cap_express_dev()
818 t = get_conf_long(d, where + PCI_EXP_LNKCAP); in cap_express_link()
886 t = get_conf_long(d, where + PCI_EXP_SLTCAP); in cap_express_slot()
947 w = get_conf_long(d, where + PCI_EXP_RTSTA); in cap_express_root()
1110 l = get_conf_long(d, where + PCI_EXP_DEVCAP2); in cap_express_dev2()
1571 off = get_conf_long(d, where + PCI_MSIX_PBA); in cap_msix()
1719 entry_header = get_conf_long(d, entry_base); in cap_ea()
[all …]
H A Dls-caps-vendor.c59 offset = get_conf_long(d, where + 8); in show_vendor_caps_virtio()
60 size = get_conf_long(d, where + 12); in show_vendor_caps_virtio()
65 offset_hi = get_conf_long(d, where + 16); in show_vendor_caps_virtio()
66 size_hi = get_conf_long(d, where + 20); in show_vendor_caps_virtio()
75 printf(" multiplier=%08x", get_conf_long(d, where+16)); in show_vendor_caps_virtio()
125 l = get_conf_long(d, where + 4); in show_vendor_caps_intel()
164 l = get_conf_long(d, where + 8); in show_vendor_caps_intel()
197 l = get_conf_long(d, where + 12); in show_vendor_caps_intel()
H A Dlspci.c195 get_conf_long(struct device *d, unsigned int pos) in get_conf_long() function
409 …I_FILL_IO_FLAGS) ? ioflg_to_pciflg(ioflg) : without_config_data ? 0 : get_conf_long(d, PCI_BASE_AD… in show_bases()
429 hw_lower = get_conf_long(d, PCI_BASE_ADDRESS_0 + 4*i); in show_bases()
438 hw_upper = get_conf_long(d, PCI_BASE_ADDRESS_0 + 4*i + 1); in show_bases()
501 u32 flg = reg >= 0 ? get_conf_long(d, reg) : ioflg_to_pciflg(ioflg); in show_rom()
634 pref_base_64 |= (u64) get_conf_long(d, PCI_PREF_BASE_UPPER32) << 32; in show_htype1()
635 pref_limit_64 |= (u64) get_conf_long(d, PCI_PREF_LIMIT_UPPER32) << 32; in show_htype1()
701 u32 base = get_conf_long(d, PCI_CB_MEMORY_BASE_0 + p); in show_htype2()
702 u32 limit = get_conf_long(d, PCI_CB_MEMORY_LIMIT_0 + p); in show_htype2()
712 u32 base = get_conf_long(d, PCI_CB_IO_BASE_0 + p); in show_htype2()
[all …]
H A Dlspci.h57 u32 get_conf_long(struct device *d, unsigned int pos);