Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/cpu/
Dmtrr.c57 for (i = 0; i < gd->arch.mtrr_req_count; i++, req++) { in mtrr_commit()
80 if (gd->arch.mtrr_req_count == MAX_MTRR_REQUESTS) in mtrr_add_request()
82 req = &gd->arch.mtrr_req[gd->arch.mtrr_req_count++]; in mtrr_add_request()
86 debug("%d: type=%d, %08llx %08llx\n", gd->arch.mtrr_req_count - 1, in mtrr_add_request()
/external/u-boot/arch/x86/include/asm/
Dglobal_data.h90 int mtrr_req_count; member