Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
A Dpnv-ocxl.h9 #define PNV_OCXL_TL_MAX_TEMPLATE 63 macro
11 #define PNV_OCXL_TL_RATE_BUF_SIZE ((PNV_OCXL_TL_MAX_TEMPLATE+1) * PNV_OCXL_TL_BITS_PER_RATE /…
/linux/arch/powerpc/platforms/powernv/
A Docxl.c323 WARN_ON(templ > PNV_OCXL_TL_MAX_TEMPLATE); in set_templ_rate()
324 idx = (PNV_OCXL_TL_MAX_TEMPLATE - templ) / 2; in set_templ_rate()
325 shift = 4 * (1 - ((PNV_OCXL_TL_MAX_TEMPLATE - templ) % 2)); in set_templ_rate()

Completed in 4 milliseconds