Searched refs:memlen (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/video/fbdev/riva/ |
| H A D | nv_driver.c | 158 unsigned long memlen = 0; in riva_get_memlen() local 174 memlen = 1024 * 4; in riva_get_memlen() 177 memlen = 1024 * 2; in riva_get_memlen() 180 memlen = 1024 * 8; in riva_get_memlen() 184 memlen = 1024 * 8; in riva_get_memlen() 192 memlen = 1024 * 8; in riva_get_memlen() 195 memlen = 1024 * 4; in riva_get_memlen() 198 memlen = 1024 * 2; in riva_get_memlen() 205 memlen = ((NV_RD32(chip->PFB, 0x00000000)>>12)&0x0F) * in riva_get_memlen() 210 memlen = 1024 * 32; in riva_get_memlen() [all …]
|
| /linux/sound/pci/asihpi/ |
| H A D | hpioctl.c | 351 unsigned int memlen; in asihpi_adapter_probe() local 386 memlen = pci_resource_len(pci_dev, idx); in asihpi_adapter_probe() 388 pcim_iomap(pci_dev, idx, memlen); in asihpi_adapter_probe()
|
| /linux/drivers/s390/crypto/ |
| H A D | zcrypt_ep11misc.c | 365 size_t memlen = ALIGN(sizeof(struct ep11_cprb) + payload_len, 4); in alloc_cprbmem() local 369 if (memlen <= CPRB_MEMPOOL_ITEM_SIZE) in alloc_cprbmem() 372 cprb = kmalloc(memlen, GFP_KERNEL); in alloc_cprbmem() 376 memset(cprb, 0, memlen); in alloc_cprbmem() 392 size_t memlen = ALIGN(sizeof(struct ep11_cprb) + payload_len, 4); in free_cprbmem() local 395 memzero_explicit(mem, memlen); in free_cprbmem()
|
| /linux/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_crtc2.c | 195 unsigned int memlen; in matroxfb_dh_decode_var() local 213 memlen = var->xres_virtual * var->yres_virtual * (var->bits_per_pixel >> 3); in matroxfb_dh_decode_var() 214 if (memlen > vramlen) in matroxfb_dh_decode_var()
|
| /linux/drivers/usb/host/ |
| H A D | oxu210hp-hcd.c | 4104 unsigned long memstart, unsigned long memlen, in oxu_create() argument 4124 hcd->rsrc_len = memlen; in oxu_create() 4143 unsigned long memstart, unsigned long memlen, in oxu_init() argument 4160 hcd = oxu_create(pdev, memstart, memlen, base, irq, 1); in oxu_init() 4169 hcd = oxu_create(pdev, memstart, memlen, base, irq, 0); in oxu_init() 4194 unsigned long memstart, memlen; in oxu_drv_probe() local 4215 memlen = resource_size(res); in oxu_drv_probe() 4234 ret = oxu_init(pdev, memstart, memlen, base, irq); in oxu_drv_probe()
|
| /linux/drivers/misc/ |
| H A D | fastrpc.c | 1380 err = fastrpc_remote_heap_alloc(fl, fl->sctx->dev, init.memlen, in fastrpc_init_create_static_process() 1470 int memlen; in fastrpc_init_create_process() local 1519 memlen = ALIGN(max(INIT_FILELEN_MAX, (int)init.filelen * 4), in fastrpc_init_create_process() 1521 err = fastrpc_buf_alloc(fl, fl->sctx->dev, memlen, in fastrpc_init_create_process()
|