Home
last modified time | relevance | path

Searched refs:GRU_CBR_AU (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/misc/sgi-gru/
H A Dgrutables.h371 signed char ts_cbr_idx[GRU_CBR_AU];/* CBR numbers of each
529 for_each_set_bit((k), (map), GRU_CBR_AU) \
H A Dgrufile.c241 gru->gs_cbr_map = (GRU_CBR_AU == 64) ? ~0 : (1UL << GRU_CBR_AU) - 1; in gru_init_chiplet()
H A Dgruhandles.h58 #define GRU_CBR_AU (GRU_NUM_CBE / GRU_CBR_AU_SIZE) macro
H A Dgrumain.c175 return reserve_resources(&gru->gs_cbr_map, cbr_au_count, GRU_CBR_AU, in gru_reserve_cb_resources()