Home
last modified time | relevance | path

Searched refs:asz (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/staging/crystalhd/
Dcrystalhd_misc.c864 uint32_t asz = 0, i = 0; in crystalhd_create_dio_pool() local
882 asz = (sizeof(*dio->pages) * max_pages) + in crystalhd_create_dio_pool()
886 BC_LINK_SG_POOL_SZ, max_pages, asz, adp->fill_byte_pool); in crystalhd_create_dio_pool()
889 temp = kzalloc(asz, GFP_KERNEL); in crystalhd_create_dio_pool()
891 BCMLOG_ERR("Failed to alloc %d mem\n", asz); in crystalhd_create_dio_pool()
/linux-3.4.99/drivers/pcmcia/
Dcistpl.c1024 int i, j, asz, lsz, has_ha; in parse_mem() local
1032 asz = (*p & 0x60) >> 5; in parse_mem()
1044 for (j = 0; j < asz; j++, p++) { in parse_mem()
1050 for (j = 0; j < asz; j++, p++) { in parse_mem()