Searched refs:data_sz (Results 1 - 7 of 7) sorted by relevance

/drivers/message/fusion/
H A Dmptfc.c298 int data_sz; local
312 data_sz = sizeof(FCDevicePage0_t) * max_bus * max_targ;
313 p_p0 = p0_array = kzalloc(data_sz, GFP_KERNEL);
317 data_sz = sizeof(FCDevicePage0_t *) * max_bus * max_targ;
318 p_pp0 = pp0_array = kzalloc(data_sz, GFP_KERNEL);
341 data_sz = hdr.PageLength * 4;
342 ppage0_alloc = pci_alloc_consistent(ioc->pcidev, data_sz,
378 pci_free_consistent(ioc->pcidev, data_sz,
749 int data_sz; local
775 data_sz
887 int data_sz; local
[all...]
H A Dmptctl.c2691 int data_sz; local
2726 data_sz = ioc->spi_data.sdp0length * 4;
2727 pg0_alloc = (SCSIDevicePage0_t *) pci_alloc_consistent(ioc->pcidev, data_sz, &page_dma);
2730 hdr.PageLength = data_sz;
2765 pci_free_consistent(ioc->pcidev, data_sz, (u8 *) pg0_alloc, page_dma);
2790 data_sz = (int) cfg.cfghdr.hdr->PageLength * 4;
2792 ioc->pcidev, data_sz, &page_dma);
2801 pci_free_consistent(ioc->pcidev, data_sz, (u8 *) pg3_alloc, page_dma);
H A Dmptbase.c4962 int data_sz; local
4981 data_sz = hdr.PageLength * 4;
4982 ppage0_alloc = (LANPage0_t *) pci_alloc_consistent(ioc->pcidev, data_sz, &page0_dma);
4985 memset((u8 *)ppage0_alloc, 0, data_sz);
4991 copy_sz = min_t(int, sizeof(LANPage0_t), data_sz);
4996 pci_free_consistent(ioc->pcidev, data_sz, (u8 *) ppage0_alloc, page0_dma);
5026 data_sz = hdr.PageLength * 4;
5028 ppage1_alloc = (LANPage1_t *) pci_alloc_consistent(ioc->pcidev, data_sz, &page1_dma);
5030 memset((u8 *)ppage1_alloc, 0, data_sz);
5036 copy_sz = min_t(int, sizeof(LANPage1_t), data_sz);
5303 int data_sz; local
[all...]
/drivers/media/video/davinci/
H A Ddm644x_ccdc.c79 .data_sz = CCDC_DATA_10BITS,
233 (ccdcparam->alaw.gama_wd < ccdcparam->data_sz)) {
556 ((config_params->data_sz & CCDC_DATA_SZ_MASK) <<
582 if ((config_params->data_sz == CCDC_DATA_8BITS) ||
594 if (config_params->data_sz == CCDC_DATA_8BITS)
598 val |= (config_params->data_sz & CCDC_FMTCFG_VPIN_MASK)
637 if ((config_params->data_sz == CCDC_DATA_8BITS) ||
797 (config_params->data_sz == CCDC_DATA_8BITS))
H A Ddm355_ccdc.c299 if (ccdcparam->data_sz < CCDC_DATA_16BITS ||
300 ccdcparam->data_sz > CCDC_DATA_8BITS) {
658 if ((config_params->data_sz == CCDC_DATA_8BITS) ||
732 if ((config_params->data_sz == CCDC_DATA_8BITS) ||
886 (config_params->data_sz == CCDC_DATA_8BITS))
H A Dvpif.c351 value |= ((vpifparams->params.data_sz) <<
H A Dvpif.h640 enum data_size data_sz; member in union:vpif_params::param

Completed in 205 milliseconds