Home
last modified time | relevance | path

Searched refs:get_conf_word (Results 1 – 4 of 4) sorted by relevance

/pciutils/
H A Dls-ecaps.c245 l = get_conf_word(d, where + PCI_DPC_CAP); in cap_dpc()
250 l = get_conf_word(d, where + PCI_DPC_CTL); in cap_dpc()
277 w = get_conf_word(d, where + PCI_ACS_CAP); in cap_acs()
283 w = get_conf_word(d, where + PCI_ACS_CTRL); in cap_acs()
303 w = get_conf_word(d, where + PCI_ARI_CAP); in cap_ari()
307 w = get_conf_word(d, where + PCI_ARI_CTRL); in cap_ari()
325 w = get_conf_word(d, where + PCI_ATS_CAP); in cap_ats()
327 w = get_conf_word(d, where + PCI_ATS_CTRL); in cap_ats()
345 w = get_conf_word(d, where + PCI_PRI_CTRL); in cap_pri()
417 w = get_conf_word(d, where + PCI_IOV_DID); in cap_sriov()
[all …]
H A Dls-caps.c39 t = get_conf_word(d, where + PCI_PM_CTRL); in cap_pm()
387 eh = get_conf_word(d, where + PCI_HT_PRI_EH); in cap_ht_pri()
500 ftr = get_conf_word(d, where + PCI_HT_SEC_FTR); in cap_ht_sec()
724 w = get_conf_word(d, where + PCI_EXP_DEVCTL); in cap_express_dev()
745 w = get_conf_word(d, where + PCI_EXP_DEVSTA); in cap_express_dev()
843 w = get_conf_word(d, where + PCI_EXP_LNKCTL); in cap_express_link()
858 w = get_conf_word(d, where + PCI_EXP_LNKSTA); in cap_express_link()
902 w = get_conf_word(d, where + PCI_EXP_SLTCTL); in cap_express_slot()
917 w = get_conf_word(d, where + PCI_EXP_SLTSTA); in cap_express_slot()
935 w = get_conf_word(d, where + PCI_EXP_RTCAP); in cap_express_root()
[all …]
H A Dlspci.c188 get_conf_word(struct device *d, unsigned int pos) in get_conf_word() function
552 u32 mem_base = get_conf_word(d, PCI_MEMORY_BASE); in show_htype1()
553 u32 mem_limit = get_conf_word(d, PCI_MEMORY_LIMIT); in show_htype1()
558 word sec_stat = get_conf_word(d, PCI_SEC_STATUS); in show_htype1()
559 word brc = get_conf_word(d, PCI_BRIDGE_CONTROL); in show_htype1()
687 word cmd = get_conf_word(d, PCI_COMMAND); in show_htype2()
745 exca = get_conf_word(d, PCI_CB_LEGACY_MODE_BASE); in show_htype2()
847 word cmd = get_conf_word(d, PCI_COMMAND); in show_verbose()
848 word status = get_conf_word(d, PCI_STATUS); in show_verbose()
912 word cmd = get_conf_word(d, PCI_COMMAND); in show_verbose()
[all …]
H A Dlspci.h58 word get_conf_word(struct device *d, unsigned int pos);