Home
last modified time | relevance | path

Searched refs:pcie2 (Results 1 – 25 of 55) sorted by relevance

123

/openbmc/linux/drivers/bcma/
H A Ddriver_pcie2.c72 u8 core_rev = pcie2->core->id.rev; in bcma_core_pcie2_hw_ltr_war()
83 bcma_core_pcie2_set_ltr_vals(pcie2); in bcma_core_pcie2_hw_ltr_war()
109 u8 core_rev = pcie2->core->id.rev; in pciedev_crwlpciegen2()
147 u8 core_rev = pcie2->core->id.rev; in pciedev_reg_pm_clk_period()
172 pcie2->reqsize = 1024; in bcma_core_pcie2_init()
175 pcie2->reqsize = 128; in bcma_core_pcie2_init()
181 bcma_core_pcie2_hw_ltr_war(pcie2); in bcma_core_pcie2_init()
182 pciedev_crwlpciegen2(pcie2); in bcma_core_pcie2_init()
183 pciedev_reg_pm_clk_period(pcie2); in bcma_core_pcie2_init()
184 pciedev_crwlpciegen2_180(pcie2); in bcma_core_pcie2_init()
[all …]
H A Dbcma_private.h142 void bcma_core_pcie2_init(struct bcma_drv_pcie2 *pcie2);
143 void bcma_core_pcie2_up(struct bcma_drv_pcie2 *pcie2);
145 static inline void bcma_core_pcie2_init(struct bcma_drv_pcie2 *pcie2) in bcma_core_pcie2_init() argument
148 WARN_ON(pcie2->core->bus->hosttype == BCMA_HOSTTYPE_PCI); in bcma_core_pcie2_init()
/openbmc/linux/include/linux/bcma/
H A Dbcma_driver_pcie2.h151 #define pcie2_read16(pcie2, offset) bcma_read16((pcie2)->core, offset) argument
152 #define pcie2_read32(pcie2, offset) bcma_read32((pcie2)->core, offset) argument
153 #define pcie2_write16(pcie2, offset, val) bcma_write16((pcie2)->core, offset, val) argument
154 #define pcie2_write32(pcie2, offset, val) bcma_write32((pcie2)->core, offset, val) argument
156 #define pcie2_set32(pcie2, offset, set) bcma_set32((pcie2)->core, offset, set) argument
157 #define pcie2_mask32(pcie2, offset, mask) bcma_mask32((pcie2)->core, offset, mask) argument
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dqcom,pcie2-phy.yaml4 $id: http://devicetree.org/schemas/phy/qcom,pcie2-phy.yaml#
19 - const: qcom,qcs404-pcie2-phy
20 - const: qcom,pcie2-phy
71 compatible = "qcom,qcs404-pcie2-phy", "qcom,pcie2-phy";
H A Dtransmit-amplitude.yaml55 - pcie2
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Darmada-388-clearfog.dts78 pcie2-0-clkreq-hog {
82 line-name = "pcie2.0-clkreq";
84 pcie2-0-w-disable-hog {
88 line-name = "pcie2.0-w-disable";
H A Darmada-385-atl-x530.dts58 &pcie2 {
H A Darmada-385-linksys.dtsi219 &pcie2 {
H A Darmada-385.dtsi94 pcie2: pcie@2,0 { label
H A Darmada-xp-mv78230.dtsi108 pcie2: pcie@2,0 { label
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm-nsp-ax.dtsi68 &pcie2 {
H A Dbcm958625k.dts121 &pcie2 {
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-ipq8064-v2.0.dtsi51 &pcie2 {
/openbmc/linux/drivers/phy/qualcomm/
H A DMakefile8 obj-$(CONFIG_PHY_QCOM_PCIE2) += phy-qcom-pcie2.o
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmarvell,armada-39x-pinctrl.txt31 mpp13 13 gpio, dev(ad15), pcie2(clkreq), led(data)
80 mpp58 58 gpio, i2c1(sck), pcie2(clkreq), spi1(miso), sd0(d1), ua1(rxd)
H A Dmarvell,armada-38x-pinctrl.txt31 … 13 gpio, ge0(rxd1), pcie0(clkreq), pcie1(clkreq) [1], spi0(cs2), dev(ad15), pcie2(clkreq)
76 mpp58 58 gpio, pcie1(clkreq) [1], i2c1(sck), pcie2(clkreq), spi1(miso), sd0(d1), ua1(…
/openbmc/linux/arch/arm64/boot/dts/marvell/
H A Darmada-8040-db.dts114 phy-names = "cp0-pcie2-x1-phy";
229 phy-names = "cp1-pcie2-x1-phy";
H A Darmada-7040-db.dts118 phy-names = "cp0-pcie2-x1-phy";
/openbmc/linux/Documentation/devicetree/bindings/arm/marvell/
H A Dcp110-system-controller.txt97 mpp6 6 gpio, dev(ad11), ge0(txd3), spi0(csn2), au(i2sextclk), sata1(present_act), pcie2(clkreq), ua…
119 mpp28 28 gpio, dev(csn1), spi1(csn0), mss_gpio5, ge0(rxd2), spi0(csn5), pcie2(clkreq), ptp(pulse), …
124 …io(pwr10), mss_spi(csn), tdm(fsync), au(i2smclk), sdio(bus_pwr), xg(mdio), pcie2(clkreq), mss_gpio1
127 … ptp(clk), synce1(clk), au(i2sbclk), sata0(present_act), xg(mdc), ge(mdc), pcie2(clkreq), mss_gpio5
/openbmc/qemu/hw/mips/
H A Dboston.c679 XilinxPCIEHost *pcie2; in boston_mach_init() local
744 pcie2 = xilinx_pcie_init(sys_mem, 2, in boston_mach_init()
772 ahci = pci_create_simple_multifunction(&PCI_BRIDGE(&pcie2->root)->sec_bus, in boston_mach_init()
/openbmc/u-boot/arch/arm/dts/
H A Darmada-385.dtsi85 pcie2: pcie@2,0 { label
H A Darmada-388-clearfog.dts230 line-name = "pcie2.0-clkreq";
236 line-name = "pcie2.0-w-disable";
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls2080a.dtsi138 &pcie2 {
H A Dfsl-ls2088a.dtsi139 &pcie2 {
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3588-nanopc-t6.dts486 pcie2_0_rst: pcie2-0-rst {
490 pcie2_1_rst: pcie2-1-rst {
494 pcie2_2_rst: pcie2-2-rst {

123