RVFDQ_FL_FS_WIDTH_MASK should be 3 bits [14-12], shifted down by 12 bits.
Replace GENMASK(3, 0) with GENMASK(2, 0).
Fixes:
|
||
|---|---|---|
| .. | ||
| asm | ||
| uapi/asm | ||
RVFDQ_FL_FS_WIDTH_MASK should be 3 bits [14-12], shifted down by 12 bits.
Replace GENMASK(3, 0) with GENMASK(2, 0).
Fixes:
|
||
|---|---|---|
| .. | ||
| asm | ||
| uapi/asm | ||