Lines Matching refs:ppd
234 uint32_t ppd; member
1719 uint8_t ppd, conn_type; in intel_ntb_detect_xeon() local
1721 ppd = pci_read_config(ntb->device, NTB_PPD_OFFSET, 1); in intel_ntb_detect_xeon()
1722 ntb->ppd = ppd; in intel_ntb_detect_xeon()
1724 if ((ppd & XEON_PPD_DEV_TYPE) != 0) in intel_ntb_detect_xeon()
1729 if ((ppd & XEON_PPD_SPLIT_BAR) != 0) in intel_ntb_detect_xeon()
1749 conn_type = ppd & XEON_PPD_CONN_TYPE; in intel_ntb_detect_xeon()
1767 uint32_t ppd, conn_type; in intel_ntb_detect_atom() local
1769 ppd = pci_read_config(ntb->device, NTB_PPD_OFFSET, 4); in intel_ntb_detect_atom()
1770 ntb->ppd = ppd; in intel_ntb_detect_atom()
1772 if ((ppd & ATOM_PPD_DEV_TYPE) != 0) in intel_ntb_detect_atom()
1777 conn_type = (ppd & ATOM_PPD_CONN_TYPE) >> 8; in intel_ntb_detect_atom()
1792 uint8_t ppd, conn_type; in intel_ntb_detect_xeon_gen3() local
1794 ppd = pci_read_config(ntb->device, XEON_GEN3_INT_REG_PPD, 1); in intel_ntb_detect_xeon_gen3()
1795 ntb->ppd = ppd; in intel_ntb_detect_xeon_gen3()
1798 conn_type = XEON_GEN3_REG_PPD_PORT_DEF_F(ppd); in intel_ntb_detect_xeon_gen3()
1810 if (XEON_GEN3_REG_PPD_CONF_STS_F(ppd)) { in intel_ntb_detect_xeon_gen3()
1818 if (XEON_GEN3_REG_PPD_ONE_MSIX_F(ppd)) { in intel_ntb_detect_xeon_gen3()
1826 if (XEON_GEN3_REG_PPD_BAR45_SPL_F(ppd)) { in intel_ntb_detect_xeon_gen3()
1880 ntb->ppd = ppd1; in intel_ntb_detect_xeon_gen4_cfg()
2659 ntb->ppd | ATOM_PPD_INIT_LINK, 4); in intel_ntb_link_enable()
2945 &ntb->ppd, 0, "Raw PPD register (cached)"); in intel_ntb_sysctl_init()