Searched refs:bios_get_image (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/dc/bios/
H A Dbios_parser_helper.h31 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)))
H A Dbios_parser_helper.c36 uint8_t *bios_get_image(struct dc_bios *bp, function
H A Dbios_parser.c140 table = ((ATOM_OBJECT_TABLE *) bios_get_image(&bp->base,
170 ATOM_OBJECT_TABLE *tbl = ((ATOM_OBJECT_TABLE *) bios_get_image(&bp->base,
667 ss_table_header_include = ((ATOM_ASIC_INTERNAL_SS_INFO_V3 *) bios_get_image(&bp->base,
1035 header = ((ATOM_ASIC_INTERNAL_SS_INFO_V2 *) bios_get_image(
1717 header_include = ((ATOM_ASIC_INTERNAL_SS_INFO_V2 *) bios_get_image(
1756 header_include = ((ATOM_ASIC_INTERNAL_SS_INFO_V3 *) bios_get_image(&bp->base,
1800 header = ((ATOM_GPIO_PIN_LUT *) bios_get_image(&bp->base,
1991 tbl = ((ATOM_OBJECT_TABLE *) bios_get_image(&bp->base, offset,
2024 *id_list = (uint16_t *)bios_get_image(&bp->base, offset, *number * sizeof(uint16_t));
2720 object_table = ((ATOM_OBJECT_TABLE *) bios_get_image(
[all...]

Completed in 129 milliseconds