Searched refs:mall_in_use (Results 1 – 3 of 3) sorted by relevance
162 void hubbub32_get_mall_en(struct hubbub *hubbub, unsigned int *mall_in_use);
978 void hubbub32_get_mall_en(struct hubbub *hubbub, unsigned int *mall_in_use) in hubbub32_get_mall_en() argument986 *mall_in_use = prefetch_complete && mall_en; in hubbub32_get_mall_en()
4151 unsigned int mall_in_use = false; in capabilities_show() local4157 hubbub->funcs->get_mall_en(hubbub, &mall_in_use); in capabilities_show()4163 mall_supported ? "yes" : "no", mall_in_use ? "yes" : "no"); in capabilities_show()