Searched refs:mps (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dmpc512x_psc_spi.c80 struct mpc512x_psc_spi *mps = spi_master_get_devdata(spi->master); local
81 struct mpc52xx_psc __iomem *psc = mps->psc;
108 bclkdiv = (mps->mclk / cs->speed_hz) - 1;
110 bclkdiv = (mps->mclk / 1000000) - 1; /* default 1MHz */
114 mps->bits_per_word = cs->bits_per_word;
116 if (mps->cs_control)
117 mps->cs_control(spi, (spi->mode & SPI_CS_HIGH) ? 1 : 0);
122 struct mpc512x_psc_spi *mps = spi_master_get_devdata(spi->master); local
124 if (mps->cs_control)
125 mps
137 struct mpc512x_psc_spi *mps = spi_master_get_devdata(spi->master); local
219 struct mpc512x_psc_spi *mps = container_of(work, local
278 struct mpc512x_psc_spi *mps = spi_master_get_devdata(spi->master); local
306 struct mpc512x_psc_spi *mps = spi_master_get_devdata(spi->master); local
325 mpc512x_psc_spi_port_config(struct spi_master *master, struct mpc512x_psc_spi *mps) argument
394 struct mpc512x_psc_spi *mps = (struct mpc512x_psc_spi *)dev_id; local
414 struct mpc512x_psc_spi *mps; local
498 struct mpc512x_psc_spi *mps = spi_master_get_devdata(master); local
[all...]
H A Dmpc52xx_psc_spi.c80 struct mpc52xx_psc_spi *mps = spi_master_get_devdata(spi->master); local
81 struct mpc52xx_psc __iomem *psc = mps->psc;
114 mps->bits_per_word = cs->bits_per_word;
116 if (mps->cs_control)
117 mps->cs_control(spi, (spi->mode & SPI_CS_HIGH) ? 1 : 0);
122 struct mpc52xx_psc_spi *mps = spi_master_get_devdata(spi->master); local
124 if (mps->cs_control)
125 mps->cs_control(spi, (spi->mode & SPI_CS_HIGH) ? 0 : 1);
135 struct mpc52xx_psc_spi *mps = spi_master_get_devdata(spi->master); local
136 struct mpc52xx_psc __iomem *psc = mps
208 struct mpc52xx_psc_spi *mps = local
266 struct mpc52xx_psc_spi *mps = spi_master_get_devdata(spi->master); local
294 struct mpc52xx_psc_spi *mps = spi_master_get_devdata(spi->master); local
313 mpc52xx_psc_spi_port_config(int psc_id, struct mpc52xx_psc_spi *mps) argument
353 struct mpc52xx_psc_spi *mps = (struct mpc52xx_psc_spi *)dev_id; local
370 struct mpc52xx_psc_spi *mps; local
456 struct mpc52xx_psc_spi *mps = spi_master_get_devdata(master); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Disp116x.h167 u16 mps; member in struct:ptd
193 #define PTD_GET_MPS(p) (((p)->mps & PTD_MPS_MSK) >> 0)
195 #define PTD_GET_SPD(p) (((p)->mps & PTD_SPD_MSK) >> 10)
197 #define PTD_GET_LAST(p) (((p)->mps & PTD_LAST_MSK) >> 11)
199 #define PTD_GET_EP(p) (((p)->mps & PTD_EP_MSK) >> 12)
H A Disp1362.h258 u16 mps; member in struct:ptd
406 #define PTD_GET_MPS(p) (((p)->mps & PTD_MPS_MSK) >> 0)
408 #define PTD_GET_SPD(p) (((p)->mps & PTD_SPD_MSK) >> 10)
410 #define PTD_GET_LAST(p) (((p)->mps & PTD_LAST_MSK) >> 11)
412 #define PTD_GET_EP(p) (((p)->mps & PTD_EP_MSK) >> 12)
1015 DBG(0, " %04x %04x %04x %04x\n", ptd->count, ptd->mps, ptd->len, ptd->faddr);
H A Disp116x-hcd.c182 isp116x_write_data16(isp116x, ptd->mps);
212 ptd->mps = isp116x_read_data16(isp116x);
277 ptd->mps = PTD_MPS(ep->maxpacket)
283 ptd->mps |= PTD_LAST_MSK;
H A Disp1362-hcd.c178 int mps)
183 if (xfer_size < size && xfer_size % mps)
184 xfer_size -= xfer_size % mps;
336 ptd->mps = PTD_MPS(ep->maxpacket) | PTD_SPD(urb->dev->speed == USB_SPEED_LOW) |
923 ep->ptd.mps |= PTD_LAST_MSK;
177 max_transfer_size(struct isp1362_ep_queue *epq, size_t size, int mps) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresenc_kostya.c1091 int mps; local
1106 mps = ctx->mbs_per_slice;
1107 if (mps & (mps - 1)) {
1134 ctx->slices_width = ctx->mb_width / mps;
1135 ctx->slices_width += av_popcount(ctx->mb_width - ctx->slices_width * mps);
1216 (mps * ctx->bits_per_mb) / 8)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Ds3c-hsotg.c532 dev_dbg(hsotg->dev, "%s: GNPTXSTS=%08x, can=%d, to=%d, mps %d\n",
1616 * @mps: The maximum packet size in bytes.
1618 static u32 s3c_hsotg_ep0_mps(unsigned int mps) argument
1620 switch (mps) {
1640 * @mps: The maximum packet size in bytes
1646 unsigned int ep, unsigned int mps)
1655 mpsval = s3c_hsotg_ep0_mps(mps);
1659 if (mps >= S3C_DxEPCTL_MPS_LIMIT+1)
1662 mpsval = mps;
1665 hs_ep->ep.maxpacket = mps;
1645 s3c_hsotg_set_ep_maxpacket(struct s3c_hsotg *hsotg, unsigned int ep, unsigned int mps) argument
2236 u32 mps; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firmware/
H A Defivars.c545 if (efi.mps != EFI_INVALID_TABLE_ADDR)
546 str += sprintf(str, "MPS=0x%lx\n", efi.mps);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Defi.h253 unsigned long mps; /* MPS table */ member in struct:efi
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/bluetooth/
H A Dl2cap.h359 __u16 mps; member in struct:l2cap_pinfo
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_irq.c659 int mps = 0; local
686 mps++;
688 if (!mps && display)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dpcie-octeon.c372 pciercx_cfg030.s.mps = 0;
402 npei_ctl_status2.s.mps = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Defi.c381 efi.mps = config_tables[i].table;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Defi.c529 efi.mps = EFI_INVALID_TABLE_ADDR;
542 efi.mps = config_tables[i].table;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/
H A Dl2cap.c2806 pi->mps = le16_to_cpu(rfc.max_pdu_size);
2809 pi->mps = le16_to_cpu(rfc.max_pdu_size);
2861 pi->mps = le16_to_cpu(rfc.max_pdu_size);
2864 pi->mps = le16_to_cpu(rfc.max_pdu_size);
4269 if (len > pi->mps) {
4373 if (len > pi->mps || len < 0 || __is_sframe(control))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/octeon/
H A Dcvmx-pcieep-defs.h630 uint32_t mps:3; member in struct:cvmx_pcieep_cfg030::cvmx_pcieep_cfg030_s
H A Dcvmx-pciercx-defs.h582 uint32_t mps:3; member in struct:cvmx_pciercx_cfg030::cvmx_pciercx_cfg030_s
H A Dcvmx-npei-defs.h647 uint64_t mps:1; member in struct:cvmx_npei_ctl_status2::cvmx_npei_ctl_status2_s
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dt4fw_api.h284 } mps; member in union:fw_ldst_cmd::fw_ldst
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin[all...]

Completed in 637 milliseconds