Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Datom.h115 #define STRLEN_LONG 64 macro
149 uint8_t name[STRLEN_LONG];
150 uint8_t vbios_pn[STRLEN_LONG];
H A Datom.c1345 name_size = strnlen(c_ptr, STRLEN_LONG - 1); in atom_get_vbios_name()