Hi, when we are searching some keyword in all the regmap, it seems we could not get all the result.
For example, there is a address map like below:
- regmap
- timing ctrl
- slot_ctrl0
- slot_ctrl1
- slot_ctrl2
When we are searching the keyword "slot", we could only get the result like below:
regmap.timing_ctrl.slot_ctrl0
regmap.timing_ctrl.slot_ctrl1
regmap.timing_ctrl.slot_ctrl2
But we could not see the result, which should be regmap.timing_ctrl.slot_ctrl0.rg_t_slot
Hi, when we are searching some keyword in all the regmap, it seems we could not get all the result.
For example, there is a address map like below:
When we are searching the keyword "slot", we could only get the result like below:
regmap.timing_ctrl.slot_ctrl0
regmap.timing_ctrl.slot_ctrl1
regmap.timing_ctrl.slot_ctrl2
But we could not see the result, which should be regmap.timing_ctrl.slot_ctrl0.rg_t_slot