Searched refs:sram_res (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/soc/rockchip/ |
| H A D | rockchip_vad.c | 1165 struct resource sram_res; in rockchip_vad_probe() local 1226 ret = of_address_to_resource(sram_np, 0, &sram_res); in rockchip_vad_probe() 1229 vad->memphy = sram_res.start; in rockchip_vad_probe() 1230 vad->memphy_end = sram_res.start + resource_size(&sram_res) - 0x8; in rockchip_vad_probe() 1231 vad->membase = devm_ioremap(&pdev->dev, sram_res.start, in rockchip_vad_probe() 1232 resource_size(&sram_res)); in rockchip_vad_probe()
|
| /OK3568_Linux_fs/kernel/drivers/rknpu/ |
| H A D | rknpu_drv.c | 1654 struct resource sram_res; in rknpu_find_sram_resource() local 1665 ret = of_address_to_resource(sram_node, 0, &sram_res); in rknpu_find_sram_resource() 1671 rknpu_dev->sram_start = round_up(sram_res.start, PAGE_SIZE); in rknpu_find_sram_resource() 1673 sram_res.start + resource_size(&sram_res), PAGE_SIZE); in rknpu_find_sram_resource()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/ |
| H A D | mpp_rkvdec2.c | 1411 struct resource sram_res; in rkvdec2_alloc_rcbbuf() local 1441 ret = of_address_to_resource(sram_np, 0, &sram_res); in rkvdec2_alloc_rcbbuf() 1448 sram_start = round_up(sram_res.start, PAGE_SIZE); in rkvdec2_alloc_rcbbuf() 1449 sram_end = round_down(sram_res.start + resource_size(&sram_res), PAGE_SIZE); in rkvdec2_alloc_rcbbuf()
|
| H A D | mpp_rkvenc2.c | 2316 struct resource sram_res; in rkvenc2_alloc_rcbbuf() local 2345 ret = of_address_to_resource(sram_np, 0, &sram_res); in rkvenc2_alloc_rcbbuf() 2352 sram_start = round_up(sram_res.start, PAGE_SIZE); in rkvenc2_alloc_rcbbuf() 2353 sram_end = round_down(sram_res.start + resource_size(&sram_res), PAGE_SIZE); in rkvenc2_alloc_rcbbuf()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/ |
| H A D | allegro-core.c | 3120 struct resource *res, *sram_res; in allegro_probe() local 3152 sram_res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "sram"); in allegro_probe() 3153 if (!sram_res) { in allegro_probe() 3159 sram_res->start, in allegro_probe() 3160 resource_size(sram_res)); in allegro_probe()
|