Home
last modified time | relevance | path

Searched refs:BIOS_ATOM_PREFIX (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_atom.c1428 vbios_str = atom_find_str_in_rom(ctx, BIOS_ATOM_PREFIX, 3, 1024, 64); in atom_get_vbios_pn()
1430 vbios_str += sizeof(BIOS_ATOM_PREFIX) - 1; in atom_get_vbios_pn()
/openbsd/sys/dev/pci/drm/amd/include/
H A Datomfirmware.h201 #define BIOS_ATOM_PREFIX "ATOMBIOS" macro