Searched refs:STRLEN_NORMAL (Results 1 – 2 of 2) sorted by relevance
115 #define STRLEN_NORMAL 32 macro153 uint8_t vbios_ver_str[STRLEN_NORMAL];154 uint8_t date[STRLEN_NORMAL];155 uint8_t build_num[STRLEN_NORMAL];
1495 memcpy(ctx->vbios_ver_str, vbios_ver, STRLEN_NORMAL); in atom_get_vbios_version()1518 len = min(atom_rom_hdr - str, STRLEN_NORMAL); in atom_get_vbios_build()