Searched refs:offset_codepush (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/misc/bcm-vk/ |
D | bcm_vk_dev.c | 552 u64 offset_codepush; in bcm_vk_load_image_by_type() local 568 offset_codepush = BAR_CODEPUSH_SBL; in bcm_vk_load_image_by_type() 571 vkwrite32(vk, CODEPUSH_BOOTSTART, BAR_0, offset_codepush); in bcm_vk_load_image_by_type() 592 offset_codepush = BAR_CODEPUSH_SBI; in bcm_vk_load_image_by_type() 634 dev_dbg(dev, "Signaling 0x%x to 0x%llx\n", codepush, offset_codepush); in bcm_vk_load_image_by_type() 635 vkwrite32(vk, codepush, BAR_0, offset_codepush); in bcm_vk_load_image_by_type() 701 ret = bcm_vk_wait(vk, BAR_0, offset_codepush, in bcm_vk_load_image_by_type() 720 codepush, offset_codepush); in bcm_vk_load_image_by_type() 721 vkwrite32(vk, codepush, BAR_0, offset_codepush); in bcm_vk_load_image_by_type()
|