Searched refs:bifrost_reg_ctrl_lut (Results 1 – 3 of 3) sorted by relevance
177 for (unsigned i = 0; i < ARRAY_SIZE(bifrost_reg_ctrl_lut); ++i) { in bi_pack_register_mode()178 if (memcmp(bifrost_reg_ctrl_lut + i, &r.slot23, sizeof(r.slot23)) == 0) in bi_pack_register_mode()
385 static const struct bifrost_reg_ctrl_23 bifrost_reg_ctrl_lut[32] = { variable
155 decoded.slot23 = bifrost_reg_ctrl_lut[ctrl]; in DecodeRegCtrl()