Searched refs:cdma_desc_buf (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/spectra/
H A Dlld_cdma.c154 ptr = (struct cdma_descriptor *)info.cdma_desc_buf;
185 ptr = (struct cdma_descriptor *)info.cdma_desc_buf;
266 pc = (struct cdma_descriptor *)info.cdma_desc_buf;
269 info.cdma_desc = virt_to_bus(info.cdma_desc_buf);
528 ptr = (struct cdma_descriptor *)info.cdma_desc_buf;
622 ptr = (struct cdma_descriptor *)info.cdma_desc_buf;
666 ptr = (struct cdma_descriptor *)info.cdma_desc_buf;
H A Dflash.h150 extern u8 *cdma_desc_buf;
H A Dlld_nand.h77 u8 *cdma_desc_buf; /* CDMA descriptor table */ member in struct:mrst_nand_info
H A Dflash.c646 info.cdma_desc_buf = kzalloc(mem_size, GFP_KERNEL);
647 if (!info.cdma_desc_buf)
666 kfree(info.cdma_desc_buf);
739 kfree(info.cdma_desc_buf);

Completed in 60 milliseconds