/linux-6.3-rc2/drivers/spi/ |
A D | spi-mpc512x-psc.c | 39 switch (mps->type) { \ 131 if (mps->cs_control) in mpc512x_psc_spi_activate_cs() 145 if (mps->cs_control) in mpc512x_psc_spi_deactivate_cs() 350 in_8(psc_addr(mps, mr2)); in mpc512x_psc_spi_prep_xfer_hw() 453 mps->bits_per_word = 8; in mpc512x_psc_spi_port_config() 468 complete(&mps->txisrdone); in mpc512x_psc_spi_isr() 491 mps->irq = irq; in mpc512x_psc_spi_do_probe() 514 mps->psc = tempp; in mpc512x_psc_spi_do_probe() 515 mps->fifo = in mpc512x_psc_spi_do_probe() 531 mps->clk_mclk = clk; in mpc512x_psc_spi_do_probe() [all …]
|
A D | spi-mpc52xx-psc.c | 105 if (mps->cs_control) in mpc52xx_psc_spi_activate_cs() 113 if (mps->cs_control) in mpc52xx_psc_spi_deactivate_cs() 272 mclken_div = (mps->sysclk ? mps->sysclk : 512000000) / MCLK; in mpc52xx_psc_spi_port_config() 335 mps->irq = irq; in mpc52xx_psc_spi_do_probe() 340 mps->sysclk = 0; in mpc52xx_psc_spi_do_probe() 355 if (!mps->psc) { in mpc52xx_psc_spi_do_probe() 364 mps); in mpc52xx_psc_spi_do_probe() 383 free_irq(mps->irq, mps); in mpc52xx_psc_spi_do_probe() 385 if (mps->psc) in mpc52xx_psc_spi_do_probe() 427 free_irq(mps->irq, mps); in mpc52xx_psc_spi_of_remove() [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/regulator/ |
A D | mps,mpq7920.yaml | 4 $id: http://devicetree.org/schemas/regulator/mps,mpq7920.yaml# 17 - mps,mpq7920 31 mps,switch-freq: 53 mps,buck-softstart: 60 mps,buck-phase-delay: 67 mps,buck-ovp-disable: 90 compatible = "mps,mpq7920"; 94 mps,switch-freq = /bits/ 8 <1>; 103 mps,buck-ovp-disable; 104 mps,buck-phase-delay = /bits/ 8 <2>; [all …]
|
A D | mps,mp886x.yaml | 4 $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 D | mps,mp5416.yaml | 4 $id: http://devicetree.org/schemas/regulator/mps,mp5416.yaml# 17 - mps,mp5416 18 - mps,mp5496 54 compatible = "mps,mp5416";
|
A D | mps,mpq7932.yaml | 4 $id: http://devicetree.org/schemas/regulator/mps,mpq7932.yaml# 15 - mps,mpq7932 48 compatible = "mps,mpq7932";
|
A D | mp8859.txt | 4 - compatible: "mps,mp8859"; 13 compatible = "mps,mp8859";
|
/linux-6.3-rc2/Documentation/devicetree/bindings/mfd/ |
A D | mps,mp2629.yaml | 4 $id: http://devicetree.org/schemas/mfd/mps,mp2629.yaml# 22 - mps,mp2629 23 - mps,mp2733 56 compatible = "mps,mp2629";
|
/linux-6.3-rc2/drivers/net/wireless/quantenna/qtnfmac/pcie/ |
A D | pcie.c | 156 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.3-rc2/net/bluetooth/ |
A D | l2cap_core.c | 768 rsp.mps = cpu_to_le16(chan->mps); in l2cap_chan_le_connect_reject() 1405 req.mps = cpu_to_le16(chan->mps); in l2cap_le_connect() 3933 rsp.mps = cpu_to_le16(chan->mps); in __l2cap_le_connect_rsp_defer() 5615 mps = __le16_to_cpu(rsp->mps); in l2cap_le_connect_rsp() 5783 mps = __le16_to_cpu(req->mps); in l2cap_le_connect_req() 5891 rsp.mps = cpu_to_le16(chan->mps); in l2cap_le_connect_req() 5986 mps = __le16_to_cpu(req->mps); in l2cap_ecred_conn_req() 6072 pdu.rsp.mps = cpu_to_le16(chan->mps); in l2cap_ecred_conn_req() 6123 mps = __le16_to_cpu(rsp->mps); in l2cap_ecred_conn_rsp() 6241 mps = __le16_to_cpu(req->mps); in l2cap_ecred_reconf_req() [all …]
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | isp116x.h | 168 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 D | isp1362.h | 208 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.3-rc2/include/net/bluetooth/ |
A D | l2cap.h | 478 __le16 mps; member 485 __le16 mps; member 502 __le16 mps; member 509 __le16 mps; member 517 __le16 mps; member 582 __u16 mps; member
|
/linux-6.3-rc2/drivers/usb/fotg210/ |
A D | fotg210-udc.h | 151 #define INOUTEPMPSR_MPS(mps) ((mps) & 0x2FF) argument
|
/linux-6.3-rc2/drivers/usb/dwc2/ |
A D | gadget.c | 774 desc_size = mps; in dwc2_gadget_get_desc_params() 795 desc_size = mps; in dwc2_gadget_get_desc_params() 1157 length = mps; in dwc2_hsotg_start_req() 1159 length += (mps - (length % mps)); in dwc2_hsotg_start_req() 2551 switch (mps) { in dwc2_hsotg_ep0_mps() 2590 u32 mps_bytes = mps; in dwc2_hsotg_set_ep_maxpacket() 2594 if (mps > 3) in dwc2_hsotg_set_ep_maxpacket() 2599 if (mps > 1024) in dwc2_hsotg_set_ep_maxpacket() 2610 reg |= mps; in dwc2_hsotg_set_ep_maxpacket() 2615 reg |= mps; in dwc2_hsotg_set_ep_maxpacket() [all …]
|
/linux-6.3-rc2/drivers/pci/ |
A D | probe.c | 2001 int mps, mpss, p_mps, rc; in pci_configure_mps() local 2016 mps = 128; in pci_configure_mps() 2022 mps); in pci_configure_mps() 2030 mps = pcie_get_mps(dev); in pci_configure_mps() 2033 if (mps == p_mps) in pci_configure_mps() 2065 p_mps, mps, mpss); in pci_configure_mps() 2755 mps = min(mps, pcie_get_mps(dev->bus->self)); in pcie_write_mps() 2758 rc = pcie_set_mps(dev, mps); in pcie_write_mps() 2803 int mps, orig_mps; in pcie_bus_configure_set() local 2812 mps = 128 << *(u8 *)data; in pcie_bus_configure_set() [all …]
|
/linux-6.3-rc2/drivers/usb/gadget/udc/bdc/ |
A D | bdc_cmd.c | 139 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.3-rc2/drivers/net/ethernet/cavium/liquidio/ |
A D | cn66xx_device.c | 72 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 D | cn66xx_device.h | 71 enum octeon_pcie_mps mps);
|
/linux-6.3-rc2/arch/mips/include/asm/octeon/ |
A D | cvmx-dpi-defs.h | 785 uint64_t mps:1; member 793 uint64_t mps:1; 817 uint64_t mps:1; member 825 uint64_t mps:1;
|
/linux-6.3-rc2/tools/testing/selftests/kvm/lib/riscv/ |
A D | processor.c | 287 struct kvm_mp_state mps; in vm_arch_vcpu_add() local 304 mps.mp_state = KVM_MP_STATE_RUNNABLE; in vm_arch_vcpu_add() 305 r = __vcpu_ioctl(vcpu, KVM_SET_MP_STATE, &mps); in vm_arch_vcpu_add()
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | aspeed-bmc-facebook-bletchley.dts | 337 compatible = "mps,mp5023"; 423 compatible = "mps,mp5023"; 509 compatible = "mps,mp5023"; 595 compatible = "mps,mp5023"; 681 compatible = "mps,mp5023"; 767 compatible = "mps,mp5023";
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
A D | nv50.c | 290 int mps = 0; in nv50_gr_mp_trap() local 317 mps++; in nv50_gr_mp_trap() 319 if (!mps && display) in nv50_gr_mp_trap()
|
/linux-6.3-rc2/arch/mips/include/asm/mach-loongson64/ |
A D | boot_param.h | 182 u64 mps; /* MPS table */ member
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | pci-bridge.h | 223 int mps; /* Maximum Payload Size */ member
|