Searched refs:bcom_sram (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/fsl/bestcomm/
H A Dsram.h24 struct bcom_sram { struct
32 extern struct bcom_sram *bcom_sram;
43 return bcom_sram->base_phys +
44 (unsigned long)(va - bcom_sram->base_virt);
48 return bcom_sram->base_virt +
49 (unsigned long)(pa - bcom_sram->base_phys);
/linux-master/drivers/dma/bestcomm/
H A Dsram.c27 struct bcom_sram *bcom_sram = NULL; variable in typeref:struct:bcom_sram
28 EXPORT_SYMBOL_GPL(bcom_sram); /* needed for inline functions */ variable
45 if (bcom_sram) {
51 bcom_sram = kmalloc(sizeof(struct bcom_sram), GFP_KERNEL);
52 if (!bcom_sram) {
66 bcom_sram->base_phys = res.start;
67 bcom_sram->size = resource_size(&res);
79 bcom_sram
[all...]

Completed in 200 milliseconds