Most Linux problems aren't complex. They're poorly observed. These are the exact commands that I run before troubleshooting ...
Who know it would be so easy to create programs from the command line?
Stop piping grep into five other commands. It already handles most of that.
#define PIPE3_PHY_PWRCTL_CLK_CMD_MASK GENMASK(21, 14) #define PIPE3_PHY_PWRCTL_CLK_CMD_SHIFT 14 #define PIPE3_PHY_PWRCTL_CLK_FREQ_MASK GENMASK(31, 22) #define PIPE3_PHY_PWRCTL_CLK_FREQ_SHIFT 22 ...