Searched refs:psize (Results 1 - 25 of 26) sorted by relevance

12

/drivers/media/dvb/bt8xx/
H A Ddst_priv.h25 int psize; member in union:dst_gpio_packet
H A Dbt878.c373 bt->TS_Size = mp->psize;
H A Ddst.c76 static void dst_packsize(struct dst_state *state, int psize) argument
80 bits.psize = psize;
/drivers/gpu/drm/nouveau/
H A Dnvc0_vram.c125 u32 psize = nv_rd32(dev, 0x11020c + (part * 0x1000)); local
126 if (psize != bsize) {
127 if (psize < bsize)
128 bsize = psize;
132 NV_DEBUG(dev, "%d: mem_amount 0x%08x\n", part, psize);
133 dev_priv->vram_size += (u64)psize << 20;
H A Dnouveau_mem.c1089 nouveau_vram_manager_init(struct ttm_mem_type_manager *man, unsigned long psize) argument
1194 nouveau_gart_manager_init(struct ttm_mem_type_manager *man, unsigned long psize) argument
/drivers/staging/tidspbridge/include/dspbridge/
H A Ddmm.h54 u32 addr, u32 *psize);
H A Ddbll.h40 u32 *paddr, u32 *psize);
/drivers/dma/
H A Dste_dma40_ll.c41 l3 |= cfg->dst_info.psize << D40_MEM_LCSP3_DCFG_PSIZE_POS;
45 l1 |= cfg->src_info.psize << D40_MEM_LCSP1_SCFG_PSIZE_POS;
92 if (cfg->src_info.psize != STEDMA40_PSIZE_PHY_1) {
94 src |= cfg->src_info.psize << D40_SREG_CFG_PSIZE_POS;
96 if (cfg->dst_info.psize != STEDMA40_PSIZE_PHY_1) {
98 dst |= cfg->dst_info.psize << D40_SREG_CFG_PSIZE_POS;
136 int psize = info->psize; local
139 if (psize == STEDMA40_PSIZE_PHY_1)
142 num_elems = 2 << psize;
[all...]
H A Dste_dma40.c775 static int d40_psize_2_burst_size(bool is_log, int psize) argument
778 if (psize == STEDMA40_PSIZE_LOG_1)
781 if (psize == STEDMA40_PSIZE_PHY_1)
785 return 2 << psize;
1599 if (d40_psize_2_burst_size(is_log, conf->src_info.psize) *
1601 d40_psize_2_burst_size(is_log, conf->dst_info.psize) *
2452 int psize; local
2477 psize = STEDMA40_PSIZE_LOG_16;
2479 psize = STEDMA40_PSIZE_LOG_8;
2481 psize
[all...]
/drivers/of/
H A Daddress.c168 unsigned int psize; local
188 prop = of_get_property(dev, bus->addresses, &psize);
191 psize /= 4;
194 for (i = 0; psize >= onesize; psize -= onesize, prop += onesize, i++) {
496 unsigned int psize; local
512 prop = of_get_property(dev, bus->addresses, &psize);
515 psize /= 4;
518 for (i = 0; psize >= onesize; psize
[all...]
/drivers/media/video/uvc/
H A Duvc_video.c1366 unsigned int size, unsigned int psize, gfp_t gfp_flags)
1373 return stream->urb_size / psize;
1378 npackets = DIV_ROUND_UP(size, psize);
1385 stream->urb_size = psize * npackets;
1403 psize);
1409 "per packet).\n", psize);
1446 u16 psize; local
1449 psize = le16_to_cpu(ep->desc.wMaxPacketSize);
1450 psize = (psize
1365 uvc_alloc_urb_buffers(struct uvc_streaming *stream, unsigned int size, unsigned int psize, gfp_t gfp_flags) argument
1502 u16 psize; local
1585 unsigned int psize; local
[all...]
H A Duvc_driver.c556 __u16 psize; local
780 psize = le16_to_cpu(ep->desc.wMaxPacketSize);
781 psize = (psize & 0x07ff) * (1 + ((psize >> 11) & 3));
782 if (psize > streaming->maxpsize)
783 streaming->maxpsize = psize;
/drivers/cpufreq/
H A Dmaple-cpufreq.c207 unsigned int psize; local
256 maple_pmode_data = of_get_property(cpunode, "power-mode-data", &psize);
261 maple_pmode_max = psize / sizeof(u32) - 1;
/drivers/staging/tidspbridge/pmgr/
H A Ddmm.c283 int dmm_un_map_memory(struct dmm_object *dmm_mgr, u32 addr, u32 *psize) argument
296 *psize = chunk->mapped_size * PG_SIZE4K;
302 dev_dbg(bridge, "%s: dmm_mgr %p, addr %x, psize %p\n\tstatus %x, "
303 "chunk %p\n", __func__, dmm_mgr, addr, psize, status, chunk);
H A Ddbll.c338 u32 *psize)
365 *psize = sect->size * byte_size;
367 if (*psize % 2)
368 (*psize)++;
371 *psize = DOFF_ALIGN(*psize);
381 dev_dbg(bridge, "%s: lib: %p name: %s paddr: %p psize: %p, "
382 "status 0x%x\n", __func__, lib, name, paddr, psize, status);
337 dbll_get_sect(struct dbll_library_obj *lib, char *name, u32 *paddr, u32 *psize) argument
H A Ddspapi.c545 u32 cb_data_size, __user * psize = (u32 __user *) local
551 if (psize) {
552 if (get_user(cb_data_size, psize)) {
1016 u32 __user *psize = (u32 __user *) args->args_node_allocate.args; local
1024 if (psize) {
1025 if (get_user(cb_data_size, psize))
1137 u32 __user *psize = (u32 __user *) args->args_node_connect.conn_param; local
1164 if (psize) {
1165 if (get_user(cb_data_size, psize))
/drivers/mtd/maps/
H A Dpismo.c92 struct pismo_mem *region, const char *name, void *pdata, size_t psize)
116 ret = platform_device_add_data(dev, pdata, psize);
91 pismo_add_device(struct pismo_data *pismo, int i, struct pismo_mem *region, const char *name, void *pdata, size_t psize) argument
/drivers/media/video/gspca/
H A Dgspca.c684 int i, j, nbalt, psize, found; local
706 psize = le16_to_cpu(ep->desc.wMaxPacketSize);
707 psize = (psize & 0x07ff) * (1 + ((psize >> 11) & 3));
708 bandwidth = psize * 1000;
766 int n, nurbs, i, psize, npkt, bsize; local
769 psize = le16_to_cpu(ep->desc.wMaxPacketSize);
775 psize = (psize
[all...]
/drivers/media/video/s5p-mfc/
H A Ds5p_mfc_dec.c749 unsigned int *plane_count, unsigned int psize[],
786 psize[0] = ctx->luma_size;
787 psize[1] = ctx->chroma_size;
792 psize[0] = ctx->dec_src_buf_size;
747 s5p_mfc_queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, unsigned int *buf_count, unsigned int *plane_count, unsigned int psize[], void *allocators[]) argument
H A Ds5p_mfc_enc.c1518 unsigned int psize[], void *allocators[])
1535 psize[0] = ctx->enc_dst_buf_size;
1547 psize[0] = ctx->luma_size;
1548 psize[1] = ctx->chroma_size;
1515 s5p_mfc_queue_setup(struct vb2_queue *vq, const struct v4l2_format *fmt, unsigned int *buf_count, unsigned int *plane_count, unsigned int psize[], void *allocators[]) argument
/drivers/misc/carma/
H A Dcarma-fpga.c1232 unsigned long offset, vsize, psize, addr; local
1237 psize = priv->phys_size - offset;
1241 if (vsize > psize) {
/drivers/net/irda/
H A Dirda-usb.c1484 __u16 psize; /* Endpoint max packet size in bytes */ local
1490 psize = le16_to_cpu(endpoint[i].desc.wMaxPacketSize);
1501 self->bulk_out_mtu = psize;
/drivers/mtd/nand/
H A Ddiskonchip.c1116 const unsigned psize = 1 << this->page_shift; local
1144 maxblocks = min(32768U, mtd->erasesize - psize);
1155 maxblocks = min(32768U, (maxblocks << 1) + psize);
1171 maxblocks = min(32768U, mtd->erasesize - psize);
/drivers/mtd/devices/
H A Dspear_smi.c104 #define FLASH_ID(n, es, id, psize, ssize, size) \
109 .pagesize = psize, \
/drivers/net/wan/
H A Dwanxlfw.S1 .psize 0

Completed in 1447 milliseconds

12