/src/sys/external/bsd/drm2/linux/ |
linux_pci.c | 1027 pcireg_t lcap, lcap2, xcap; local in function:pcie_get_speed_cap 1035 xcap = pci_conf_read(pc, tag, off + PCIE_XCAP); 1036 if (__SHIFTOUT(xcap, PCIE_XCAP_VER_MASK) >= 2) {
|
linux_pci.c | 1027 pcireg_t lcap, lcap2, xcap; local in function:pcie_get_speed_cap 1035 xcap = pci_conf_read(pc, tag, off + PCIE_XCAP); 1036 if (__SHIFTOUT(xcap, PCIE_XCAP_VER_MASK) >= 2) {
|
/src/sys/dev/pci/ |
pci.c | 963 pcireg_t xcap = pci_conf_read(pc, tag, off + PCIE_XCAP); local in function:pci_conf_capture 966 devtype = PCIE_XCAP_TYPE(xcap); 973 if ((xcap & PCIE_XCAP_SI) != 0) 981 if (__SHIFTOUT(xcap, PCIE_XCAP_VER_MASK) >= 2) { 1042 pcireg_t xcap = pci_conf_read(pc, tag, off + PCIE_XCAP); local in function:pci_conf_restore 1045 devtype = PCIE_XCAP_TYPE(xcap); 1055 if ((xcap & PCIE_XCAP_SI) != 0) 1061 if (__SHIFTOUT(xcap, PCIE_XCAP_VER_MASK) >= 2) {
|
pci.c | 963 pcireg_t xcap = pci_conf_read(pc, tag, off + PCIE_XCAP); local in function:pci_conf_capture 966 devtype = PCIE_XCAP_TYPE(xcap); 973 if ((xcap & PCIE_XCAP_SI) != 0) 981 if (__SHIFTOUT(xcap, PCIE_XCAP_VER_MASK) >= 2) { 1042 pcireg_t xcap = pci_conf_read(pc, tag, off + PCIE_XCAP); local in function:pci_conf_restore 1045 devtype = PCIE_XCAP_TYPE(xcap); 1055 if ((xcap & PCIE_XCAP_SI) != 0) 1061 if (__SHIFTOUT(xcap, PCIE_XCAP_VER_MASK) >= 2) {
|