Lines Matching refs:get_conf_byte

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()
334 lfrer0 = get_conf_byte(d, where + PCI_HT_PRI_LFRER0); in cap_ht_pri()
342 lfcap0 = get_conf_byte(d, where + PCI_HT_PRI_LFCAP0); in cap_ht_pri()
356 ftr = get_conf_byte(d, where + PCI_HT_PRI_FTR); in cap_ht_pri()
365 lfrer1 = get_conf_byte(d, where + PCI_HT_PRI_LFRER1); in cap_ht_pri()
373 lfcap1 = get_conf_byte(d, where + PCI_HT_PRI_LFCAP1); 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()
480 lfrer = get_conf_byte(d, where + PCI_HT_SEC_LFRER); in cap_ht_sec()
487 lfcap = get_conf_byte(d, where + PCI_HT_SEC_LFCAP); in cap_ht_sec()
530 mbu = get_conf_byte(d, where + PCI_HT_SEC_MBU); in cap_ht_sec()
531 mlu = get_conf_byte(d, where + PCI_HT_SEC_MLU); 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()
1626 reg = get_conf_byte(d, where + PCI_AF_STATUS); in cap_af()
1691 u8 htype = get_conf_byte(d, PCI_HEADER_TYPE) & 0x7f; in cap_ea()
1702 fixed_sec = get_conf_byte(d, where + PCI_EA_CAP_TYPE1_SECONDARY); in cap_ea()
1703 fixed_sub = get_conf_byte(d, where + PCI_EA_CAP_TYPE1_SUBORDINATE); in cap_ea()
1815 where = get_conf_byte(d, where) & ~3; in show_caps()
1826 id = get_conf_byte(d, where + PCI_CAP_LIST_ID); in show_caps()
1827 next = get_conf_byte(d, where + PCI_CAP_LIST_NEXT) & ~3; in show_caps()