Searched refs:PNV_OCXL_TL_MAX_TEMPLATE (Results 1 – 2 of 2) sorted by relevance
9 #define PNV_OCXL_TL_MAX_TEMPLATE 63 macro11 #define PNV_OCXL_TL_RATE_BUF_SIZE ((PNV_OCXL_TL_MAX_TEMPLATE+1) * PNV_OCXL_TL_BITS_PER_RATE /…
323 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