Searched refs:bios_get_image (Results 1 – 2 of 2) sorted by relevance
31 uint8_t *bios_get_image(struct dc_bios *bp, uint32_t offset,38 #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