Searched refs:reg_hw_locations (Results 1 – 2 of 2) sorted by relevance
37 assign(unsigned int *reg_hw_locations, reg *reg) in assign() argument40 reg->reg = reg_hw_locations[reg->reg]; in assign()
34 assign_reg(int *reg_hw_locations, fs_reg *reg, int reg_width) in assign_reg() argument38 reg->reg = reg_hw_locations[reg->reg] + reg->reg_offset * reg_width; in assign_reg()