Home
last modified time | relevance | path

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

123

/linux-6.15/drivers/spi/
H 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 …]
H 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-6.15/Documentation/devicetree/bindings/regulator/
H 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 …]
H 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>;
H A Dmps,mp5416.yaml4 $id: http://devicetree.org/schemas/regulator/mps,mp5416.yaml#
17 - mps,mp5416
18 - mps,mp5496
56 compatible = "mps,mp5416";
H A Dmps,mpq2286.yaml4 $id: http://devicetree.org/schemas/regulator/mps,mpq2286.yaml#
15 - mps,mpq2286
46 compatible = "mps,mpq2286";
H A Dmps,mpq7932.yaml4 $id: http://devicetree.org/schemas/regulator/mps,mpq7932.yaml#
15 - mps,mpq7932
48 compatible = "mps,mpq7932";
H A Dmp8859.txt4 - compatible: "mps,mp8859";
13 compatible = "mps,mp8859";
/linux-6.15/Documentation/devicetree/bindings/leds/backlight/
H 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-6.15/Documentation/devicetree/bindings/hwmon/pmbus/
H A Dmps,mp2975.yaml4 $id: http://devicetree.org/schemas/hwmon/pmbus/mps,mp2975.yaml#
20 - mps,mp2971
21 - mps,mp2973
22 - mps,mp2975
57 compatible = "mps,mp2973";
/linux-6.15/Documentation/devicetree/bindings/mfd/
H A Dmps,mp2629.yaml4 $id: http://devicetree.org/schemas/mfd/mps,mp2629.yaml#
22 - mps,mp2629
23 - mps,mp2733
56 compatible = "mps,mp2629";
/linux-6.15/drivers/net/ethernet/meta/fbnic/
H 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-6.15/drivers/net/wireless/quantenna/qtnfmac/pcie/
H 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-6.15/tools/testing/selftests/kvm/arm64/
H A Dpsci_test.c239 struct kvm_mp_state mps; in host_test_system_off2() local
272 mps.mp_state = KVM_MP_STATE_RUNNABLE; in host_test_system_off2()
273 vcpu_mp_state_set(source, &mps); in host_test_system_off2()
/linux-6.15/net/bluetooth/
H A Dl2cap_core.c772 rsp.mps = cpu_to_le16(chan->mps); in l2cap_chan_le_connect_reject()
1283 req.mps = cpu_to_le16(chan->mps); in l2cap_le_connect()
3768 rsp.mps = cpu_to_le16(chan->mps); in __l2cap_le_connect_rsp_defer()
4696 mps = __le16_to_cpu(rsp->mps); in l2cap_le_connect_rsp()
4836 mps = __le16_to_cpu(req->mps); in l2cap_le_connect_req()
4942 rsp.mps = cpu_to_le16(chan->mps); in l2cap_le_connect_req()
5034 mps = __le16_to_cpu(req->mps); in l2cap_ecred_conn_req()
5119 pdu->mps = cpu_to_le16(chan->mps); in l2cap_ecred_conn_req()
5170 mps = __le16_to_cpu(rsp->mps); in l2cap_ecred_conn_rsp()
5284 mps = __le16_to_cpu(req->mps); in l2cap_ecred_reconf_req()
[all …]
/linux-6.15/include/net/bluetooth/
H 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-6.15/Documentation/devicetree/bindings/
H A Dtrivial-devices.yaml281 - mps,mp2856
283 - mps,mp2857
285 - mps,mp2888
287 - mps,mp2891
289 - mps,mp2993
291 - mps,mp5920
293 - mps,mp5990
295 - mps,mp9941
297 - mps,mpq8785
/linux-6.15/drivers/usb/host/
H 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)
H 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-6.15/drivers/usb/fotg210/
H A Dfotg210-udc.h151 #define INOUTEPMPSR_MPS(mps) ((mps) & 0x2FF) argument
/linux-6.15/drivers/usb/dwc2/
H 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-6.15/drivers/pci/
H A Dprobe.c2155 int mps, mpss, p_mps, rc; in pci_configure_mps() local
2170 mps = 128; in pci_configure_mps()
2176 mps); in pci_configure_mps()
2184 mps = pcie_get_mps(dev); in pci_configure_mps()
2187 if (mps == p_mps) in pci_configure_mps()
2219 p_mps, mps, mpss); in pci_configure_mps()
2901 mps = min(mps, pcie_get_mps(dev->bus->self)); in pcie_write_mps()
2904 rc = pcie_set_mps(dev, mps); in pcie_write_mps()
2949 int mps, orig_mps; in pcie_bus_configure_set() local
2958 mps = 128 << *(u8 *)data; in pcie_bus_configure_set()
[all …]
/linux-6.15/drivers/usb/gadget/udc/bdc/
H 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-6.15/drivers/net/ethernet/cavium/liquidio/
H 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()
/linux-6.15/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-ibm-system1.dts987 compatible = "mps,mp2973";
1040 compatible = "mps,mp2971";
1061 compatible = "mps,mp2971";
1066 compatible = "mps,mp2971";
1449 compatible = "mps,mp2973";
1502 compatible = "mps,mp2971";
1523 compatible = "mps,mp2971";
1528 compatible = "mps,mp2971";

123