Searched refs:bios_get_image (Results 1 – 3 of 3) sorted by relevance
31 uint8_t *bios_get_image(struct dc_bios *bp, uint32_t offset,39 #define GET_IMAGE(type, offset) ((type *) bios_get_image(&bp->base, offset, sizeof(type)))
36 uint8_t *bios_get_image(struct dc_bios *bp, in bios_get_image() function
2012 *id_list = (uint16_t *)bios_get_image(&bp->base, offset, *number * sizeof(uint16_t)); in get_src_obj_list()