Searched refs:bcom_sram (Results 1 – 1 of 1) sorted by relevance
27 struct bcom_sram *bcom_sram = NULL; variable45 if (bcom_sram) { in bcom_sram_init()51 bcom_sram = kmalloc(sizeof(struct bcom_sram), GFP_KERNEL); in bcom_sram_init()52 if (!bcom_sram) { in bcom_sram_init()84 owner, (long)bcom_sram->base_phys, bcom_sram->size ); in bcom_sram_init()98 rh_attach_region(bcom_sram->rh, 0, bcom_sram->size); in bcom_sram_init()117 kfree(bcom_sram); in bcom_sram_init()118 bcom_sram = NULL; in bcom_sram_init()127 if (bcom_sram) { in bcom_sram_cleanup()130 release_mem_region(bcom_sram->base_phys, bcom_sram->size); in bcom_sram_cleanup()[all …]
Completed in 4 milliseconds