Searched refs:_pci (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pcie-designware.h | 37 #define __dw_pcie_ver_cmp(_pci, _ver, _op) \ argument 38 ((_pci)->version _op DW_PCIE_VER_ ## _ver) 40 #define dw_pcie_ver_is(_pci, _ver) __dw_pcie_ver_cmp(_pci, _ver, ==) argument 42 #define dw_pcie_ver_is_ge(_pci, _ver) __dw_pcie_ver_cmp(_pci, _ver, >=) argument 44 #define dw_pcie_ver_type_is(_pci, _ver, _type) \ argument 45 (__dw_pcie_ver_cmp(_pci, _ver, ==) && \ 46 __dw_pcie_ver_cmp(_pci, TYPE_ ## _type, ==)) 48 #define dw_pcie_ver_type_is_ge(_pci, _ver, _type) \ argument 49 (__dw_pcie_ver_cmp(_pci, _ver, ==) && \ 50 __dw_pcie_ver_cmp(_pci, TYPE_ ## _type, >=)) [all …]
|
/openbmc/linux/drivers/tty/serial/8250/ |
H A D | Makefile | 17 obj-$(CONFIG_SERIAL_8250_PCI) += 8250_pci.o
|
/openbmc/linux/Documentation/kbuild/ |
H A D | modules.rst | 182 8123_pci.c 201 8123-y := 8123_if.o 8123_pci.o 8123_bin.o 236 8123-y := 8123_if.o 8123_pci.o 8123_bin.o 259 8123-y := 8123_if.o 8123_pci.o 8123_bin.o 298 8123-y := 8123_if.o 8123_pci.o 8123_bin.o 364 8123-y := 8123_if.o 8123_pci.o 8123_bin.o
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | Makefile | 63 obj-$(CONFIG_COMEDI_8255_PCI) += 8255_pci.o
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | ldst.idef | 30 Q6INSN(L2_##TAG##_pci, OPER"(Rx32++#s4:"SHFT":circ(Mu2))",ATTRIB,DESCR,{fEA_REG(RxV); fPM_CIRI(RxV,… 111 Q6INSN(S2_##TAG##_pci, OPER"(Rx32++#s4:"SHFT":circ(Mu2))="DEST, ATTRIB,DESCR,{fEA_REG(RxV); fPM_CI…
|
H A D | encode_pp.def | 313 DEF_ENC32(L2_load##TAG##_pci, ICLASS_LD" 1 00 "OPC" xxxxx PPu0--0i iiiddddd")\ 324 DEF_ENC32(L2_load##TAG##_pci, ICLASS_LD" 1 00 "OPC" xxxxx PPu0--0i iiiyyyyy")\ 443 DEF_ENC32(S2_store##TAG##_pci, ICLASS_ST" 1 00 "OPC" xxxxx PPu"SRC" 0iiii-0-")\
|
/openbmc/linux/drivers/comedi/ |
H A D | Kconfig | 588 be called 8255_pci. 1267 boards use the 8255_pci driver as a wrapper around the 'comedi_8255'
|
/openbmc/qemu/tests/data/qobject/ |
H A D | qdict.txt | 146 8250_pci.c: 93521 147 8250_pci.h: 999
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |
H A D | opengrok1.0.log | [all...] |