Home
last modified time | relevance | path

Searched refs:mps (Results 1 – 25 of 61) sorted by relevance

123

/linux/drivers/spi/
A Dspi-mpc512x-psc.c37 switch (mps->type) { \
334 in_8(psc_addr(mps, mr2)); in mpc512x_psc_spi_prep_xfer_hw()
335 out_8(psc_addr(mps, mr2), 0x0); in mpc512x_psc_spi_prep_xfer_hw()
437 mps->bits_per_word = 8; in mpc512x_psc_spi_port_config()
452 complete(&mps->txisrdone); in mpc512x_psc_spi_isr()
461 struct mpc512x_psc_spi *mps; in mpc512x_psc_spi_of_probe() local
488 mps->psc = tempp; in mpc512x_psc_spi_of_probe()
489 mps->fifo = in mpc512x_psc_spi_of_probe()
493 if (mps->irq < 0) in mpc512x_psc_spi_of_probe()
494 return mps->irq; in mpc512x_psc_spi_of_probe()
[all …]
A Dspi-mpc52xx-psc.c97 mps->bits_per_word = cs->bits_per_word; in mpc52xx_psc_spi_activate_cs()
159 wait_for_completion(&mps->done); in mpc52xx_psc_spi_transfer_rxtx()
275 mps->bits_per_word = 8; in mpc52xx_psc_spi_port_config()
288 complete(&mps->done); in mpc52xx_psc_spi_isr()
297 struct mpc52xx_psc_spi *mps; in mpc52xx_psc_spi_of_probe() local
325 if (IS_ERR(mps->psc)) in mpc52xx_psc_spi_of_probe()
329 mps->fifo = ((void __iomem *)mps->psc) + sizeof(struct mpc52xx_psc); in mpc52xx_psc_spi_of_probe()
332 if (mps->irq < 0) in mpc52xx_psc_spi_of_probe()
333 return mps->irq; in mpc52xx_psc_spi_of_probe()
336 "mpc52xx-psc-spi", mps); in mpc52xx_psc_spi_of_probe()
[all …]
/linux/Documentation/devicetree/bindings/regulator/
A Dmps,mpq7920.yaml4 $id: http://devicetree.org/schemas/regulator/mps,mpq7920.yaml#
17 - mps,mpq7920
30 mps,switch-freq:
54 mps,buck-softstart:
61 mps,buck-phase-delay:
68 mps,buck-ovp-disable:
91 compatible = "mps,mpq7920";
95 mps,switch-freq = /bits/ 8 <1>;
104 mps,buck-ovp-disable;
105 mps,buck-phase-delay = /bits/ 8 <2>;
[all …]
A Dmps,mp886x.yaml4 $id: http://devicetree.org/schemas/regulator/mps,mp886x.yaml#
18 - mps,mp8867
19 - mps,mp8869
28 mps,fb-voltage-divider:
34 mps,switch-frequency-hz:
42 - mps,fb-voltage-divider
53 compatible = "mps,mp8869";
58 mps,fb-voltage-divider = <80 240>;
A Dmps,mp5416.yaml4 $id: http://devicetree.org/schemas/regulator/mps,mp5416.yaml#
17 - mps,mp5416
18 - mps,mp5496
56 compatible = "mps,mp5416";
A Dmps,mpq2286.yaml4 $id: http://devicetree.org/schemas/regulator/mps,mpq2286.yaml#
15 - mps,mpq2286
46 compatible = "mps,mpq2286";
A Dmps,mpq7932.yaml4 $id: http://devicetree.org/schemas/regulator/mps,mpq7932.yaml#
15 - mps,mpq7932
48 compatible = "mps,mpq7932";
A Dmp8859.txt4 - compatible: "mps,mp8859";
13 compatible = "mps,mp8859";
/linux/Documentation/devicetree/bindings/leds/backlight/
A Dmps,mp3309c.yaml4 $id: http://devicetree.org/schemas/leds/backlight/mps,mp3309c.yaml#
28 const: mps,mp3309c
41 mps,overvoltage-protection-microvolt:
46 mps,no-sync-mode:
64 compatible = "mps,mp3309c";
69 mps,overvoltage-protection-microvolt = <24000000>;
/linux/Documentation/devicetree/bindings/mfd/
A Dmps,mp2629.yaml4 $id: http://devicetree.org/schemas/mfd/mps,mp2629.yaml#
22 - mps,mp2629
23 - mps,mp2733
56 compatible = "mps,mp2629";
/linux/drivers/net/ethernet/meta/fbnic/
A Dfbnic_mac.c28 unsigned int cls, unsigned int mps) in fbnic_init_mps() argument
35 val |= FIELD_PREP(FBNIC_QM_TNI_TCM_CTL_MPS, mps) | in fbnic_init_mps()
44 int readrq, mps, cls; in fbnic_mac_init_axi() local
57 mps = ilog2(fbd->mps) - 6; in fbnic_mac_init_axi()
58 mps = clamp(mps, 0, 3); in fbnic_mac_init_axi()
65 fbnic_init_mps(fbd, FBNIC_QM_TNI_TCM_CTL, cls, mps); in fbnic_mac_init_axi()
80 fbnic_init_mps(fbd, FBNIC_QM_RNI_RDE_CTL, cls, mps); in fbnic_mac_init_axi()
81 fbnic_init_mps(fbd, FBNIC_QM_RNI_RCM_CTL, cls, mps); in fbnic_mac_init_axi()
/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/
A Dpcie.c156 int mps_p, mps_o, mps_m, mps; in qtnf_tune_pcie_mps() local
166 mps = mps_m; in qtnf_tune_pcie_mps()
174 mps = min(mps_m, mps_p); in qtnf_tune_pcie_mps()
178 ret = pcie_set_mps(pdev, mps); in qtnf_tune_pcie_mps()
181 mps, mps_o); in qtnf_tune_pcie_mps()
185 pr_debug("set mps to %d (was %d, max %d)\n", mps, mps_o, mps_m); in qtnf_tune_pcie_mps()
/linux/Documentation/devicetree/bindings/
A Dtrivial-devices.yaml275 - mps,mp2856
277 - mps,mp2857
279 - mps,mp2888
281 - mps,mp2891
283 - mps,mp2971
285 - mps,mp2973
287 - mps,mp2975
289 - mps,mp2993
291 - mps,mp5920
293 - mps,mp5990
[all …]
/linux/net/bluetooth/
A Dl2cap_core.c775 rsp.mps = cpu_to_le16(chan->mps); in l2cap_chan_le_connect_reject()
1276 req.mps = cpu_to_le16(chan->mps); in l2cap_le_connect()
3736 rsp.mps = cpu_to_le16(chan->mps); in __l2cap_le_connect_rsp_defer()
4680 mps = __le16_to_cpu(rsp->mps); in l2cap_le_connect_rsp()
4827 mps = __le16_to_cpu(req->mps); in l2cap_le_connect_req()
4935 rsp.mps = cpu_to_le16(chan->mps); in l2cap_le_connect_req()
5027 mps = __le16_to_cpu(req->mps); in l2cap_ecred_conn_req()
5113 pdu->mps = cpu_to_le16(chan->mps); in l2cap_ecred_conn_req()
5165 mps = __le16_to_cpu(rsp->mps); in l2cap_ecred_conn_rsp()
5283 mps = __le16_to_cpu(req->mps); in l2cap_ecred_reconf_req()
[all …]
/linux/include/net/bluetooth/
A Dl2cap.h444 __le16 mps; member
451 __le16 mps; member
470 __le16 mps;
480 __le16 mps;
489 __le16 mps; member
552 __u16 mps; member
/linux/drivers/usb/host/
A Disp116x.h168 u16 mps; member
194 #define PTD_GET_MPS(p) (((p)->mps & PTD_MPS_MSK) >> 0)
196 #define PTD_GET_SPD(p) (((p)->mps & PTD_SPD_MSK) >> 10)
198 #define PTD_GET_LAST(p) (((p)->mps & PTD_LAST_MSK) >> 11)
200 #define PTD_GET_EP(p) (((p)->mps & PTD_EP_MSK) >> 12)
A Disp1362.h208 u16 mps; member
356 #define PTD_GET_MPS(p) (((p)->mps & PTD_MPS_MSK) >> 0)
358 #define PTD_GET_SPD(p) (((p)->mps & PTD_SPD_MSK) >> 10)
360 #define PTD_GET_LAST(p) (((p)->mps & PTD_LAST_MSK) >> 11)
362 #define PTD_GET_EP(p) (((p)->mps & PTD_EP_MSK) >> 12)
872 DBG(0, " %04x %04x %04x %04x\n", ptd->count, ptd->mps, ptd->len, ptd->faddr); in dump_ptd()
/linux/drivers/usb/fotg210/
A Dfotg210-udc.h151 #define INOUTEPMPSR_MPS(mps) ((mps) & 0x2FF) argument
/linux/drivers/usb/dwc2/
A Dgadget.c773 desc_size = mps; in dwc2_gadget_get_desc_params()
794 desc_size = mps; in dwc2_gadget_get_desc_params()
1156 length = mps; in dwc2_hsotg_start_req()
1158 length += (mps - (length % mps)); in dwc2_hsotg_start_req()
2554 switch (mps) { in dwc2_hsotg_ep0_mps()
2593 u32 mps_bytes = mps; in dwc2_hsotg_set_ep_maxpacket()
2597 if (mps > 3) in dwc2_hsotg_set_ep_maxpacket()
2602 if (mps > 1024) in dwc2_hsotg_set_ep_maxpacket()
2613 reg |= mps; in dwc2_hsotg_set_ep_maxpacket()
2618 reg |= mps; in dwc2_hsotg_set_ep_maxpacket()
[all …]
/linux/drivers/pci/
A Dprobe.c2076 int mps, mpss, p_mps, rc; in pci_configure_mps() local
2091 mps = 128; in pci_configure_mps()
2097 mps); in pci_configure_mps()
2105 mps = pcie_get_mps(dev); in pci_configure_mps()
2108 if (mps == p_mps) in pci_configure_mps()
2140 p_mps, mps, mpss); in pci_configure_mps()
2775 mps = min(mps, pcie_get_mps(dev->bus->self)); in pcie_write_mps()
2778 rc = pcie_set_mps(dev, mps); in pcie_write_mps()
2823 int mps, orig_mps; in pcie_bus_configure_set() local
2832 mps = 128 << *(u8 *)data; in pcie_bus_configure_set()
[all …]
/linux/drivers/usb/gadget/udc/bdc/
A Dbdc_cmd.c139 u32 mps, mbs, mul, si; in bdc_config_ep() local
155 mps = usb_endpoint_maxp(desc); in bdc_config_ep()
156 param2 |= mps << MP_SHIFT; in bdc_config_ep()
/linux/drivers/net/ethernet/cavium/liquidio/
A Dcn66xx_device.c72 enum octeon_pcie_mps mps) in lio_cn6xxx_setup_pcie_mps() argument
80 if (mps == PCIE_MPS_DEFAULT) { in lio_cn6xxx_setup_pcie_mps()
81 mps = ((val & (0x7 << 5)) >> 5); in lio_cn6xxx_setup_pcie_mps()
84 val |= (mps << 5); /* Set MPS */ in lio_cn6xxx_setup_pcie_mps()
90 r64 |= (mps << 4); in lio_cn6xxx_setup_pcie_mps()
A Dcn66xx_device.h71 enum octeon_pcie_mps mps);
/linux/arch/arm/boot/dts/aspeed/
A Daspeed-bmc-ibm-system1.dts972 compatible = "mps,mp2973";
1024 compatible = "mps,mp2971";
1045 compatible = "mps,mp2971";
1050 compatible = "mps,mp2971";
1433 compatible = "mps,mp2973";
1485 compatible = "mps,mp2971";
1506 compatible = "mps,mp2971";
1511 compatible = "mps,mp2971";
/linux/arch/mips/include/asm/octeon/
A Dcvmx-dpi-defs.h785 uint64_t mps:1; member
793 uint64_t mps:1;
817 uint64_t mps:1; member
825 uint64_t mps:1;

Completed in 52 milliseconds

123